control layering of different app windows
control layering of different app windows
- Subject: control layering of different app windows
- From: Matthew Galaher <email@hidden>
- Date: Thu, 13 Feb 2003 09:47:50 -0800
Many times a day I have to ftp files up to a server. After having Fetch
open a transfer window I have to grab the mouse and move the front most
finder window and the ftp window so that they are the right size and
side by side. My problem is that when I tell the Finder to set the
bounds of the front Finder Window, all finder windows come to the
front. OS X allows for layering different application windows and this
is what I wish to control. Is there a way to access this behavior?
TIA
tell application "Fetch"
open url myURL
set bounds of window 1 to {455, 511, 1063, 934}
end tell
tell application "Finder"
set bounds of front window to {453, 62, 1059, 481}
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.