- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have done some more extensive testing, and it seems like the problem i'm having (userform and inventor seemingly not responding) is NOT just with modal forms, but any forms that are running long code.
example: non modal userform, with a button that does the long running code, and teh long running code puts and updates a progressbar on the statusbar in the inventor main window. this starts by updating nicely until like 5-10 seconds or so, then it "whites out" and "hourglasses" and shows "not responding" in the tilebar, neither the userform nor inventor can be accessed at all. then after like a minute or so when the code actually finishes, it just booom, comes back to life, progressbar at 100%, and the code is done fine and inventor works again. and that's with putting doevents into the code loop for every iteration.