Announcement

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

    setImage: image 'corner' couldn't be found error

    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:

    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)

    #2
    Does any of you guyz faced this problem?

    Comment


      #3
      sure

      12:48:24.031 [ERROR] [winter] 12:48:24.019:XRP4:WARN:Scrollbar:isc_PickListMenu_1_body_vscroll:setImage: image 'corner' couldn't be found

      com.smartgwt.client.core.JsObject$SGWT_WARN: 12:48:24.019:XRP4:WARN:Scrollbar:isc_PickListMenu_1_body_vscroll:setImage: image 'corner' couldn't be found
      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:172)
      at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293)
      at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547)
      at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
      at java.lang.Thread.run(Thread.java:662)

      Comment

      Working...
      X