display dialog
display dialog
- Subject: display dialog
- From: Scott Haneda <email@hidden>
- Date: Thu, 17 Mar 2005 02:30:07 -0800
I am using this, and I am not sure how correct it is, but it does work for
me:
property theCopy : ""
repeat while theCopy is ""
display dialog "SMS?:" buttons {"Cancel", "OK"} with icon note ¬
default button 2 default answer theCopy
set the theCopy to text returned of the result
end repeat
First, you can see my repeat loop is an attempt to force entry of text, is
there a better way?
Second, the text input area only allows one line, is there a way to make it
larger, maybe 10 lines tall?
--
-------------------------------------------------------------
Scott Haneda Tel: 415.898.2602
<http://www.newgeo.com> Novato, CA U.S.A.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden