Window basics...
Window basics...
- Subject: Window basics...
- From: "Domains4Days.com" <email@hidden>
- Date: Thu, 13 Dec 2001 10:15:13 -0800
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
--
Thanks,
RevDave
http: //www.Domains4Days.com