Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!aplcen!haven!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.sys.amiga Subject: Re: Your undivided attention. Message-ID: <5010@nigel.udel.EDU> Date: 30 Nov 89 01:00:50 GMT References: <4995@nigel.udel.EDU> Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Organization: University of Delaware Lines: 10 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