• 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: Mr Tea <email@hidden>
  • Date: Tue, 29 Nov 2005 01:30:17 +0000

Title: Re: "icon note" in Tiger now a generic icon
This from Michael Henley - dated 28/11/05 23.34:

> Or, to see how they all look in script dialog boxes, you can use this:


I had problems running your 'slideshow' script, Michael, with the following error:

Can't make "Mezzanine!:System:Library:CoreServices:CoreTypes.bundle" into type file.

This rewrite of the repeat loop worked for me, though:

repeat with an_icon in core_icons
    display dialog an_icon with icon (((path to library folder from system domain as string) & "CoreServices:CoreTypes.bundle:Contents:Resources:" & an_icon & ".icns") as alias) giving up after 1 buttons {"Cancel", "Pause"} default button 2
    if button returned of result is "Pause" then display dialog an_icon with icon (((path to library folder from system domain as string) & "CoreServices:CoreTypes.bundle:Contents:Resources:" & an_icon & ".icns") as alias) buttons {"Cancel", "Resume"} default button 2
end repeat


Thanks for the groundwork on getting the list of icons. As they were whizzing by I noticed that this is where the custom system icons I applied with CandyBar live.

Nick
pp Mr Tea

--

 _______________________________________________
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: Michelle Steiner <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