• 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
Quark 4.11 + OS X 10.1 = ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quark 4.11 + OS X 10.1 = ?


  • Subject: Quark 4.11 + OS X 10.1 = ?
  • From: Jason Toews <email@hidden>
  • Date: Tue, 16 Oct 2001 14:28:55 -0500

I've got some scripts that build and manipulate Quark documents... These
scripts work great under OS 9.x, but exhibit weird behavior under OS X,
10.1. I am specifically noticing that several of the box properties are
being returned as gobbledygook.


SCRIPT SNIPPET:

tell application "Quark"
tell document 1
set theBounds to bounds of picture box 1
end tell
end tell


RESULTS:

From Script Editor, in OS 9.2.1:
--> {"1.597\"", "2.458\"", "4.167\"", "6.958\""}
(this is what I expect to see)

From Script Editor, in OS X, 10.1:
--> +data FRMS002400000036000000B4000001C80C4A;

If I change the line to:
set theBounds to (bounds of picture box 1) as list
I get:
--> {+data FXVM00240000;, +data FXHM00360000;, +data FXVM00B40000;, +data
FXHM01C80C4A;}


Obviously, these data are unusable to me. Any ideas?


Jason P. Toews : Production Systems Analyst
office: 425.487.2237 x3066 ~ cell: 425.891.3051 ~ efax: 208.723.2959
text messaging: email@hidden


  • Prev by Date: Reading txt file line by line
  • Next by Date: Re: The Script Not Taking New Content From Clipboard......
  • Previous by thread: Re: Reading txt file line by line
  • Next by thread: Re: Quark 4.11 + OS X 10.1 = ?
  • Index(es):
    • Date
    • Thread