Message 1 of 1
ProgressBar causes DoEvents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I noticed that using an Inventor ProgressBar causes user interaction to be enabled, which allows the user to do things during execution of a program and slows down execution by a lot.
This seems like a bug - the only solution I have found is to use UserInterfaceManager.UserInteractionDisabled, which works but is irritating and dangerous (risk of leaving Inventor trapped in that state because of an unhandled error).
Is there a better approach, and is this a bug that should be fixed in Inventor?