tong123123
unread,Jan 19, 2012, 2:23:33 AM1/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I follow the instruction in the tutorial and when met this step:
Add the following widgets to the FlexTable and arrange it as follows:
Add a Label and change the text property to Username:
Add a TextBox next to the Username and change the variable property to
textBoxUsername.
I find after I add the Label, the Label occupy all the space in the
FlexTable and so the TextBox cannot drag and drop to the FlexTable, I
also find that even I try to use the mouse to resize the Label, when I
release the mouse button, the Label resize back to occupy all the
space in the FlexTable.
Why would this occurance and how to accomplish the step mention in the
tutorial?