In article <82758@palm-dev-forum>, [EMAIL PROTECTED] says... > > One problem is that I'm not always displaying the dialog myself (e.g. the > Find dialog and the Contrast/Brightness dialog). I also can imagine alarms, > notifications, hacks, or desk accessories that display modal dialogs and > suspend the application's event loop.
If you're writing code that cares when its been suspended due to a modal dialog popping up in front, you'll need to watch for the special characters that popup these dialogs and intercept them between your EvtGetEvent and SysHandleEvent calls. See Chars.h for a list of system characters -- it should be pretty easy to identify the set to watch. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
