Announcement

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

    Smart GWT 2.4 LGPL released

    Hi,
    Smart GWT 2.4 has been released. Read the release announcement here.

    Thanks,
    Sanjiv

    #2
    Hi
    I have an application that worked fine with Smart GWT 2.2 and GWT 2.1.0.
    After upgrading to Smart GWT 2.4, I get the following error which prevents the application from loading, I would love to get some ideas how to progress

    Code:
     $debox is not defined
    
    08:34:49.298 [ERROR] [com.dci.controlanywhere.ControlAnywhere] Unable to load module entry point class com.dci.controlanywhere.client.ControlAnywhere (see associated exception for details)
    com.google.gwt.core.client.JavaScriptException: (ReferenceError): $debox is not defined
     fileName: http://localhost:8080
     lineNumber: 1025
     stack: ()@http://localhost:8080:1025
    connect("http://localhost:8080/ControlAnywhere_GWT/ControlAnywhere.html?gwt.codesvr=127.0.0.1:9997","_9.).xFi\"/xVo[t/","127.0.0.1:9997","com.dci.controlanywhere.ControlAnywhere","2.1")@:0
    ((void 0),"com.dci.controlanywhere.ControlAnywhere","http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/",0)@http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/hosted.html?com_dci_controlanywhere_ControlAnywhere:281
    maybeStartModule()@http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/com.dci.controlanywhere.ControlAnywhere.nocache.js:40
    (52)@http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/com.dci.controlanywhere.ControlAnywhere.nocache.js:235
        at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:237)
        at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126)
        at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
        at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:289)
        at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
        at com.smartgwt.client.widgets.Canvas.setupClickEvent(Canvas.java)
        at com.smartgwt.client.widgets.Canvas.addClickHandler(Canvas.java:3521)
        at com.dci.controlanywhere.client.ui.TopPanel.buildUI(TopPanel.java:38)
        at com.dci.controlanywhere.client.ui.TopPanel.<init>(TopPanel.java:23)
        at com.dci.controlanywhere.client.ui.Portal.buildUI(Portal.java:23)
        at com.dci.controlanywhere.client.ui.Portal.<init>(Portal.java:16)
        at com.dci.controlanywhere.client.ControlAnywhere.onModuleLoad(ControlAnywhere.java:38)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
        at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183)
        at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510)
        at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
        at java.lang.Thread.run(Thread.java:662)

    Comment


      #3
      Found the answer here
      http://forums.smartclient.com/showthread.php?t=14461&highlight=$debox

      It looks like since 2.3 you must declare SmartGWT module before yours.

      Comment


        #4
        Hi,

        had the same Problem here after migrating to gwt 2.1 / smartGWT 2.4 .

        Moved the smartGWT to the top of our xml, works fine. Thx

        Comment


          #5
          It seems to me that some styles used for Month view of Calendar are missing in 2.4. Weekends are not displayed correctly (even in Showcase).

          Comment


            #6
            Hi,

            We upgraded from 2.2 to 2.4. The application worked fine with 2.2 but with 2.4 we have started getting this ''a' is null or not an object' javascript error only with IE8.

            The application works fine with IE6/7 and IE8 compatibility mode.

            The error is not logged on debug console.

            Can someone please give me an idea on how to resolve this?

            Regards,

            ajaswal

            Comment


              #7
              Hi

              did you get solution of your problem ?
              if yes, please tell me.

              my problem is related to your problem
              application is only working fine for IE8 and not working with compatibility view

              Comment


                #8
                I am using smartgwt 2.4 and gwt 1.7.0 with eclipse and maven , the problem is that when iam using this version of smartGWT (2.4) i have a bad screen after execution of my project ( bad display :my screen is not clair in internet explorer ,the same thing with firefox and other). but when iam using other version of smartgwt especially 2.1 the screen is good . and for me it is necessary to use smartgwt 2.4 because it contains many composantes and api which i want to use in my project . there is some thing to do(plugin .. .?)? sorry for my bad english ;
                Last edited by azta; 16 Apr 2011, 05:04.

                Comment

                Working...
                X