event loop is for events, notifications are different entirely.
Notification can arrive to a callback or to PilotMain. EventLoop is
NOT an option. However, the notification will be DEFFERRED until the
next time EvtGetEvent is called. At that time it will be dispatched to
all handlers subscribed to it.

On 1/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have an app, let's call it A (It is a UI task). A sublaunches an app B . B is 
also a UI task and is in the foreground of A. B calls 
SysNotifyBroadcastDeferred() and then dismisses itself back to A. A is 
registered for this notification. My question: Can the notification be handled 
from Pilot Main of app A? or is an event enqueued in the event queue of A in 
which case it can be handled by the event loop of A?
--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/



--
Best Regards, Dmitry Grinberg
Software Engineer, http://PalmPowerups.com
(847) 226 9295
AIM: DmitryGrinberg
MSN: [EMAIL PROTECTED]
ICQ: 165589894
Y! IM: dmitrygr2003

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

Reply via email to