Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello everybody,
I think everything is in the title
When regenerating a part, a small pop-up appears in the center of the screen with a progression bar with green sectors...
I understand the utility of this pop-up but sometimes I'd appreciate it to be in a corner of my screen, allowing me to see the geometry changes more accurately.
Right now, the pop-up often appears in the center of the screen, hidding partially the part
Many thanks for your help.
There's a free programming utility called AutoIT that you can use to deal with this.
It's an easy to use language that includes statements such as WinWaitActive () so that the program won't do anything until the named window is active. At that point, use WinMove() to move the window wherever you like.
Many Thanks David,
I downloaded the software you indicated and will try to get my "problem" solved with.
I'll give you a feedback if it works !