Re: Custom event loop in POL

2004-05-05 Thread Mark Chauvin
t; calls...works with > all OSes plus i needed to support bluetooth which is > easy then (you cannot > use > SetWakeupHandler for bluetooth) > > > - Original Message - > > From: "Mark Chauvin" <[EMAIL PROTECTED]> > > To: "Palm Developer Forum

Re: Custom event loop in POL

2004-05-05 Thread Arrow
Message - > From: "Mark Chauvin" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Wednesday, May 05, 2004 9:17 AM > Subject: Custom event loop in POL > > > > I have a program that needs to constantly monitor the

Re: Custom event loop in POL

2004-05-05 Thread Dave Lippincott
Does POL support the serial port callback? Instead of a tight loop, process the data as it arrives. - Original Message - From: "Mark Chauvin" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 9:17 AM Subject

Custom event loop in POL

2004-05-05 Thread Mark Chauvin
I have a program that needs to constantly monitor the serial port for data. My old version of the program, written in C w/ PRC-tools, redifined the EventLoop function, but now that I'm using POL and a derivation of the CPalmApp object, what's the right way to do this? Should I have a function tha