Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am trying to select a text object and if the text pick is missed immediately go to a selection window. The way I am trying to do this is to use editor.getpoint then immediately feed the point into the editor.getnestedentity with noninteractivepickpoint set to true. The problem with this is for the first pick the cursor is a crosshair and not a pickbox. I am using this approach because it seems there is no way to have getnestedentity stop picking points if you miss. I can hit enter if I set allownone to true but that is an extra step. Is there a way to temporarily turn the crosshairs to a pickbox or is there a better way to approach this?
Thanks in advance.
Solved! Go to Solution.