Re: combine dialogbox
Re: combine dialogbox
- Subject: Re: combine dialogbox
- From: "Stockly, Ed" <email@hidden>
- Date: Wed, 22 Feb 2017 18:42:04 +0000
- Thread-topic: combine dialogbox
Would you consider Shane's Myriad Tables software "Third Party"?
It's something you could bundle with your script and would not require installation on the client machine.
If so it could display a table like this:
ABORC First Last
A | ________|___________|
B | ________|___________|
C | ________|___________|
And the user would be able to enter text values for first/last for which their selection.
Hi all,
Is there a way to combine this in 1 window? (without third party software)
set List1 to {"A", "B", "C"}
set List1 to {choose from list List1 with prompt "Select it"} as text
set FirstRow to display dialog "Select FIRST" default answer "" buttons {"Cancel", "OK"} default button "OK"
set FirstRow to text returned of FirstRow
set LastRow to display dialog "Select LAST" default answer "" buttons {"Cancel", "OK"} default button "OK"
set LastRow to text returned of LastRow
Much appreciate your feedback,
Julien
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden