• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Need help:-Quark Scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: Question-GUI scripting
  • Next by Date: Re: Question-GUI scripting
  • Previous by thread: Re: running a stay open script app inside an app package OUTCOME
  • Next by thread: Re: Need help:-Quark Scripting
  • Index(es):
    • Date
    • Thread