Re: Modeless floating alert with yellow background
Re: Modeless floating alert with yellow background
- Subject: Re: Modeless floating alert with yellow background
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 07 Feb 2001 21:04:38 -0800
On 2/7/01 8:33 PM, "Lorin Rivers" <email@hidden> wrote:
>
Can I get one in an AppleScript?
>
>
How?
Akua Sweets:
notify with alert "Anything you want."
There are other parameters too:
notify : Post or remove a notification. (Using this also clears any dangling
notifications from scripts that ended without a corresponding "is done"
call).
notify [ integer] -- The notification to remove (if any).
[with alert string] -- The string you wish to have posted in an
immediate alert.
[with sound sound] -- A sound loaded from a file.
[with sound named string] -- The name of the sound you wish to play.
[with icon small integer] -- The number of the icon you wish to
flash in the menu. Use 150 for the default script application icon.
[markation boolean] -- Mark app in menu.
[removal boolean] -- Remove the notification.
Result : integer -- The notification. Don't change it! You must use the
"with removal" option at a later time to remove the notification from the
queue.
--
Paul Berkowitz