DockLayoutPanel can not show center element using uibinder

2010-11-10 Thread Shelley
hello all: below is a super simple app, which demonstrate the use of uibinder, so strange that after lanching the app, i can only see the top part of docklayoutpanel, nothing shows in the below part! is there anything wrong? please help me out, thanks very much. public class KeyProviderExample

Re: DockLayoutPanel can not show center element using uibinder

2010-11-10 Thread Shelley
Yes! it works! i considered everything but the RootLayoutPanel. thanks very much. On Nov 10, 10:57 pm, zixzigma zixzi...@gmail.com wrote: i think, in your onModuleLoad method,         RootPanel.get().add( new ExpensesShell() ); change RootPanel to RootLayoutPanel. please report back if it

Re: the button and its infoLabel problem...

2010-07-13 Thread Shelley
by doing a while loop. is there other way i can see the beginning... ? or GWT has the ability to make UI responsive when it doing a time-consuming operation in client? thanks. -Shelley On Jul 7, 8:44 pm, andreas horst.andrea...@googlemail.com wrote: HeyShelley, a bit of further

the button and its infoLabel problem...

2010-07-07 Thread Shelley
see the Beginning“ on the label, but only see the completed..., seem the label will not refresh it's text until onClick is finished? how can i achieved the function that display beginning... first and Completed... when the operation completed? thanks in advance. -Shelley -- You received

Re: the button and its infoLabel problem...

2010-07-07 Thread Shelley
() is completed, you can simply simulate this situation by doing a while loop. is there other way i can see the beginning... ? or GWT has the ability to make UI responsive when it doing a time-consuming operation in client? thanks. -Shelley On Jul 7, 8:44 pm, andreas horst.andrea

Re: GWT IE Bug affecting RichTextArea, TextBox, etc.

2010-05-18 Thread Brett Shelley
Problem: The problem is a result of a RichTextArea being embedded in a TabPanel. To Reproduce: In IE8, add a RichTextArea to a TabPanel. Navigate to the Tab containing a RichTextArea. Leave the Tab without Focusing on the RichTextArea. The entire app enters a state where TextBoxes,