Displaying Alert Window with special icon in AppleScript Studio
Displaying Alert Window with special icon in AppleScript Studio
- Subject: Displaying Alert Window with special icon in AppleScript Studio
- From: Bernardo Hoehl <email@hidden>
- Date: Fri, 30 Jul 2004 01:57:00 -0300
My application can either return a positive result or an alert that it
failed.
In order to enhance its look I would like to add diferent icons for
"success" or "failure" on the alert messages.
We do it in a simple AppleScript using "with icon 1" or "with icon 2"
But I can't figure out how it is done in AppleScript studio
This is my line:
display alert "Result" as warning message "Success" default button "OK"
attached to window "Main"
Question:
How to provide the alert window with a special icon and or change the
color of the text? (red for failure, blue for success)
Thanks.
Bernardo Hvhl
Rio de Janeiro - Brazil
_______________________________________________
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.