Hi,
I downloaded GXT 1.1, and the web desktop sample is missing some files such as Desktop, TaskBar, etc.... Where can I get a version that has all the files so that I can compile and run just to see how it works?
Thanks.
Hi,
I downloaded GXT 1.1, and the web desktop sample is missing some files such as Desktop, TaskBar, etc.... Where can I get a version that has all the files so that I can compile and run just to see how it works?
Thanks.
You need to inherit the Desktop module. Add the inherit element to your modules config file:
Code:<module> <inherits name='com.extjs.gxt.samples.resources.Resources' /> <inherits name='com.extjs.gxt.desktop.WebDesktop' /> <entry-point class='com.extjs.gxt.samples.desktop.client.DesktopApp' /> </module>
Is the gxt.jar supposed to be enough to include in your classpath to inherit the resources module? I have tried including the source and that helps, but causes other errors.