Hi all, I'm using UiBinder and for each package of widgets I define a css with the relevant styles. However, sometimes I want to change the style at runtime and that's where it gets complicated...As far as I can see, at runtime, the styles available are the ones defined in the css imported by the .html not the ones used in the uibinder. This causes me to have to duplicate a lot of the styles from the uibinder CSSs to the .html css which is a hassle to maintain. There has to be a better/cleaner way of doing this. How?
Thanks C. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
