Almost there...

Java -> OK
Path -> Wrong

In your module you need to call your *file.css*, which goes into your public
folder.

Dariusz




On Tue, Sep 23, 2008 at 6:03 PM, superdx23 <[EMAIL PROTECTED]>wrote:

>
> Hey all,
>
> I am trying to get icons to display in certain places, and the icon
> files that come with the ext-2.02 package are perfectly fine. However
> I can't figure for the life of me what I'm missing. Following are
> snippets of my code:
>
>
> Java:
>                Panel settingsPanel = new Panel();
>                settingsPanel.setTitle("Settings");
>                settingsPanel.setAutoScroll(true);
>                settingsPanel.setBorder(false);
>                settingsPanel.setIconCls("x-tool-gear");  // <--- trying to
> call the
> icon here
>
> HTML (linking the css & js):
>
>      <script type="text/javascript" src="js/ext/ext-all.js"></script>
>      <link href="js/ext/resources/css/ext-all.css" rel="stylesheet"
> type="text/css" />
>
>
>
> But when it renders... no icon is displayed... any help would be
> appreciated. I have double checked that the /css folders and /image
> folders all exist in my package's public folder:
>
> com.mycompany.mypackage directory has:
> js > ext > resources > css
> js > ext > resources > images
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to