>This seems odd because although I do have a bunch of forms and
>menus, the navigation between them is purely through FrmGotoForm and
>FrmPopupForm coupled with FrmReturnToForm ... according to the docs, both of
>these should handle the destruction of menus associated with each form.

I've always bee a bit suspicious of FrmPopupForm and FrmReturnToForm. 
I remember having problems with them in the past.

The only clean way to guarantee that you don't leave any form 
remnants lying around, IMHO, is to always do a FrmCloseForm, then 
FrmDeleteForm, then FrmGotoForm. If you have to display a dialog, use 
FrmDoDialog.

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to