Re: yellow alert box
Re: yellow alert box
- Subject: Re: yellow alert box
- From: Jim Baskins <email@hidden>
- Date: Tue, 07 Nov 2000 15:54:59 -0600
On 11/7/00 6:28 PM, Matt Binkowski email@hidden wrote:
>
hi,
>
>
i'm trying to write a script that creates the yellow alert boxes. I'm using
>
dialog director but I don't see the option to change the interior color of
>
the window. If someone knows how to script the alert box without* using
>
dialog director, I'd prefer to do so.
Don't know if this is exactly what you want but try this (using Akua Sweets
Notify and OS9)
repeat 3 times
delay 2
notify with alert "This is Quite Yellow in OS9"
delay 2
notify 1
end repeat
Regards,
Jim Baskins