[EMAIL PROTECTED] wrote:
I've been using NetLibSelect in my application. It slows things down considerably and apparently, user events don't get across. Is there another way to do this? Sequential execution and polling apart.
Thanks.


Have you included stdin in your list of descriptors. If you do NetLibSelect will return whenever there is an event to process.

From the documentation:-

This call blocks until one or more descriptors are ready for I/O. In the Palm OS environment, a descriptor is either a NetSocketRef or the "stdin" descriptor, sysFileDescStdIn. The sysFileDescStdIn descriptor will be ready for input whenever a user event is available like a pen tap or key press.


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to