Regarding Unknown elements in AS GUI
Regarding Unknown elements in AS GUI
- Subject: Regarding Unknown elements in AS GUI
- From: Robert Olsson <email@hidden>
- Date: Wed, 24 Dec 2003 01:41:57 +0100
Hi!
I wonder if anyone can help me? I have tried to script Preview to fax
pdfs with help of AppleScript GUI without any luck. My problem is the
Unknown elements. I was very happy to see that Joshua Ochs had found an
solution for it (found it in macosxhints) but sadly the solution
doesn't work for me. Here is my script:
tell application "Preview"
activate
end tell
tell application "System Events"
tell process "Preview"
tell sheet "Print"
tell UI element 3
click button "Fax..."
end tell
end tell
end tell
end tell
I have tried to translate it but I'm not sure if it's exactly right.
Mine is in swedish and I guess it's hard for you to understand.. :-)
___R_o_b_e_r_t__O_l_s_s_o_n_____________________________
+46 708-131803
email@hidden
www.robe.nu
Macannonser: www.robe.nu/macmarknad/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.