• 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
Re: Quark 7 select document 2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark 7 select document 2


  • Subject: Re: Quark 7 select document 2
  • From: Oakley Masten <email@hidden>
  • Date: Wed, 24 Nov 2010 14:14:27 -0800 (PST)

Well I just realized that the obvious answer is 

select document 2

DUH

Thanks
Oakley


From: Oakley Masten <email@hidden>
To: Users Group AppleScript <email@hidden>
Sent: Wed, November 24, 2010 4:08:02 PM
Subject: Quark 7 select document 2

Hi All

Does anyone know how to choose document 2 or 3 etc and make it the active or front document?

I need to verify that the document that I want is open and the front most document.
I can find that it is open in a list of open docs but can't activate it.

tell application "QuarkXPress" -- version 7.5

activate

set docCount to number of documents  --I got 2   therefore:

set doc1 to name of document 1

set doc2 to name of document 2

     set current document to document 2  --doesn't work

set document 2 to active  --doesn't work

set active of document 2 to true  -- doesn't work

set document 2 to frontmost document  --doesn't work

end tell


I couldn't find anything in the dictionary on the subject.

Get properties didn't help either in finding what to change.


Thanks in advance for your help

Oakley

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Quark 7 select document 2
  • Next by Date: Applescript Toast image --> image mount -->Itunes
  • Previous by thread: Quark 7 select document 2
  • Next by thread: Applescript Toast image --> image mount -->Itunes
  • Index(es):
    • Date
    • Thread