Search Type: Posts; User: eldontc
Search: Search took 0.03 seconds.
-
13 Nov 2008 10:08 AM
- Replies
- 7
- Views
- 8,779
Majain,
I have the same problem! Anyone have a suggest?
This is the basic function for a GUI framework.
Eldon -
10 Nov 2008 6:44 AM
Jump to post Thread: Label of TextField do not appear by eldontc
- Replies
- 5
- Views
- 4,432
Thank you for your response gslender.
I did follow your suggestion and tried this:
public void onModuleLoad() {
HorizontalPanel hp = new HorizontalPanel();
... -
8 Nov 2008 10:44 AM
Jump to post Thread: Form with three columns by eldontc
- Replies
- 1
- Views
- 1,018
Hi,
I did try to create a form with three columns: 2 TextFields and 1 Button.
The third column, the button, don't appear when i run the code.
What's wrong?
I tried this:
public class... -
7 Nov 2008 11:42 AM
Jump to post Thread: Label of TextField do not appear by eldontc
- Replies
- 5
- Views
- 4,432
The code below is a partial solution:
import com.extjs.gxt.ui.client.widget.HorizontalPanel;
import com.extjs.gxt.ui.client.widget.LayoutContainer;
import... -
7 Nov 2008 8:10 AM
Jump to post Thread: Label of TextField do not appear by eldontc
- Replies
- 5
- Views
- 4,432
Hi,
I'm a newbie in Ext-GWT and in GWT in general. I did try to develop a form with two fields. The form will be located in a <div> of my html page. The is below:
package...
Results 1 to 5 of 5
