(Newbie) Get multiple text returns from a single dialog?

I want a single dialog that contains three distinct text boxes. The user would fill in box 1, tab to box 2, fill it in, etc. How to script this? Enlighten me, oh wise ones.

Model: iBook G4
AppleScript: 1.9.3
Browser: Safari 312.3
Operating System: Mac OS X (10.3.8)

You can’t. Try building a custom app in Xcode/applescript studio, or using three separate dialogs.

j

Seriously? Well that bites.

Thanks for the quick answer.

I believe you can if you do this in AppleScript Studio.

PreTech

Well, I should have read all of jobu’s response!:rolleyes:

Or this scripting addition:

http://www.24usoftware.com/AppearanceOSAX

If you’re not the AppleScript Studio type…

Since this type of question seems to appear every now and then, I’ve dropped a suggestion in the Code Exchange section under the heading:
A single dialog to handle multiple entries.

I hope it’s the kind of thing you’re looking for… :slight_smile: