Ah, by the way. I think I cannot use STL's queue container for the event queue, or can I? Is the STL library in general supported?
Thx, Jan
Peter Easton wrote:
Hi Jan,
A very good question! The best way to handle this is to create your own "event" queue and post a custom event when you add an event to this queue. In your main form loop, when you receive this custom event you should retrieve the BT event from your custom queue. Also in your main event loop, you should poll your custom queue when you receive a winEnter event, in case you missed your custom event while another window was open.
Regards,
Peter
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
