Announcement

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

    JavaScriptException (TypeError) in Canvas::addChild

    Hello,

    I upgraded to SNAPSHOT_v9.1d_2014-02-04/Pro Deployment 2014-02-04.
    Now I am getting an exception:
    Code:
    Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) @com.smartgwt.client.widgets.Canvas::addChild(Lcom/smartgwt/client/widgets/Canvas;)([Java object: de.hicms.explanner.client.app.ui.views.allocation.AllocatorView@54067821]): _29 is undefined
        at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249)
        at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
        at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571)
        at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279)
        at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
        at com.smartgwt.client.widgets.Canvas.addChild(Canvas.java)

    #2
    Hi Isomorphic,

    most likely you already noticed. In case that not, this one has also the _29 is undefined-error like these two threads:

    http://forums.smartclient.com/showthread.php?t=29348

    http://forums.smartclient.com/showthread.php?t=29347

    Best regards,
    Blama

    Comment


      #3
      Thanks for the notification. This was a temporary regression, now fixed. Please try the next nightly build (Feb 5 or above)

      Comment


        #4
        Thank you
        Andreas

        Comment

        Working...
        X