On Thu, 2004-09-23 at 11:08, Steve wrote: > I've got quite a few pop-up forms in my Application which I invoke with FrmGotoForm > and then close with FrmReturnToForm(0). > > On the Palm Garnet Simulator I get a "memorymgr.c, Line:3752, Free ptr" error when > FrmReturnToForm(0) is invoked. This happens for all my forms (I'm consistent ;-), > one, for example has two buttons, a label and a single Field (text). > > I am not allocating any memory myself when this form is loaded / drawn. > > Any ideas ?
This is a complete shot in the dark, but in the event handling function where you're calling 'FrmReturnToForm(0)', try returning 'handled' status. -Ken -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
