View Single Post
Quote:
Originally Posted by RobTrew View Post
Note that to recompile the script for a different version of OG you will need to close the other OG version, apply a trivial spacing edit to the script, and save it again.
Or make one version which reads:

Code:
-- V6 test build (OmniGraffle > Free Trial Mode > Try Pro Edition)
tell application id "com.omnigroup.OmniGraffle6"
 ...
end tell
and another which reads:
Code:
-- V5 Pro
tell application id "com.omnigroup.OmniGrafflePro"
...
end tell