Thursday, December 24, 2015

Re: GSS eval not evaluating

While I'd still like to know why this isn't working, I worked around the issue by creating constants:

public interface ColorResources extends CssResource
{
   
public static String shadowZ0  = Util.getShadow(0);

   
public static String shadowZ1  = Util.getShadow(1);
   
public static String shadowZ2  = Util.getShadow(2);
   
public static String shadowZ3  = Util.getShadow(3);
   
public static String shadowZ4  = Util.getShadow(4);
}

with this, I can skip the GSS constants altogether

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment