: I have a script that used to work. I don’t know if it’s because
: of OS 9.2 or what.
I tried the following variation and it worked under 9.2:
tell application "Finder"
set the_photo to the selection as alias
end tell
tell application "QuarkXPress? 4.11"
tell document 1
--[ some stuff ]
tell current page
--[ more stuff ] -->
set image 1 of picture box 1 to alias the_photo
end tell
end tell
end tell
I don’t know why it’s not working for you. Is the picture box actually named “One”? Is the_photo an actual alias? Did you try just rebooting?
Luck,
–tet