Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have read some Post such as:
and some other posts but have yet to find a solution to detect when the user press esc while sendcommand combine editor.pausetoken. This is my code example:
ed.Command("._mirror", sset, "", pt1, Editor.PauseToken, "No")Instead of selecting the second point, the user has pressed esc.
The current I am using is way of comparison the ID of the last entity before and after using the mirror command, but the problem is that the editor.pausetoken is not canceled seem to have an effect on another new command when called.
Can you give me a better solution?
Thanks in advance.
Solved! Go to Solution.