Path: utzoo!utgpu!watserv1!watmath!att!att!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!ncar!hao.ucar.edu!moses From: moses@hao.ucar.edu (Julie Moses) Newsgroups: comp.sys.atari.st.tech Subject: Closing AES boxes interfering with VDI drawing Message-ID: <9267@ncar.ucar.edu> Date: 24 Nov 90 17:07:26 GMT Sender: news@ncar.ucar.edu Reply-To: moses@hao.ucar.edu (Julie Moses) Organization: High Altitude Observatory/NCAR, Boulder CO Lines: 15 I have an annoying problem in a program I am writing. I open a dialogue box then close the box and immediately afterwards do some VDI drawing (automatically not by hand) onto screen. The problem is that the closing of the AES dialogue box does not finish before the VDI drawing begins and therefore the VDI drawing is also erased. I have tried putting a delay by evnt_timer and by a long for() loop between closing the box and the VDI drawing. In each case the closing of the AES dialogue box is also delayed and it still erases the VDI drawing. Then I thought it might be my wind_updates but after changing them it did not solve the problem either. Julie Moses