deferred notifications problems

2005-01-19 Thread Neil Whitworth
I seam to be having problems on a T3 with the system's notification hanlders. In an app I am using the Palm File streaming API during a custom sub-launch to create delete files. During this there is no event loop running so non of the deferred notifications are sent. Some time later, when the

Re: deferred notifications problems

2005-01-19 Thread Ben Combee
At 09:16 AM 1/19/2005, you wrote: Is ther anyway to stop this notification, or make the system send them (without using EvtGetEvent)? The system will send the next deferred notification when you call SysNotifyBroadcast with NULL passed as the parameter. Each call will empty one queue slot. --