• 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 19:44:49 -0700
  • Thread-topic: "icon note" in Tiger now a generic icon

Entity Michael Henley spoke thus:

> I persisted in my search for talkie face, and I didn't find him. However, I
> did find the new Tiger version of the note icon! I suppose this is what the
> script menu ought to be using, but isn't for some reason.
>
> display dialog space with icon (path to resource "AlertNoteIcon.icns" in
> bundle ((path to library folder from system domain as string) &
> "CoreServices:CoreTypes.bundle"))
Very cool! Although I wish the Talkie Face was still included along with
Clarus ;=\

This is easier to implement on the fly:
set swirlieIcon to
":System:Library:CoreServices:CoreTypes.bundle:Contents:Resources:ErasingIco
n.icns"
display dialog space with icon swirlieIcon as alias


> The note icon is buried in a bundle along with a bunch of other cool icons. 
> You can view these in finder by running this script:
>
> tell application "Finder"
> activate
> set icon_window to make new Finder window
> tell icon_window
> set target to ((path to library folder from system domain as string) &
> "CoreServices:CoreTypes.bundle:Contents:Resources:") as alias
> set current view to icon view
> set toolbar visible to false
> end tell
> tell icon view options of icon_window
> set arrangement to arranged by name
> set shows icon preview to true
> set icon size to 128
> end tell

Hey cool! But since the giant icons are scattered about the disk, one could
say something like (caution, shell command):

find / -type f -name '*.icns'

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

Thanks for your work, this helps my attitude.

-- 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

  • Follow-Ups:
    • Re: "icon note" in Tiger now a generic icon
      • From: Michael Henley <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