Message 1 of 2
Recreate Inventor button behaviour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Apologies if this has been asked already.
I am writing an addin that launches a windows form and am trying to recreate the behaviour of the standard Inventor commands. By this I mean the button stays pressed until the windows is closed and when another button in pressed the form closes and the button becomes unpressed.
I have the other half of this working, when my button is pressed other commands close, for those on the same path as me this seems to come along with setting inventor as the parent of the form (helper functions and instructions in addin template)
Thanks in advance 🙂