Hello everyone, I just had a quick question, if I have : dialogPtr = FrmInitForm(MyDialog); FrmDoDialog(dialogPtr); [now the user clicks the home button to go back to the launcher (he or she quits my app)] [the app gets CloseAllForms message] I see the open dialog disapear, then the main form does its cleanup code and I try : if (dialogPtr) FrmDeleteForm(dialogPtr) and I get a bad chunk message. Is this because the CloseAllForms message already destroyed my the dialog that I created? It seems like this is what's happening, but I need some verification because I thought I was responsible for destroying resources that I initialized (loaded). Thanks, Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
