Re: Conditional CSS & Updates

2011-09-09 Thread rth
Thanks all for your feedback. The reason I was trying to do this in CSS is that I have one CSS files with media selectors that handle subtle (but important) layout changes for different orientations that also work on mobile phones, small (~7in) tables, and large tablets. To do this in UIBinder woul

Re: Conditional CSS & Updates

2011-09-08 Thread rth
Thanks for the tip Sanjay, Looking into getText for the CssResource though it looks like only one branch of the @if statement is contained in the CssResource.getText() value. E.g., below you can see that only the @else block has been included in the CssResource text (the correct block is always th

Re: Conditional CSS & Updates

2011-09-01 Thread rth
Submitted as Issue 6754. http://code.google.com/p/google-web-toolkit/issues/detail?id=6754 On Aug 31, 3:21 pm, Rylan wrote: > +1 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@goo

Conditional CSS & Updates

2011-08-29 Thread rth
://code.google.com/webtoolkit/doc/latest/ DevGuideClientBundle.html#Conditional_CSS) states that these conditions are evaluated at runtime (which I can confirm), so I am hoping I can somehow force the re-evaluation to happen again. Any pointers would be greatly appreciated. --rth -- You received this