• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Set window location bug (the return of the…)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Set window location bug (the return of the…) (From: "emile.a.schwarz" <email@hidden>)

  • Prev by Date: Re: Set window location bug (the return of the…)
  • Next by Date: Re: Organizing mail into mail folders with Applescript?
  • Previous by thread: Re: Set window location bug (the return of the…)
  • Next by thread: Getting the URL from open window in Firefox?
  • Index(es):
    • Date
    • Thread