• 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: count of Finder windows: Is this a bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: count of Finder windows: Is this a bug?


  • Subject: Re: count of Finder windows: Is this a bug?
  • From: Brian Christmas <email@hidden>
  • Date: Fri, 19 Nov 2010 07:29:40 +1100


On 19/11/2010, at 7:04 AM, Gil Dawson wrote:

Thanks to Jim Matthews of FetchSoftWorks for helping me isolate this one.

This script:

tell application "Finder"
log "count of Finder windows=" & (count of Finder windows)
repeat with w in Finder windows
log "name of w=" & name of w
end repeat
end tell


G'day Gil

Syntax error

try

tell application "Finder"
log "count of Finder windows=" & (count of Finder windows)
repeat with w in (get Finder windows)
log "name of w=" & name of w
end repeat
end tell

Regards

Santa



And what, you ask, was the beginning of it all?
And it is this......
Existence that multiplied itself
For sheer delight of being
And plunged with numberless trillions of forms
So that it might
find
itself
innumerably

Sri Aurobindo





 _______________________________________________
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

  • Follow-Ups:
    • Re: count of Finder windows: Is this a bug?
      • From: Gil Dawson <email@hidden>
References: 
 >count of Finder windows: Is this a bug? (From: Gil Dawson <email@hidden>)

  • Prev by Date: count of Finder windows: Is this a bug?
  • Next by Date: Re: count of Finder windows: Is this a bug?
  • Previous by thread: count of Finder windows: Is this a bug?
  • Next by thread: Re: count of Finder windows: Is this a bug?
  • Index(es):
    • Date
    • Thread