[comp.windows.x.motif] Stacking order of Dialog widget

curtz@lia (Curtz Lam) (05/29/91)

	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.

							- Curtz
Internet: lia.com
UUCP: ...!fernwood!lia!curtz
Phone: (415)-769-5695	
-- 
							- Curtz
Internet: lia.com
UUCP: ...!fernwood!lia!curtz
Phone: (415)-769-5695	

tsang@ISI.COM (Kam C. Tsang) (05/30/91)

> 	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