misleading Quark picture box
misleading Quark picture box
- Subject: misleading Quark picture box
- From: "Wallace, William" <email@hidden>
- Date: Wed, 26 Nov 2003 11:45:11 -0600
- Thread-topic: misleading Quark picture box
In Quark 4.11, AS 1.8.3, MacOS 9.2.2, a script which has identified a generic box as having picture content will return true for the following:
tell application "QuarkXPress(tm) 4.11"
tell document 1
tell picture box 1
if image 1 exists
--do some stuff
end if
end tell
end tell
end tell
this happens whether the picture box actually has a picture in it or not! Is there a way to test reliably if a picture box actually contains a picture?
B!ll
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.