Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ISI.COM!tsang From: tsang@ISI.COM (Kam C. Tsang) Newsgroups: comp.windows.x.motif Subject: Stacking order of Dialog widget Message-ID: <9105292005.AA19130@phecda> Date: 29 May 91 20:05:46 GMT References: <1991May29.020849.1135@lia> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 11 > Whenever I managed a dialog widget, the application with the > dialog automatically raised on top of all other applications, thus > hidding all other clients. Is there a way to change this behaviour so > that the stacking order remains unchanged? I am using mwm with Motif 1.1. > My keyboardFocusPolicy is set to explicit and the focusAutoRaise is False. > Thanks in advance. Try create an unmanaged toplevel shell in your application and create your dialogs as children of that shell. -kam