• 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: Michelle Steiner <email@hidden>
  • Date: Thu, 13 Dec 2001 18:49:08 -0700

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

--Michelle

----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------


  • Prev by Date: RE: even better coerce to record with usrf
  • Next by Date: Re: file name extensions & extended ascii
  • Previous by thread: Re: Window basics...
  • Next by thread: file name extensions & extended ascii
  • Index(es):
    • Date
    • Thread