09-09-2019
04:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-09-2019
04:51 PM
Hello,
Does putting DoEvents into the loop resolve the problem that Inventor and dialog become "white out"?
Dialogs that need to prevent user access to the parent window must be modal.
Don't try to change mode-less dialog to modal by ignoring window messages.
DoEvents invokes window message loop and an application can response to OS.
If an application ignores window messages from OS for a long time, the window become "white out".
=====
Freeradical
Hideo Yamada