On Wed, 6 Sep 2000 [EMAIL PROTECTED] wrote:
> Dear All,
> I have a question about event loops management.
> When I click for the first time on an application icon (Application A) ,
> the application starts for the PilotMain. what happens when I go to an other
> application (Application b) . The 1st application EventLoop (Application A) is
> still running? What happens when I come back to Application A. It starts from
> the PilotMain or it is on the EventLoop. Is it concerned with the Event Loop
> queue?
> Thanking you in advance,
> Raffaella
When you go to another app, the current app (App A) gets an appStopEvent,
then, the next app (App B) starts up, in PilotMain. Then, when you switch
to App A again, App B gets and appStopEvent, then App A starts up from
PilotMain.
There are no threads or multiple processes that keep App A running.
--
Brian Mathis
Direct Edge
http://www.directedge.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/