Announcement

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

    #16
    SmartGWT 2.2

    If it can help Isomorphic in debugging: I drag and drop a record from a source list grid to a target list grid (named ParticipantsListGrid in the log). I use a RecordDropHandler in the target list grid to manage the drop event. BEFORE the execution flow enters the RecordDropHandler (so in SmartGWT code, not in my own code) I can see the following in the console
    Code:
    com.smartgwt.client.core.JsObject$SGWT_WARN: 09:32:50.841:MUP3:WARN:ResultSet:isc_ResultSet_2 (created by: isc_ParticipantsListGrid_0):get: invalid index -2
        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.BrowserChannel.reactToMessages(BrowserChannel.java:1668)
        at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401)
        at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
        at java.lang.Thread.run(Thread.java:619)
    I have the impression that SmartGWT code is adding a record to the target list grid before entering the RecordDropHandler (just a guess) and I do not know how to prevent that.

    Kind regards

    Comment

    Working...
    X