Re: Can't set styles with GWT Designer / UiBinder

2011-07-28 Thread cri
Does GWT/GPE 2.4 RC1 include the latest GWT Designer code, i.e. the beta functionality you mention below? Thanks, Chuck On Jul 27, 3:31 pm, Eric Clayberg clayb...@google.com wrote: Please update to the latest GWT Designer build...    

Re: Can't set styles with GWT Designer / UiBinder

2011-07-28 Thread Eric Clayberg
GWT/GPE 2.4 RC1 contains GWTD build from about two weeks ago. The CSS support was only partially complete at that point (although much better than in the prior release). If you want the latest (and most complete) CSS support code, grab the latest beta. -- You received this message because

Re: Can't set styles with GWT Designer / UiBinder

2011-07-27 Thread Eric Clayberg
Please update to the latest GWT Designer build... http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html It has much improved CSS support both for UiBinder and for Java files. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Can't set styles with GWT Designer / UiBinder

2011-07-26 Thread trout
I have the same problem. I installed the full version of GWT Designer but the GWT Designer that opens with my UI Binder files is the basic version with out style and CSS support built in. How do you fix this? -- You received this message because you are subscribed to the Google Groups

Re: Can't set styles with GWT Designer / UiBinder

2011-07-26 Thread Jeff Larsen
if you go to the xml view you can always do the following g:Label addStyleNames=foo bar baz/ etc -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Can't set styles with GWT Designer / UiBinder

2011-07-06 Thread cri
Using GWT Designer 2.4 beta. When editing a UiBinder file with GWT Designer, there is no styleName property in the property panel for setting the style of a GUI element. Is this intentional or does this indicate a problem, e.g. with GWT Designer, my configuration, etc? Thanks, Chuck -- You