• 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: Move Document Window to Front Quark6.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move Document Window to Front Quark6.5


  • Subject: Re: Move Document Window to Front Quark6.5
  • From: Hans Haesler <email@hidden>
  • Date: Thu, 27 Jan 2005 21:01:40 +0100

On Thu, 27 Jan 2005, Jason Bourque wrote:

>Quick question how to get a window in Quark 6.5 to come to the front.
>
>I have tried:
>
>Set index of document vDocname to 1
>
>Set frontmost of document vDocname to true
>
>move document vDocname to front

Jason,

the 'index' is a read-only property. You can't set it,
but you can _use_ it to show the document:
---
tell application "QuarkXPress 6.5"
  activate
  show document 2
end tell
---

Or use the stored name of the project:
---
tell application "QuarkXPress 6.5"
  activate
  show document vDocname
end tell
---

Hans Haesler <email@hidden>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: accented chars to XML format (From: Emmanuel <email@hidden>)
 >Move Document Window to Front Quark6.5 (From: Jason Bourque <email@hidden>)

  • Prev by Date: Re: Terminal grep from AS
  • Next by Date: syntax problem for reading an xml file in a bundle
  • Previous by thread: Move Document Window to Front Quark6.5
  • Next by thread: Re: accented chars to XML format
  • Index(es):
    • Date
    • Thread