CSS generator in GWT

2011-11-19 Thread emerix
/ equivalent for GWT that I am not aware of? emerix -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/QZsaJ1fNg6kJ. To post to this group, send email

Re: GWT Developer Plugin for Firefox 7

2011-10-01 Thread emerix
Hello, Would you mind sharing your xpi file ? I am on Ubuntu 64bit also and I am having trouble compiling the plugin :-/ Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Simple UiBinder question about ui:image resource=....

2010-01-18 Thread emerix
path works but I have to change it every time I copy the code to another widget :/ ++emerix On Jan 17, 6:05 pm, Nico nicolas.antonia...@gmail.com wrote: Thanks emerix for the src= tips. It helped me a lot. I have the same problem when I use resource={res.myImage} ... I have declared the ui:with

Re: how to use CssResource.obfuscationPrefix to have semi-obfuscated css class name

2010-01-08 Thread emerix
from being obfuscated. I found the example here a little confusing, but the concept is simple enough:http://code.google.com/p/google-web-toolkit/wiki/CssResource#External... On Jan 6, 9:07 am, emerix rafa...@gmail.com wrote: Hi, I found on this pagehttp://code.google.com/intl/fr-FR

Re: Simple UiBinder question about ui:image resource=....

2010-01-07 Thread emerix
: No com.google.gwt.resources.client.ClientBundle$Source annotation and no resources found with default extensions am I missing something ? thanks a lot :) ++emerix On Jan 4, 11:15 pm, Chris Ramsdale cramsd...@google.com wrote: One option would be to use relative paths within the ui:image element. For example

how to use CssResource.obfuscationPrefix to have semi-obfuscated css class name

2010-01-06 Thread emerix
Hi, I found on this page http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideClientBundle.html#Selector_obfuscation that you can use the property CssResource.obfuscationPrefix to choose how to obfuscate your css selectors. However I don't know if it is possible to use it to have a