Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: mike@ames.arc.nasa.gov (Mike Smithwick) Newsgroups: comp.sys.sun Subject: Notifier question Keywords: Windows Message-ID: <23409@ames.arc.nasa.gov> Date: 26 Apr 89 04:15:28 GMT Sender: usenet@rice.edu Organization: NASA - Ames Research Center Lines: 35 Approved: Sun-Spots@rice.edu Original-Date: 4 Apr 89 16:33:27 GMT X-Sun-Spots-Digest: Volume 7, Issue 251, message 6 of 14 How do I "poll" the nofier while I am in a tight processing loop? I want to check for a menu selection or button event so the user can quit the operation if he(she) doesn't want to wait 3 minutes for it to complete. What I am doing is simply. . . main() { . . . window_main_loop(); } do_some_funky_stuff_notifier_proc() { for(i=0;i