Re: Multi-field user input dialog?
Re: Multi-field user input dialog?
- Subject: Re: Multi-field user input dialog?
- From: Shane Stanley <email@hidden>
- Date: Fri, 29 Nov 2013 09:19:16 +1100
On 29 Nov 2013, at 4:54 AM, Michael Grant <email@hidden> wrote:
> Any recommendations on the current best practice for producing a multi-field user input dialog for scripts? AppleScriptObjC? Smile? Does FaceSpan still work? Can this be done in Automator? What I want is a way to enter financial transactions and, depending on the user input, route them to one of two bookkeeping applications and/or one or more Excel spreadsheets.
FaceSpan is dead, sadly, and Automator isn't going to do what you want. You can do it easily in an AppleScriptObjC-based project in Xcode, or if the dialog is relatively simple you can use ASObjC and build the dialogs on the fly, which means you don't need to use Xcode. You can see some examples of the latter here, for example: <http://dougscripts.com/itunes/>.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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