Do you alarms use the launch method, or do they use function pointers?
I use a function pointer as I dont want my screen to turn on all time when I receive data.

You NEED to lock your code into memory via MemHandleLock.
How do I get the handle of my code ?

If you are programming for an NVFS device, do your users a favor and lock the resources yourself .
I wanna support NVFS devices too. But how do I lock my resoources?
Usually for any displaying any resource I get the resource, lock it, draw it and then unlock it.

What I do is :
* Register a callback function for alarms on app exit.
* In the callback I read the network data and decide - do I need to show any form on this data? * If so, I fire a custom notification, and on launch code of notification, I update the database and preferences and display the data as needed.

Regards,
Sagar

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to