e3133d3
26 Mar 2009, 2:54 AM
Hello,
I'm new to ext js, working on top of gwt. I downloaded the gxt-1.2.3 version.
I'm trying to build a basic tree item.
I have to gwt projects: myTestProject and the samples project(delivered with the download)
In the samples project I can see the tree icons (The little arrows that change when clicking on a tree item).
The problem is in myTestProject - I cannot see the tree icons. I guess it has something to do with referencing the ext-all.css file.
The code to build the tree in the 2 projects is the same, as well as the classpath.
I found out that in the samples project there's a reference to the ext-all.css file in the tree/basic.html file: <link rel="stylesheet" type="text/css" href="../css/ext-all.css" />
But when I try to put this line in myTestProject.html file I'm getting:
[ERROR] Unable to find 'css.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Any ideas?
Thanks for the help,
Edo.
I'm new to ext js, working on top of gwt. I downloaded the gxt-1.2.3 version.
I'm trying to build a basic tree item.
I have to gwt projects: myTestProject and the samples project(delivered with the download)
In the samples project I can see the tree icons (The little arrows that change when clicking on a tree item).
The problem is in myTestProject - I cannot see the tree icons. I guess it has something to do with referencing the ext-all.css file.
The code to build the tree in the 2 projects is the same, as well as the classpath.
I found out that in the samples project there's a reference to the ext-all.css file in the tree/basic.html file: <link rel="stylesheet" type="text/css" href="../css/ext-all.css" />
But when I try to put this line in myTestProject.html file I'm getting:
[ERROR] Unable to find 'css.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Any ideas?
Thanks for the help,
Edo.