Re: Set window location bug (the return of the…)
Re: Set window location bug (the return of the…)
- Subject: Re: Set window location bug (the return of the…)
- From: Luther Fuller <email@hidden>
- Date: Sat, 30 Jan 2010 06:21:01 -0600
On Jan 30, 2010, at 2:43 AM, emile.a.schwarz wrote:
> Mac OS X 10.6.2 with all updates…
>
> If I use the script below:
>
> tell application "Finder"
> set position of front window to {0, 64}
> end tell
>
> and I close the front window, reopen it, the window opens at {20,64}.
I recall doing something like that once, but I've forgotten the details.
You might try ...
tell application "Finder"
set position of front window to {0, 64}
set zoomed of front window to true -- or was it false?
end tell
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden