Re: Finder Window Position Help
Re: Finder Window Position Help
- Subject: Re: Finder Window Position Help
- From: Gnarlodious <email@hidden>
- Date: Mon, 1 Jan 2007 15:08:24 -0700
Strange... this used to work. I have a script that used to position
windows and close them so they would open in the saved position.
Probably a windowserver "update" broke that functionality. Maybe
someone else knows.
-- Gnarlie
On 1/1/07, revDAVE <email@hidden> wrote:
On 1/1/2007 1:18 PM, "Gnarlodious" <email@hidden> wrote:
> You have to tell the window to close.
Thanks Gnarlodious,
I added the close step..
- I opened 5 folder windows
- ran the new script - 1x on each (with close)
- I opened the same 5 windows again - and they opened in their first (old)
position - not the new one...
What am I doing wrong?
>
> -- Gnarlie
tell application "Finder"
activate
select Finder window 1
set current view of Finder window 1 to list view
set bounds of Finder window 1 to {5, 45, 1000, 900}
close Finder window 1
end tell
--
Thanks - RevDave
email@hidden
[db-lists]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden