Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a modeless dialog showing during jig.
There is a command in modeless dialog that uses acedEntSel() to pick an entity, and it returns RTREJ immediately.
I think the reason is I'm inside the jig. drag() loop, so I can't use acedEntSel().
So how can I cancel the drag loop from a modeless dialog?
Solved! Go to Solution.