Add Inventor builtin pulldown to DockableWindow or UserForm

Add Inventor builtin pulldown to DockableWindow or UserForm

Ralf_Krieg
Advisor Advisor
300 Views
2 Replies
Message 1 of 3

Add Inventor builtin pulldown to DockableWindow or UserForm

Ralf_Krieg
Advisor
Advisor

Hello

 

Is it possible to display an builtin command (Button or Pulldown) of Inventor in a dockable window or a user form? For example, in the sketch environment, in the "Format" panel are 3 pulldowns for Line Type, Line Color and Line Weight. Is there a way to display them in a separate window or form or something other that can be placed outside the ribbon?


R. Krieg
RKW Solutions
www.rkw-solutions.com
0 Likes
301 Views
2 Replies
Replies (2)
Message 2 of 3

JelteDeJong
Mentor
Mentor

I don't think there is a native way to do that. But you can create your own forms in iLogic @WCrihfield   wroten an article about that "Create a Windows Form, Display It, Get Instant Feedback From Your Choices".

But in a production environment, I would create a DLL that can show and handle a user form. You can use Visual Studio for that which, in my opinion, is easier. Also, it is easier to reuse.  And if you are creating a DLL the step to an addin is then also easy to do.

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

0 Likes
Message 3 of 3

Ralf_Krieg
Advisor
Advisor

Hello

 

And if and how would a built in command button like the line color pulldown of the sketch environment displayed in an addin user form? I can create easily my own buttons within this, but I've no idea how to integrate built in (if possible). If this would be possible, I don't need to rebuild this pulldown on my own with all it's functionality.


R. Krieg
RKW Solutions
www.rkw-solutions.com
0 Likes