• 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: Window basics...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Window basics...


  • Subject: Re: Window basics...
  • From: Paul Berkowitz <email@hidden>
  • Date: Thu, 13 Dec 2001 10:58:28 -0800

On 12/13/01 10: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
set position of window 1 to {10, 50}
end tell

--
Paul Berkowitz


  • Follow-Ups:
    • Re: Window basics...
      • From: "Domains4Days.com" <email@hidden>
References: 
 >Window basics... (From: "Domains4Days.com" <email@hidden>)

  • Prev by Date: Re: URL access scripting
  • Next by Date: Re: R e: Coerce string to record or something like that?
  • Previous by thread: Window basics...
  • Next by thread: Re: Window basics...
  • Index(es):
    • Date
    • Thread