Icon on Alert window
Icon on Alert window
- Subject: Icon on Alert window
- From: Bernardo Hoehl <email@hidden>
- Date: Fri, 2 Jul 2004 12:22:40 -0300
I want to display an Icon (e.g. My picture) on a window.
code: display dialog "My text" with icon number_of_icon
I have posted a topic at Macscripters.net and Camelot answered:
=============
The icon number represents the resource ID of an ICON resource in the
file.
Since your script doesn't include the necessary resource, your script
doesn't show the icon.
You'll need to use some kind of resource editor to copy the icon from
the sample script into your own script (or duplicate the sample script
file and edit the embedded script)
==============
Question:
Which program do I use to embed the image in the Applescript Applet?
Thanks!
Bernardo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.