Hi Guyz,
I am having the following situation:
There is a TreeGrid fill with a data and there is a comboBox that filter the data (Filter the data manual not by using FilterBuilder) when the user select any thing other than All(in this case only vertical scrollbar appears), it is OK but when the user return back and select All Vertical and horizental scroll bar appears(the same amount of data appears) with this error:
I am having the following situation:
There is a TreeGrid fill with a data and there is a comboBox that filter the data (Filter the data manual not by using FilterBuilder) when the user select any thing other than All(in this case only vertical scrollbar appears), it is OK but when the user return back and select All Vertical and horizental scroll bar appears(the same amount of data appears) with this error:
Code:
WARN:Scrollbar:widgetTreeGrid0_body_vscroll:setImage: image 'corner' couldn't be found com.smartgwt.client.core.JsObject$SGWT_WARN: 14:13:23.904:RDQ8:WARN:Scrollbar:widgetTreeGrid0_body_vscroll:setImage: image 'corner' couldn't be found at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) 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:167) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) at java.lang.Thread.run(Unknown Source)
Comment