I definite a VLayout, however, it does not work properly.
00:00:10.500 [ERROR] 14:03:44.344:WARN:Log:Error: 'Object required' in http://127.0.0.1:8888/rcas.html?gwt.codesvr=127.0.0.1:9997 at line 1735 [c]Element.getOffsetLeft(_1=>[DIVElement]{ID:isc_U}) [c]Element.$yw(_1=>"left", _2=>[DIVElement]{ID:isc_U}, _3=>[HTMLElement]{nodeName:HTML}, _4=>false) [c]Element.$s4(_1=>[DIVElement]{ID:isc_U}, _2=>[HTMLElement]{nodeName:HTML}, _3=>false) Canvas.$s4(_1=>undef) Canvas.getPageLeft() ** recursed on Canvas.getPageLeft
com.smartgwt.client.core.JsObject$SGWT_WARN: 14:03:44.344:WARN:Log:Error:
'Object required'
in http://127.0.0.1:8888/rcas.html?gwt.codesvr=127.0.0.1:9997
at line 1735
[c]Element.getOffsetLeft(_1=>[DIVElement]{ID:isc_U})
[c]Element.$yw(_1=>"left", _2=>[DIVElement]{ID:isc_U}, _3=>[HTMLElement]{nodeName:HTML}, _4=>false)
[c]Element.$s4(_1=>[DIVElement]{ID:isc_U}, _2=>[HTMLElement]{nodeName:HTML}, _3=>false)
Canvas.$s4(_1=>undef)
Canvas.getPageLeft()
** recursed on Canvas.getPageLeft
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:326) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:207) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:552) 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.BaseWidget.draw(BaseWidget.java) at com.rbcdexia.rc.reporting.search1.client.rcas.onModuleLoad(rcas.java:962) 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:397) 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:619)
the source codes
VLayout accountLayout = new VLayout(15);
accountLayout.setWidth(900);
accountLayout.setAutoHeight();
final ListGrid countryGrid = new ListGrid();
ToolStrip countryGridToolStrip = new ToolStrip();
countryGridToolStrip.setStyleName("tscol");
countryGridToolStrip.setSize("985px", "22px");
countryGridToolStrip.setWidth100();
....
accountLayout.draw();
the line of 962 is accountLayout.draw().
Any help?
Thanks
Jason
00:00:10.500 [ERROR] 14:03:44.344:WARN:Log:Error: 'Object required' in http://127.0.0.1:8888/rcas.html?gwt.codesvr=127.0.0.1:9997 at line 1735 [c]Element.getOffsetLeft(_1=>[DIVElement]{ID:isc_U}) [c]Element.$yw(_1=>"left", _2=>[DIVElement]{ID:isc_U}, _3=>[HTMLElement]{nodeName:HTML}, _4=>false) [c]Element.$s4(_1=>[DIVElement]{ID:isc_U}, _2=>[HTMLElement]{nodeName:HTML}, _3=>false) Canvas.$s4(_1=>undef) Canvas.getPageLeft() ** recursed on Canvas.getPageLeft
com.smartgwt.client.core.JsObject$SGWT_WARN: 14:03:44.344:WARN:Log:Error:
'Object required'
in http://127.0.0.1:8888/rcas.html?gwt.codesvr=127.0.0.1:9997
at line 1735
[c]Element.getOffsetLeft(_1=>[DIVElement]{ID:isc_U})
[c]Element.$yw(_1=>"left", _2=>[DIVElement]{ID:isc_U}, _3=>[HTMLElement]{nodeName:HTML}, _4=>false)
[c]Element.$s4(_1=>[DIVElement]{ID:isc_U}, _2=>[HTMLElement]{nodeName:HTML}, _3=>false)
Canvas.$s4(_1=>undef)
Canvas.getPageLeft()
** recursed on Canvas.getPageLeft
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:326) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:207) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:552) 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.BaseWidget.draw(BaseWidget.java) at com.rbcdexia.rc.reporting.search1.client.rcas.onModuleLoad(rcas.java:962) 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:397) 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:619)
the source codes
VLayout accountLayout = new VLayout(15);
accountLayout.setWidth(900);
accountLayout.setAutoHeight();
final ListGrid countryGrid = new ListGrid();
ToolStrip countryGridToolStrip = new ToolStrip();
countryGridToolStrip.setStyleName("tscol");
countryGridToolStrip.setSize("985px", "22px");
countryGridToolStrip.setWidth100();
....
accountLayout.draw();
the line of 962 is accountLayout.draw().
Any help?
Thanks
Jason
Comment