| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hello Luca,
I can confirm your findings. It looks like XPress is seeing a
second line after the first one of style sheet range 1.
A workaround? What about this one (since there are only 2 lines)?
---
set countChars to {}
tell document 1 of application "QuarkXPress 5.01"
tell current box
tell story 1
repeat with i from 1 to count of text style ranges
tell text style range i
set end of countChars to (count of characters)
end tell
end repeat
end tell
end tell
end tell
countChars
---
It addresses the text style ranges but not their lines.
---
Hans Haesler <email@hidden>
| References: | |
| >Re: QuarkXPress - Text Style Ranges: is this a bug? (From: Hans Haesler <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.