Re: Dialog Icons
Re: Dialog Icons
- Subject: Re: Dialog Icons
- From: John Delacour <email@hidden>
- Date: Sat, 3 May 2003 23:35:51 +0100
- Mac-eudora-version: 6.0a16
At 5:07 pm -0400 3/5/03, John L. White wrote:
Are the only icons available in dialogs (as created by "display
dialog...") besides note, caution and stop icons (or numbers 0, 1 and
3)?
I noticed in an old email from this mailing list that somebody had
written (I paraphrased this a bit):
tell application "Eudora"
> ...
> set dd to display dialog ppt default answer "" with icon 1001
That would be me, surprise surprise. It's still possible with carbon
apps what have cicn resources. Under OS 9 etc. you have a large
range of Finder cicns.
It's no good adding cicn resources to the resource fork of cocoa
apps, but there may be a way to do it.
Jere are a few things you can do in carbonized apps.
tell application "BBEdit 6.5"
display dialog "
Smile!" with icon 5001 buttons "Shan't ! }:o(" default button 1
end tell
tell application "BBEdit 6.5"
display dialog "
6.5" with icon 128 buttons "Oh" default button 1
end tell
tell application "Smile"
display dialog "
Script WHAT ??" with icon 128 buttons "Editor?" default button 1
end tell
etc
_______________________________________________
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.
References: | |
| >Dialog Icons (From: "John L. White" <email@hidden>) |