auto closing popup

colt
Posts: 56
Joined: Tue Mar 30, 2021 5:43 pm
Answers: 0
x 14
x 22

auto closing popup

Unread post 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.
User avatar
matt
Posts: 1573
Joined: Mon Mar 08, 2021 11:34 am
Answers: 19
Location: Virginia
x 1210
x 2352
Contact:

Re: auto closing popup

Unread post 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.
colt
Posts: 56
Joined: Tue Mar 30, 2021 5:43 pm
Answers: 0
x 14
x 22

Re: auto closing popup

Unread post 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?
Post Reply