• 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: QuarkXpress current page number
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QuarkXpress current page number


  • Subject: Re: QuarkXpress current page number
  • From: Hans Haesler <email@hidden>
  • Date: Fri, 17 Nov 2000 08:15:01 +0100

On Thu, 16 Nov 2000, Glenn Kowalski wrote:

>Does anyone know if there is a way to get the current page number
>from QuarkXpress? Something like "set thePage to current page?"

Glenn,

'page number' returns an integer: the position in the layout palette

'name' returns a string: the "printing" page number

The two results are different when a Section start has been defined.
If your document begins with page "17" and the current page is the
sixth page then you get:
---
tell document 1 of application "QuarkXPress 4.11"
tell current page
set curPage to page number
end tell
end tell
-->6

---
tell document 1 of application "QuarkXPress 4.11"
tell current page
set curPage to name
end tell
end tell
-->"22"

Hans

---
Hans Haesler | email@hidden


References: 
 >QuarkXpress current page number (From: Glenn Kowalski <email@hidden>)

  • Prev by Date: coerce lists to records
  • Next by Date: Re: Count selected pixcel with Photoscripter
  • Previous by thread: QuarkXpress current page number
  • Next by thread: coerce lists to records
  • Index(es):
    • Date
    • Thread