Re: Strange comm behavior on Palm TX

2009-10-08 Thread Michal Seliga
Luc Le Blanc wrote: My app receives 8-byte Bluetooth messages from a measuring device. I handle nilEvents in the EventLoop and call a proc every second to check for data availability with a call to SrmReceiveCheck. It works fine everywhere, except on *some* TX devices, like mine, where this

Re: Strange comm behavior on Palm TX

2009-10-08 Thread Luc Le Blanc
Michal Seliga wrote: just a guess, but could it be that for working with comm you at least sometimes have to call system eventhandler? How should I do that? I'm already running within the handling of a nilEvent. Calling the event handler with the current event would loop around this nilEvent