- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've set flags and data in (documentLockModeChanged) COPYCLIP to allow me to veto PASTECLIP to another document if my custom objects are involved.
However, when I go to paste into a new document, before I even hit PASTECLIP, I get into the subWorldDraw of my custom objects? This is actually causing a crash - surely I should be allowed to decide if a paste will go ahead before Acad starts trying to draw my stuff?
I see i get into commandWillStart before the crash - but I can't veto PASTECLIP from there (well, not as easily anyway).
What actually happens when I go to paste something in a new document? And specifically, how much of that occurs before PASTECLIP is triggered in documentLockModeChanged?
Solved! Go to Solution.