Re: Error using my own widgets with UIBinder

2010-07-07 Thread Blessed Geek
There is a design deficiency in UiBinder which I am desperately hoping GWT architects are putting top priorities at rectifying it - you cannot, for most and practical cases, use your custom-extended UiBinderable classes with Uibinder, unless you are willing to kludgify your use of uibinder. These

Error using my own widgets with UIBinder

2010-07-04 Thread spierce7
Hey, I'm getting an error using my own widgets in UIBinder. In this I'm using the DockLayoutPanel, and everything works fine until I swap the Label that everything was working with in g:north with my own widget, WeeklyHeader. I'm getting the following error: [ERROR] [scheduler] Unable to load

Re: Error Using My Own Widgets in UIBinder

2010-06-27 Thread Thomas Broyer
On 27 juin, 00:16, spierce7 spier...@gmail.com wrote: Hey, I'm trying to convert my layout to UI Binder because my current layout is a bit laggy. It's giving me an error though: [ERROR] [scheduler] In g:DockLayoutPanel unit='EM', g:north must contain a widget, but found my:WeeklyHeader I

Re: Error Using My Own Widgets in UIBinder

2010-06-27 Thread spierce7
Still finding a similar error: [ERROR] In g:DockLayoutPanel unit='EM', g:north must contain a widget, but found my:WeeklyHeader ui:field='header' I am allowed to use my own widgets right? Again, not really sure what to do... Everything looks right... Am I supposed to have some code in the

Error Using My Own Widgets in UIBinder

2010-06-26 Thread spierce7
Hey, I'm trying to convert my layout to UI Binder because my current layout is a bit laggy. It's giving me an error though: [ERROR] [scheduler] In g:DockLayoutPanel unit='EM', g:north must contain a widget, but found my:WeeklyHeader I read the first 3/4 of what's on