Thanks, Keith.

I did all this last night before I saw your email, but ran into some 
interactions with the client code that didn't make sense. I'll go work 
those out.

Thanks for confirming the depth (or lack of) of the event queue.

>* Add a private queue to hold your custom event data.
>* Maintain a private boolean flag.
>* When you want to post events for subsequent handling:
>*** Post the custom event to your private queue.
>*** If your private boolean is false:
>****** Set it to true
>****** Post a private event to the Palm OS queue
>* When you pop that event off the Palm OS queue
>*** Set your private boolean to false
>*** Handle all the events you queued up in your private queue.


Curtis Jackson
Director of Engineering
Aniwhere, Inc.
[EMAIL PROTECTED]



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

Reply via email to