Re: Combining Interupt Serial - custom event with Event queue (Timing Question)

2002-04-09 Thread Ben Combee
In article 83202@palm-dev-forum, [EMAIL PROTECTED] says... I have a interrupt driven serial input routine and want to have that place a custom event in the event queue. Has anybody timed how long in milliseconds the delay would be before my routine in a form handler would recieve the

Re: Combining Interupt Serial - custom event with Event queue (Timing Question)

2002-04-09 Thread Clifford Jones
Ben, I was looking at the api and it looks like I could use a AddEventToQueue call to place an event in into the queue. Is a user defined event above the 0x6000 considered a virtual key event? Are you saying that is not possible while inside an interrupt to place a user defined event onto the

Re: Combining Interupt Serial - custom event with Event queue (Timing Question)

2002-04-09 Thread Ben Combee
In article 83209@palm-dev-forum, [EMAIL PROTECTED] says... I was looking at the api and it looks like I could use a AddEventToQueue call to place an event in into the queue. Look at the description of EvtEnqueueKey -- this is the only event handling call that disables interrupts while it

Combining Interupt Serial - custom event with Event queue (Timing Question)

2002-04-08 Thread Clifford Jones
I have a interrupt driven serial input routine and want to have that place a custom event in the event queue. Has anybody timed how long in milliseconds the delay would be before my routine in a form handler would recieve the event? Does the event go on the queue and immedently go to the form