Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: new%udel.edu@cunyvm.cuny.edu Newsgroups: comp.sys.amiga Subject: Re: Your undivided attention. Message-ID: <5441@nigel.udel.EDU> Date: 6 Dec 89 14:43:41 GMT Sender: mmdf@udel.EDU Lines: 11 In article <4995@nigel.udel.EDU> Craig Scott Lennox writes: >What is the way, under AmigaDOS, to put up a dialogue box which prompts the >user for information, and disallows context switches, opening new windows, >pulling down other screens, etc. Well, DisplayAlert() is pretty evil. However, it only gives you a boolean choice. I'm not exactly sure what it disables. Exactly what "states" are you trying to avoid? There is almost certainly a better way (like locking intuition, coding in semaphores, ...). -- Darren