Hi. > 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. >
Do you meam HOME = the launcher? >From the secondary forms, can the app exit perfectly? When you say "the app doesn't return the user to HOME", what do you get? the blank screen until you reset the Palm? I don't think it is the problem with FrmGotoForm(). If you return false in frmCloseEvent of a form and call FrmGotoForm() to go to a form, it always works fine. If you put a main button (to go back to Main form) in your secondary form, when user presses that button, then exits the program, does the problem happen? You can also test it by writing a small program with some forms, the secondary form has a list, when you cloose an item, automaticaly go back to the main form, does the problem happens? If the problem happens, then it may have st to do with the list (memory for the list items?) When I have a bug in my app, the app just behaves weird until I fix the bug. tnn __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
