In article <[EMAIL PROTECTED]>,
 "Aaron Ardiri" <[EMAIL PROTECTED]> wrote:

> > I am relatively new to Palm OS programming, so please understand this 
> > when reading.  I am trying to determine which applications are causing 
> > certain events.  Is there any way to determine this?  Can I find out 
> > which application is active at a given time?  I know that Palm OS 5 some 
> > apps can run in the background, is there any way to get a list of what 
> > is running?
> 
> SysCurAppDatabase() <-- currently active application.

Cool.  Don't know why I didn't see that one.  If my app is launched for 
a notification while another app is running, I assume that that app will 
be returned with the SysCurAppDatabase() call, right?

> 
> technically, there is only one application active at any time. the
> only way that there can be something running in the background is
> if there is an application catching notifications (hint) and/or using
> a background sound audio callback (hint: mp3 players)

I am trying to find out what apps are causing my data connection on my 
phone (Treo 600) to become active (and logging for how long). 

> 
> i think you can figure the rest out :)


Thanks for the help!

Chris
> 
> ---
> Aaron Ardiri
> [EMAIL PROTECTED]
> http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]
>

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

Reply via email to