Hi,
Even I faced similar kind of problem some time back.
the solution to this is
remove the focus from the tabel.
write this in frmCloseEvent
form = FrmGetActiveForm();
FrmSetFocus( form, noFocus );
FrmSetFocus( form, noFocus );
regards,
Vamshi
-----Original Message-----
From: Dominic Diascro, III <[EMAIL PROTECTED]>
To: Palm Developer Forum <[email protected]>
Sent: Sat, 3 Sep 2005 18:38:42 -0000
Subject: Table Free Handle Error
-----Original Message-----
From: Dominic Diascro, III <[EMAIL PROTECTED]>
To: Palm Developer Forum <[email protected]>
Sent: Sat, 3 Sep 2005 18:38:42 -0000
Subject: Table Free Handle Error
I'm running into a memory handle problem. My program implements a 5 column, 10 row table. If I start the program and run any of the counter functions (there's a timer implemented), and then exit, it works fine. If I put the cursor in any of the table fields and try to exit, I get the error: MemoryMgr.c, Line:3670, Free Handle. If I tap into a table cell and then tap out of it and then exit the program, it is fine. I'm thinking I need to free the pointer for the cursor. That sound right? Thanks. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
