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: Luther Fuller <email@hidden>
- Date: Mon, 28 Nov 2005 13:55:11 -0600
Gnarlodious asked ...
Has anyone noticed "icon note" as of Tiger is now a generic Application
icon? Whatever happened to the Mac talkie face? Any way to get him back?
What all icons are available, and how do I list them?
If you write ...
display alert ...
you will get the icon of the application you're telling to display. But, if you
want the icon of your application (bundle) to appear, you have to write
tell me to display alert ...
display dialog ... with icon ... may have the same problem, that is, you
may have to write
tell me to display dialog ... with icon <name>
so that 'display dialog' knows where to get the icon in your
application bundle.
Perhaps you are not getting the "Mac talkie face" because you're
telling something
other than the Finder to display dialog. You might try writing ...
tell application "Finder" to display dialog ...
_______________________________________________
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