Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Trying to use the Console

    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

    #2
    It sounds like you tried to type this in the URL bar of a new, blank tab. Don't do this, type it into the URL bar while the tab that has your application is showing.

    Comment


      #3
      You were correct, and that fixed the problem. Thanks you.

      Comment

      Working...
      X