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.
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.
auto closing popup
Re: auto closing popup
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.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.
Blog: http://dezignstuff.com
Re: auto closing popup
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?