Announcement

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

    unable to open developer console

    I am working with SmartGwt 2.5, FF3.6
    When I try to open developer console using javascript:isc.showConsole() I get HTTP Error 404, not found when the browser tries to retrieve sc/system/helpers/Log.html.
    I added <inherits name="com.smartgwt.tools.SmartGwtTools"/> to the gwt.xml file.
    I don't know if this can affect the problem, but I work without a GWT AppEngine or a GWT server.

    #2
    Same issue here with SmartGWT 3.0 from 2001-12-12. The helpers folder only contains empty.html and printFrame.html (plus .css, .jar and .svg).

    Comment


      #3
      After adding the <inherits> as indicated in the FAQ, be sure to run a GWT compile. Do this every time you change .gwt.xml.

      Comment


        #4
        Thanks, totally my bad...I had a typo in the <inherits> declaration. Embarrassing...

        Comment

        Working...
        X