What's that step?

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg
jominor wrote:Nevermind. I added the module, the jar and restarted eclipse and GWT ext came up.
As long as your project is configured to use GWT-Ext, the GWT-Ext palette should show up automatically.
nina wrote:Eric, could you please elaborate a little on this for us newbies? What do I do to "configure" GWT designer to use GWT-Ext? And what does jominor mean by "Added the module" exactly? Are these things documented somewhere?
<!-- Inherit the GWTExt Toolkit library configuration. -->
<inherits name="com.gwtext.GwtExt"/>
<stylesheet src="js/ext/resources/css/ext-all.css" />
<script src="js/ext/adapter/ext/ext-base.js" />
<script src="js/ext/ext-all.js" />
<module>
<inherits name="com.google.gwt.user.User"/>
<entry-point class="com.mycompany.project.client.MyGWTEXT"/>
<!-- Inherit the GWTExt Toolkit library configuration. -->
<inherits name="com.gwtext.GwtExt"/>
<stylesheet src="js/ext/resources/css/ext-all.css" />
<script src="js/ext/adapter/ext/ext-base.js" />
<script src="js/ext/ext-all.js" />
</module>
nina wrote:I have followed your instructions but get an exception when I click the Design tab:
"com.google.gwt.core.ext.UnableToCompleteException: (see "project_dir/.gwt-logs/.gwt-log" for details.)" + a long stacktrace.
nina wrote:What do I do to "configure" GWT designer to use GWT-Ext?
Eric Clayberg wrote:
As long as you follow the instructions there, you should have no problems using GWT-Ext with GWT Designer.
Users browsing this forum: No registered users and 3 guests