Thanks Aaron. I came across the culprit TblInsertRow. As I scrolled the table up and down, my table was get bigger each time.
I have been starring at this code too long. Thanks again, Will "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > This occurs when I scroll down past my 8 rows to the end and > > I select a row, I get this error. > > i'll take a hint that your probably running on an OS4 device, > so the FATAL ALERT most likely is this one: > > ErrFatalDisplayIf (row >= tableP->numRows, "Invalid row"); > > does that help? :) you are obviously trying to select a row > when you dont have enough there in the table. you might want > do do some checking on how many rows you have before you pass > a call to this function > > are you calling: TblGetItemBounds? :P > > --- > Aaron Ardiri [EMAIL PROTECTED] > CEO - CTO +46 70 656 1143 > Mobile Wizardry http://www.mobilewizardry.com/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
