Re: "icon note" in Tiger now a generic icon
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