On Tue, 26 Mar 2002, Aaron Ardiri wrote: > isn't there a callback for network traffic? might be better to re-design > than hack something up :)
Not that I can tell. You can use NetLibSelect in your event loop, though, and even make that the core of your event loop. There is a special "socket descriptor" that will let you know when there is something in the event queue that needs attention, but it doesn't work in POSE. I don't have my code for that in front of me, or I'd type out a skeleton of it. ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator fortune: cannot execute. Out of cookies. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
