Ok, I may agree to you about EXIT. But executing app in background is
totally possible. Look at RealPlayer, it can run in a background with no UI
while another app is running normally. Palm itself has resident program
("Find") that can be launched while another app is running without exiting
it. I heard that code can be locked and it is not unloaded when app exits.
so when sound card interrupt is called it is executing in that locked code.
I just need an example how to do this. I also don't know how to detect from
second instance that another one is running and communicate to the it to
switch to full UI mode.


"Jim Cooper" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
> > I have an app that needs to have two options: Close and Exit.
>
> Actually, you don't. You need to have a look at the Palm API docs,
> particularly the programming companion, as to why not. The Exit option
> in particular doesn't make sense on a Palm device as there is nowhere
> for it to exit to.
>
> > 1. How to move and continue executing the app in a background in Palm OS
5
> > that is single process OS.
>
> There have been a number of highly technical discussions about that on
> this newsgroup. Short answer is that you can't really do it.
>
> Cheers,
> Jim Cooper
>
> ____________________________________________
>
> Jim Cooper      [EMAIL PROTECTED]
> Tabdee Ltd      http://www.tabdee.ltd.uk
>
> TurboSync - Connecting Delphi with your Palm
> ____________________________________________
>
>



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

Reply via email to