Like Aaron said, the problem is that you end up returning "true" after handling the frmCloseEvent -- you need to return "false" to allow the OS to finish closing the form (or you can read the OS source and find everything the OS does, and duplicate the work yourself, and keep your app updated for all OS versions and all devices -- but it's much better to just return "false" and allow the OS to do its work properly).
> Actually what i am doing is in frmCloseEvent i have > used many MemPtrFree() and also saving few things in > the pdb and things like that. And after doing all this > just break. > > But based on my implementation requirement i have to > do all these things in frmCloseEvent. So could you > please suggest me what shall i do. I am sending on of > sample frmCloseEvent which i have implemented. > > [snip -- the implementation returned "true" after frmCloseEvent] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
