Re: Window basics...
Re: Window basics...
- Subject: Re: Window basics...
- From: Michelle Steiner <email@hidden>
- Date: Thu, 13 Dec 2001 18:49:08 -0700
On 12/13/01 11:15 AM, Domains4Days.com <email@hidden> wrote:
>
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
try
set position of the front window to {10, 50}
end try
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------