Re: Dialog
Re: Dialog
- Subject: Re: Dialog
- From: "AppleScripter" <email@hidden>
- Date: Fri, 7 Sep 2001 13:44:48 -0500
>
I am new to applescript and I've been searching the web for an answer to
>
my troubles for the last couple of days but came up with nothing.
>
>
Question is this:
>
During execution of my script (automating an application) I perform an
>
action and a dialog box pops up. I want to hit the default button (OK),
>
then another dialog should pop up (save) and i want to change the value
>
of the text (filename) and hit the default button (SAVE)
>
>
Any pointers where I should look?
Like many people new to AppleScript, you are misinformed as to what
AppleScript is. It is not a macro recorder and is not meant to mimic mouse
clicks and such. (Although this can be done with osaxen like Sdndi's
Additions). You need to look at the dicitonary for an application. Most
applications have some level of applescriptability (I made that word up) so
what you are trying to do most likely can be automated. What app are you
trying to use?
Greg Strange