Hi.
I'm developing an app for a Palm m515 and came across the problem mentioned
in the subject.
In my app besides the main form, I have secondary forms where I choose
certai elements. I "jump" from one form to another using FrmGotoForm(). When
I open my app, if I don't go to any of the secondary forms, the app exits
perfectly. However, if I jump from the main form to a secondary form and
from this to the main form, afterwards when pressing HOME, all forms close
but the app doesn't return the user to HOME. My AppStop is as follows :
static Err AppStop(void)
{
  FrmCloseAllForms();
  CloseBT();
  return errNone;
}
CloseBT unregisters the BT management and closes the BT library.
I'm afraid I'm leaving unclean forms by constantly using FrmGotoForm.
Any help in solving this would be great.
Thx for the attention.
Ricardo Marques.



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

Reply via email to