I'm using SmartGWT 2.4 and GWT 2.3. In my .gwt.xml file I have the following includes:
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.resources.Resources" />
<inherits name='com.google.gwt.user.theme.clean.Clean'/>
<inherits name="com.smartgwt.SmartGwt"/>
<inherits name="com.smartgwt.tools.SmartGwtTools"/>
Running in FireFox 3.6.18 on Windows XP, with my app open in one tab, I put "javascript:isc.showConsole()" into the Navigation bar of a different tab, and got absolutely nothing in response.
What am I missing?
TIA,
Greg
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.resources.Resources" />
<inherits name='com.google.gwt.user.theme.clean.Clean'/>
<inherits name="com.smartgwt.SmartGwt"/>
<inherits name="com.smartgwt.tools.SmartGwtTools"/>
Running in FireFox 3.6.18 on Windows XP, with my app open in one tab, I put "javascript:isc.showConsole()" into the Navigation bar of a different tab, and got absolutely nothing in response.
What am I missing?
TIA,
Greg
Comment