UIBindings have no inherited 'Standard' Style, why?

2010-02-21 Thread ahhughes
Hi All, My gwt.xml has the following: and works just fine until I introduce the UIBinder. I can see examples that define inline styles and self defined external 'mystyle.css' styles. But I can't see an example that uses the plain`ol 'Standard' GWT theme. All of the ClientBundles seem to load lo

Re: UIBindings have no inherited 'Standard' Style, why?

2010-02-21 Thread ahhughes
Just to add some more content. If I programatically add the same type of widget (and add no ui.xml widgets) the styles are applied correctly. If I then add a ui.xml defined Widget, as well the programatically added widget (above)... boom! NEITHER of them get styled. On Feb 22, 10:34 am, ahhughes

Re: UIBindings have no inherited 'Standard' Style, why?

2010-02-21 Thread ahhughes
Found a few posts: http://www.filsa.net/2010/01/21/gwt-notes-tablayoutpanel/ http://www.filsa.net/2010/01/23/more-on-tablayoutpanel/ But this still have not solve my problem. I am less than impressed with this overall. The ability to find doco, debug and resolve something so fundemental is conce

Re: UIBindings have no inherited 'Standard' Style, why?

2010-02-22 Thread ahhughes
More info, looks like this is a source of pain for others too... http://code.google.com/p/google-web-toolkit/issues/detail?id=4429 On Feb 22, 4:30 pm, ahhughes wrote: > Found a few posts: > > http://www.filsa.net/2010/01/21/gwt-notes-tablayoutpanel/http://www.filsa.net/2010/01/23/more-on-tablayo

Re: UIBindings have no inherited 'Standard' Style, why?

2010-02-22 Thread ahhughes
Don't use 2.0.0 and 2.0.1 this works for me in 2.0.2 :) On Feb 23, 8:43 am, ahhughes wrote: > More info, looks like this is a source of pain for others > too...http://code.google.com/p/google-web-toolkit/issues/detail?id=4429 > > On Feb 22, 4:30 pm, ahhughes wrote: > > > > > Found a few po