Re: without buttons
Re: without buttons
- Subject: Re: without buttons
- From: JJ <email@hidden>
- Date: Wed, 11 Jul 2001 10:34:34 +0200
>
I watched and tried the scripts using
>
>
Display Dialog "Text" giving up after 2 without buttons
>
>
Am I mistaken in thinking that "without buttons" should yield a
>
window without buttons?
>
>
All I get is a single button labeled "False".
>
>
Display Dialog "Text" buttons "" giving up after 2 buttons ""
>
>
will at least give a blank button.
>
>
OR
>
>
Do I need one more OSAX to make this work?
>
Of course, Dialog Director:
set the_dialog to {size:{200, 150}, style:standard dialog, timeout after:2,
contents:[ *opt+L*
{class:static text, bounds:[70, 65, 180, 85], contents:"Let's rock"}]} ,
dd auto dialog the_dialog
Else Akua Sweets:
set the_window to (display info *opt+L*
{window dimensions:{100, 100}} message "Hello, Dolly")
pause for 60 --ticks, a second
display info the_window with disposal
Else:
try
display info this_message with disposal
on error
dd delete this_message
end try
JJ