• 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 - problem with making a paragraph at end of a box
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark - problem with making a paragraph at end of a box


  • Subject: Re: Quark - problem with making a paragraph at end of a box
  • From: garbanzito <email@hidden>
  • Date: Thu, 2 Aug 2001 13:43:26 -0600

At 11:53 -0400 2001 08 02, Wadson, David wrote:
However,
when it reaches the end of the text box and inserts a new page, it still
inserts the numbers at the end of the box on page 1 causing the subsequent
pages to have the numbers in reverse order.

the script is doing what you told it to. don't target the text box, target the story.
try this (i haven't tested it):

tell document 1
set view scale to fit page in window
tell story 1 of text box 1
repeat with i from startingNumber to endingNumber
make new paragraph at end with data i
end repeat
end tell
end tell

--
steve harley email@hidden


References: 
 >Quark - problem with making a paragraph at end of a box (From: "Wadson, David" <email@hidden>)

  • Prev by Date: RE: URL Access Scripting, error 3259?
  • Next by Date: Re: App Supplied Coercion?
  • Previous by thread: Quark - problem with making a paragraph at end of a box
  • Next by thread: Re: Quark - problem with making a paragraph at end of a box
  • Index(es):
    • Date
    • Thread