Page 1 of 1

auto closing popup

Posted: Tue Apr 05, 2022 10:16 am
by colt
Is it possible to auto close this popup? I understand what I am doing and do not need to be notified every time I move my mouse 1 pixel.

Capture.PNG

I saw this macro where they seem to be operating on the solidworks gui rather than native api calls.
https://www.codestack.net/solidworks-ap ... ependents/ maybe it could be applied to this window?

Thank you.

Re: auto closing popup

Posted: Tue Apr 05, 2022 10:18 am
by matt
colt wrote: Tue Apr 05, 2022 10:16 am Is it possible to auto close this popup? I understand what I am doing and do not need to be notified every time I move my mouse 1 pixel.


Capture.PNG


I saw this macro where they seem to be operating on the solidworks gui rather than native api calls.
https://www.codestack.net/solidworks-ap ... ependents/ maybe it could be applied to this window?

Thank you.
There is an option that allows multiple contexts. This will disable the message, but also leaves you open to in-context references to multiple assemblies.

Re: auto closing popup

Posted: Tue Apr 05, 2022 10:29 am
by colt
That sounds like it could get me into trouble, I don't think I want to allow multiple contexts. Do you know how solidworks would deal with the "edit in context" menu command with that option enabled?