Multi input dialog

Hi, how can a dialog like this be created?

http://oi47.tinypic.com/6tguc9.jpg

Thanks

with Xcode, Apple’s developer tools

I already have an AppleScript script, can I just use Xcode to build the UI and hook up my existing script?

Xcode speaks AppleScript(ObjC) too, it’s easier to implement the code in the Xcode project.

I don’t know if custom handlers in the AppleScriptObjC app can be called like in older AppleScript Studio

Hmmm shame for me because I have no idea how to use Xcode :frowning:

Look into the AppleScriptObjC in Xcode tutorials in the unScripted section and Shane Stanley’s book

Thanks, will do :slight_smile: