I get it now working,
I was doing everything wrong (I'm starting the puzzle now:) ). This
was in the ui.xml
<ui:style type="com.medibooking.admin.client.view.editor.EditorCss"
field='editor' src='editor.css' />
I was doing this because I didn't want to add all styles in the
interface EditoCss...
Now, added all the styles in the css to the interface EditorCss and
doing this in the ui.xml :
<ui:with
type="com.medibooking.admin.client.view.resources.GlobalResources"
field="res"></ui:with>
Thanks
On Fri, Jan 21, 2011 at 4:27 PM, Thomas Broyer <[email protected]> wrote:
> I don't know what you're doing in your
> com/medibooking/admin/client/view/editor/UserEditor.ui.xml but you're not
> using the @sprite from the EditorCss that's being "linked" from a
> GWT.create()d GlobalResources.
> The code you gave for GlobalResources and EditorCss looks OK to me.
>
> --
> 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.
>
--
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.