Message 1 of 7
Not applicable
11-04-2015
03:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I found something weird. I did a simple test - wanted do the selection not possible. So I wrote simple code in pickFirstModified:
static bool recursionGuard = false; if(recursionGuard) return; recursionGuard = true; acedSSSetFirst( NULL, NULL ); recursionGuard = false;
And this code woks perfectly when I click entities. But when I press CTRL+A (select all) all the entities are selected but not gripped. How to clear selection after CTRL + A?
Solved! Go to Solution.