• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: without buttons
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Shutdown script for apple Mac
  • Next by Date: Re: Save (Quicktime Movie) as JPEG
  • Previous by thread: Re: without buttons
  • Next by thread: Re: without buttons
  • Index(es):
    • Date
    • Thread