Re: Autoraise
Re: Autoraise
- Subject: Re: Autoraise
- From: Scott Buchanan <email@hidden>
- Date: Mon, 17 Nov 2003 08:29:42 -0800
Hi,
Unfortunately this didn't seem to change the behavior. I have two
windows that are passing messages. I want the responding window to
stay on top when selecting an item in the bottom window, which passes
information to the top window. Even with the default set as indicated
below the bottom window raises when clicked on.
Thanks anyway.
Scott Buchanan
________________________________________________________
Scott Buchanan WEB: http://www.4dneuroimaging.com
President & CEO e-mail: email@hidden
4-D Neuroimaging Tel: (858) 458-5657
9727 Pacific Heights Blvd . Fax: (858) 458-5698
San Diego, CA 92091
USA
________________________________________________________
On Nov 16, 2003, at 10:27 AM, John Harper wrote:
On Nov 14, 2003, at 8:09 PM, Kurt Bigler wrote:
BTW is there a listing of the defaults that can be set?
Run "man quartz-wm" and "man Xquartz" to get a list of all the
defaults-based options
The only option there has ever been is whether a click that brings an
application or a window forward (2 separate criteria, application vs
window)
also causes action within the window, also known sometimes as "click
thru".
But this is only controllable at the application programming level,
not as a
user option.
quartz-wm implements this as a user option (since there is no API for
X11 applications to cleanly control this themselves):
defaults write com.apple.x11 wm_click_through -bool true
Disables the default behavior of swallowing
window-activating
mouse events.
John
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.