View Single Post
Hi,
This is nice short Code to copy a complete Canvas from one Document to another Document.

tell application "OmniGraffle Professional"
duplicate canvas 1 of document 2 to end of canvases of document 1
end tell

If document 2 is a Stencil Document.

In OG 4.1.2 it works.
In OG 4.2 you get a "NSInternalScriptError"

Any Hints?
Best Regards