Re: Window basics...
Re: Window basics...
- Subject: Re: Window basics...
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 13 Dec 2001 16:50:45 -0500
- Organization: [very little]
>
Date: Thu, 13 Dec 2001 10:15:13 -0800
>
Subject: Window basics...
>
From: "Domains4Days.com" <email@hidden>
>
To: <email@hidden>
>
>
Instead of the line below that picks a particular folder, how can I select
>
THE FRONTMOST WINDOW (that's open) and apply changes to that one?
>
>
tell application "Finder"
>
activate
>
set position of container window of folder "MyFOLDER" of disk "Main" to
>
{10, 50}
>
end tell
tell application "Finder"
activate
set position of window 1 to {10, 50}
end tell
The frontmost window always has an index of 1.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[12/13/01 4:48:55 PM]