Re: multi input form
Re: multi input form
- Subject: Re: multi input form
- From: Doug Adams <email@hidden>
- Date: Mon, 08 Mar 2010 20:13:10 -0500
On Mon, 08 Mar 2010 14:20:38 -0500, Michele (Mike) Hjorleifsson wrote:
What is the best / easiest way to do a multi-field input form in
applescript ?
I sometimes will use a choose from list, no multiple selection, empty
selection ok. The list would contain items, such as
{"First Name: ", "Last Name: ", "City: "}
Clicking each item brings up a specific dialog with default answer
entry for that item. You can keep track which item is selected by
comparing start text or something like that. The result from that
dialog is augmented to the correct item in the list
{"First Name: Tom", "Last Name: Vercetti", "City: Vice"}
and re-displayed in the choose from list again until all items are
completed. The "OK" button dismisses the choose from list. Add error-
checking to taste.
Doug
_______________________________________________
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