Well, I guess you could do something like this.
set dialogResult to display dialog "First Name" default answer ""
if (button returned of dialogResult is "OK") then
set dialogResult to display dialog "Last Name" default answer ""
if (button returned of dialogResult is "OK") then
set dialogResult to display dialog "EMail" default answer ""
if (button returned of dialogResult is "OK") then
and so on
end if
end if
end if
On Feb 26, 2015, at 8:16 PM, Barry Hadder <[email protected]> wrote:
I don’t think you can do that with the standard user interaction suite.
You would need to create a Cocoa apple script application project in Xcode and
create a UI from scratch which is much more complicated. There also might be
some third party solutions for doing something like this.
On Feb 26, 2015, at 6:55 PM, Robert Cole <[email protected]
<mailto:[email protected]>> wrote:
Hi,
Can someone tell me how to make this script display multiple edit fields?
For example, first name
last name
email…
Here is what I got.
display dialog “First Name?" default answer “"
Thanks,
Rob
Sent from my MacBook
--
You received this message because you are subscribed to the Google Groups
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/macvisionaries
<http://groups.google.com/group/macvisionaries>.
For more options, visit https://groups.google.com/d/optout
<https://groups.google.com/d/optout>.
Barry Hadder
[email protected] <mailto:[email protected]>
Barry Hadder
[email protected]
--
You received this message because you are subscribed to the Google Groups
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.