• 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: "icon note" in Tiger now a generic icon
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "icon note" in Tiger now a generic icon


  • Subject: Re: "icon note" in Tiger now a generic icon
  • From: Gnarlodious <email@hidden>
  • Date: Mon, 28 Nov 2005 21:06:28 -0700
  • Thread-topic: "icon note" in Tiger now a generic icon

Entity Michael Henley spoke thus:

>> One could also filter out the tiny icons by eliminating all that
>> are less
>> than about 10k in size.

> How would that look?

set swirlieIcon to
":System:Library:CoreServices:CoreTypes.bundle:Contents:Resources:ErasingIco
n.icns" as alias
set sizeLimit to 10000

tell application "Finder"
    properties of file swirlieIcon
    size of the result as integer > sizeLimit
end tell

-- Gnarlie


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: "icon note" in Tiger now a generic icon (From: Michael Henley <email@hidden>)

  • Prev by Date: Re: "icon note" in Tiger now a generic icon
  • Next by Date: Re: "icon note" in Tiger now a generic icon
  • Previous by thread: Re: "icon note" in Tiger now a generic icon
  • Next by thread: Re: "icon note" in Tiger now a generic icon
  • Index(es):
    • Date
    • Thread