Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fauern!fauern!csbrod From: csbrod@medusa.informatik.uni-erlangen.de (Claus Brod ) Newsgroups: comp.sys.atari.st.tech Subject: Re: Box w/o form_do() causing PRG lock up. Solution sought. Message-ID: <3200@medusa.informatik.uni-erlangen.de> Date: 30 Oct 90 11:07:56 GMT References: <8978@ncar.ucar.edu> Organization: CSD, University of Erlangen, W-Germany Lines: 20 moses@hao.ucar.edu (Julie Moses) writes: >Problem - If I depress the mouse button outside the dialogue box >which is being handled without form_do() and atop the slider bars, >or GEM dropdowns (anything GEM itself is taking care of through >evnt_messages), it locks up the program completely; only the mouse >can move yet do nothing. Use wind_update(BEG_UPDATE) and wind_update(END_UPDATE) to prevent the AES screen manager from taking care of menus and the like while you are doing your dialog tricks on the screen. This hint is valid for any situation where you are doing something on the screen (VDI calls, but objc_change() calls also). ---------------------------------------------------------------------- Claus Brod, Am Felsenkeller 2, Things. Take. Time. D-8772 Marktheidenfeld, West Germany (Piet Hein) csbrod@medusa.informatik.uni-erlangen.de ----------------------------------------------------------------------