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
Comment