Need help:-Quark Scripting
Need help:-Quark Scripting
- Subject: Need help:-Quark Scripting
- From: "BADRINATH, NANDINI" <email@hidden>
- Date: Tue, 8 Jun 2004 20:12:00 +0530
- Thread-topic: Need help:-Quark Scripting
Hi,
I have an application called QuarkXPress. I click on File->Open and a
list of files is displayed. I try to select the 1st file displayed. I
used the following piece of code.
tell application "System Events"
tell process "QuarkXPress"
tell window "Open"
tell scroll area 1 of UI element 3
tell outline 1
select static text of row 1
keystroke return
end tell
end tell
end tell
end tell
End tell
But when I do this the file is not selected. I do not get any error
message but at the same time the file is not highlighted and
selected.Are there any other commands I can use to select the file? I
also tried click,press,pick,select. But the file is not being selected.
Can anyone please help on this?
Thanks,
Nandini
_______________________________________________
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.