mweiss
November 15, 2005, 6:10pm
#1
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)
jobu
November 15, 2005, 6:17pm
#2
You can’t. Try building a custom app in Xcode/applescript studio, or using three separate dialogs.
j
mweiss
November 15, 2005, 6:21pm
#3
Seriously? Well that bites.
Thanks for the quick answer.
PreTech
November 15, 2005, 6:25pm
#4
I believe you can if you do this in AppleScript Studio.
PreTech
Well, I should have read all of jobu’s response!:rolleyes:
mleslie
November 15, 2005, 6:34pm
#5
Or this scripting addition:
http://www.24usoftware.com/AppearanceOSAX
If you’re not the AppleScript Studio type…
kai
November 27, 2005, 4:00am
#6
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…