Re: Quark ps-file
Re: Quark ps-file
- Subject: Re: Quark ps-file
- From: JJ <email@hidden>
- Date: Tue, 12 Jun 2001 20:31:51 +0200
>
--2nd variation
>
TypeText "p" with Command
>
tell application "PreFab Player"
>
click button "Sichern"
>
click button "Sichern" --he doesn't find this button, Okey Dockey also not
>
try
>
click button "OK" --Fehlende/Modifizierte Bilder
>
on error
>
end try
>
end tell
Perhaps Prefab Player doesn't recognize the "save" dialog (kind 2).
Then, change:
"click button "Sichern" > "type (ASCII character 3)"
ASCII character 3 is return, and Prefab doesn't need a dialog to simulate a
keyboard typing.
* You can also "set dialog folder to (path to desktop folder)" using
Prefab's commands, but not necesary setdialogfolder from Default Folder.
You can, too, "set mouse/typing delay to ....." if you're running a slow
machine.