How is cellList.resource autogenerated? Do you have a css file that you associate with it and then call GWT.create() on your bundle interface as described here? http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource <http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource>
Cell list should use the styles that are passed to its constructor. May be you simply forgot to call cellList.resource.ensureInjected()? -- 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.
