Script Objects in Libraries
Script Objects in Libraries
- Subject: Script Objects in Libraries
- From: Jason Bourque <email@hidden>
- Date: Thu, 08 Jul 2004 12:05:50 -0400
Hello,
I have a QuarkXPress handler in a library that that calls a script object in
that same library. I get an error every time.
-->> Error: The variable checkSpreads is not defined.
Any ideas? Thanks, Jason Bourque
Tell me to On srhandler()
On srhandler()
tell application "QuarkXPress"
do script {checkSpreads}
end tell
End
Script checkSpreads
Display dialog 3Success2
end
_______________________________________________
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.