All the events you process should be marking handled=true (except for
frmCloseEvent). By design there are a lot of events that are not handled by
you. 

If this is messing you up then create a new flag called whatever. Initialize
it to true at the start of the function and in the frmCloseEvent case change
it's state.  Then check that flag instead of handled at the end.

Does it close properly when that line is commented out or with the handled
check? If not than this isn't going to fix it.
 
Hope this helps
Karl
-------Original Message-------
 
From: Palm Developer Forum
Date: Monday, September 15, 2003 12:29:12 PM
To: Palm Developer Forum
Subject: Re: (newbie need help)My app doesn't return to the aplications
screen (Home).
 
Following your advice i added if (handled) UpdateScrollBar.
But I found out now that every time I pass trough that point handled =
false.
Is this normal???
 
 
 
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
.

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

Reply via email to