Announcement

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

    New warning message appearing with latest nightly build

    I just downloaded the SmartClient Version: SC_SNAPSHOT-2010-10-26/EVAL Deployment. The first thing I noticed when running it is that on a couple of different ListGrids, when they are first displayed and the afterwards whenever the mouse pointer is moved over the grid area (even the part below the last record in the grid) the following message appears repeatedly. Every time I move the mouse it shows up another 4 or 5 times.
    Code:
    17:31:53.314:TMR9:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2
    17:31:53.409:TMR2:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2
    17:31:53.488:TMR5:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2
    17:31:53.577:TMR9:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2
    17:31:53.643:TMR2:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2
    17:31:53.710:TMR4:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2
    17:31:53.779:TMR8:WARN:ResultSet:isc_ResultSet_26 (created by: isc_IpListGrid_6):get: invalid index -2

    #2
    Sorry for the inconvenience - This is now fixed.

    Comment


      #3
      (The necromancy is justified)

      SNAPSHOT_v9.0d_2013-05-13/EVAL Deployment
      Firefox 20.0


      This time around it is clicking in a ListGrid, but _under_ the visible records (in the empty space thus) that gives the -2 warning:

      Code:
      WARN:ResultSet:isc_ResultSet_1 (created by: isc_LayoutTab_7_0):get: invalid index -2
      Please be kind to drop us a line here when this is resolved.
      Have a nice day.

      Comment


        #4
        Not reproducible with some quick tests, can you be more specific? This is most likely due to some API you are calling, or some specific combination of features you have enabled.

        Comment


          #5
          Thank you for checking it out.

          To reproduce it, we just click empty spaces in a databound ListGrid (no handlers attached).
          The datasource has been loaded properly (confirmed by all standard DS operations working as they should).

          The only useful discerning detail I can give is that, all other things being equal:

          1) 8.3p_2013-02-14/EVAL Deployment gives us no warning

          2) 8.3p_2013-05-14/EVAL Deployment does give us the warning, and so does the latest 4.0 beta.

          Salutations.
          Last edited by friemelaar; 15 May 2013, 08:57.

          Comment


            #6
            Hi,
            Same problem into SmartGWT EE latest nightly (and also nightly of 10 may).
            Into ListGrids databounded, no Handler added, all clicks on "white space" not in record, give a:

            Code:
            [ERROR] [dtproviding] - 14:57:47.987:MUP4:WARN:ResultSet:isc_ResultSet_1 (created by: isc_ListGrid_1):get: invalid index -2
            Luca.

            Comment


              #7
              This is fixed for tomorrow's nightly 4.0 build.

              Comment


                #8
                Same problem here.
                I am using the nightly 21.05, so the problem seems not to be fixed yet.

                Edit: Ah, only for the 4.0 nightly? What is with the (stable) 3.1p ? 4.0 is still devel, or?

                Comment


                  #9
                  Originally posted by edulid View Post
                  Same problem here.
                  I am using the nightly 21.05, so the problem seems not to be fixed yet.

                  Edit: Ah, only for the 4.0 nightly? What is with the (stable) 3.1p ? 4.0 is still devel, or?
                  I could confirm previously Isomorphic's indicate 4.0d nightly release solved the issue.

                  Luca.

                  Comment


                    #10
                    We've ported the fix across to the 3.1p / 8.3p branch.

                    The change will be present in the next nightly build dated June 4.

                    Regards
                    Isomorphic Software

                    Comment


                      #11
                      Having this issue with SmartGWT PRO 2014-01-22 nightly build, in my application which includes a number of databound ListGrids... In any of the grids that have white space below the last row, hovering just below the last row results in an error, shown below for three different grids:

                      TMR8:WARN:ResultSet:isc_ResultSet_0 (created by: ticketListGrid):get: invalid index -2
                      TMR5:WARN:ResultSet:isc_ResultSet_3 (created by: tatListGridSpecial_Day):get: invalid index -2
                      TMR3:WARN:ResultSet:isc_ResultSet_4 (created by: tatListGridSpecial_Number_Char):get: invalid index -2

                      Could it be a fix needs to be ported to this edition?
                      (Had just upgraded from SmartGWT LGPL version 3.1 and had not seen this error before.)

                      Browser used for this report: Firefox 23.0.1

                      Comment


                        #12
                        You say you're just upgraded from 3.1, but what version did you upgrade to?

                        Comment


                          #13
                          SmartGWT PRO Using nightly build from 2014-01-22

                          Comment


                            #14
                            What version of Pro?

                            Comment


                              #15
                              Sorry, 4.0.
                              Debug console: SmartClient Version: v9.0p_2014-01-22/Pro Deployment (built 2014-01-22)

                              Comment

                              Working...
                              X