Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Error in canvas.draw() using smartgwtee-4.0p Error

$
0
0
When running code that ran with prior versions of smartgwt ee I am seeing and error when the statement:

canvas.draw() is run.

The error returned gives a grey screen(see attached) with the error:

@com.smartgwt.client.widgets.BaseWidget::draw()([]): Object doesn't support property or method '$105p'

Here is the full stack trace:

08:13:12.818 [ERROR] [builtinds] Unable to load module entry point class com.smartgwt.sample.client.BuiltInDS (see associated exception for details)

com.google.gwt.core.client.JavaScriptException: (TypeError) @com.smartgwt.client.widgets.BaseWidget::draw()([]): Object doesn't support property or method '$105p'
at com.google.gwt.dev.shell.BrowserChannelServer.invo keJavascript(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.invokeNativeV oid(ModuleSpace.java:299)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNati veVoid(JavaScriptHost.java:107)
at com.smartgwt.client.widgets.BaseWidget.draw(BaseWi dget.java)
at com.smartgwt.sample.client.BuiltInDS.onModuleLoad( BuiltInDS.java:1017)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(Module Space.java:406)
at com.google.gwt.dev.shell.OophmSessionHandler.loadM odule(OophmSessionHandler.java:200)
at com.google.gwt.dev.shell.BrowserChannelServer.proc essConnection(BrowserChannelServer.java:526)
at com.google.gwt.dev.shell.BrowserChannelServer.run( BrowserChannelServer.java:364)
at java.lang.Thread.run(Unknown Source)


I'm kind of dead-in-the-water at this time. The Javadocs for Canvas show the draw() method inherited from BaseWidget.

Any help would be greatly appreciated.

-- Jeff Fries

Viewing all articles
Browse latest Browse all 4756

Trending Articles