On Thu, 18 Apr 2002, ThuNguyet Nguyen wrote: > Should I put all the code to handle user events in AppHandleUserEvent() > and check for active form to do proper things?
Either that or, if you're absolutely sure that the events you're putting in wont be gobbled up by FrmDispatchEvent unless you process them, you can put FrmDispatchEvent before AppHandleUserEvent and it should work then like you want it to... I think (someone please correct me if I'm wrong). ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator All I want is a kind word, a warm bed and unlimited power. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
