- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Actually I'm dealing with some similar issue. The UserInterface.DoEvents (as Chandra described in Message 11) worked for my case, I believe a better apporach were to introduce an "Application.Idle" event (like the "Editor.EnteringQuiescentState"-Event in Acad) to be fired, when Inventor is really ready for the next command, or even better a Read-Only Property "Application.Idle". Currently there is only an Application.OnReady Event, which fires on AppStart only...
Alternatively the TransactionManager.CurrentTransactoin could be cast as null if the default UI-Transaction is running (though this would return false result on nontransacting commands, like Measure).
I really hope, the "idle" State/Event will be considered to implement in future releases (maybe it's already in the idea station - didn't check
)
BR,
Daniel