in

Quark Forums

How to find Running Heads within a Quark Express 7.0 Document?

Last post 06-05-2009 11:53 PM by prabu. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 06-05-2009 1:14 AM

    • prabu
    • Top 150 Contributor
    • Joined on 06-04-2009
    • Chennai
    • Posts 64

    How to find Running Heads within a Quark Express 7.0 Document?

    How to find Running Heads within a Quark Express 7.0 Document? Thanks in Advance Prabu
    Regards
    Prabu
  • 06-05-2009 3:44 AM In reply to

    Re: How to find Running Heads within a Quark Express 7.0 Document?

    I think it depends on how the document has been created. It might be through Style Sheets that you'd find them or through text boxes name (in AS).

    Hope this helps.

    Jean-Marie Schwartz

    > Mac Pro Quad Core Intel 2.8 GHz, OS X.6.8, Quark XPress 9.2, Adobe CS5 <
  • 06-05-2009 4:52 AM In reply to

    • prabu
    • Top 150 Contributor
    • Joined on 06-04-2009
    • Chennai
    • Posts 64

    Re: How to find Running Heads within a Quark Express 7.0 Document?

    Hi jean-Marie Thanks for your immediate reply. yes.I am having Running Heads within the text boxes only. I am beginner to applescript quarkxpress. Could you pls tell me the way to find running heads within text boxes?
    Regards
    Prabu
  • 06-05-2009 6:25 AM In reply to

    Re: How to find Running Heads within a Quark Express 7.0 Document?

    As I said, you have to check for or Style Sheet -if a particular one is applied to every Running Head- or the box name -if ever one have been applied through AppleScript.

    The kind of code would be "tell every paragraph whose style sheet is "Running Head"" or "tell every text box whose name is "Running Head"". (If you don't know if boxes have been named, just run a check code like "return every text box whose name is not """. If the result is empty then there is no box named. So you'll have to consider for the 1st option.)

    Is this clear enough for you? Oh yes, in case you're really new at applescripting, mind you have to wrap the code here above into adequate tell blocks. Call again if needed!

    Jean-Marie Schwartz

    > Mac Pro Quad Core Intel 2.8 GHz, OS X.6.8, Quark XPress 9.2, Adobe CS5 <
  • 06-05-2009 11:53 PM In reply to

    • prabu
    • Top 150 Contributor
    • Joined on 06-04-2009
    • Chennai
    • Posts 64

    Re: How to find Running Heads within a Quark Express 7.0 Document?

    Thanks for your suggestion. I could not find out the name of the text boxes. But the Running Heads are available within the Text Boxes only. give me a direct coding to find running heads within the text boxes. Waiting for your reply Prabu
    Regards
    Prabu
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems