Tab menu options on component through GhPython

hi…Like this component, it has select different option…
Is it possible to achieve that through GHpython after compiling into ghpy file?


tnx

There is some discussion on context menus in a GHPython component here:

There is also some discussion on when to consider switching over to Visual studio to implement more sophisticated component options.

I know… But… I can’t found code for it…

Look the link posted above by @chanley .
The first answer of Guilio Piacentio already includes a gh file to download…

Tnx… But… This file didn’t work for my problem…

Ok, then maybe tell us what your problem is? What’s not working? Hard to help without information.

From a development side, it seems that…while it may be possible to implement some more sophisticated custom ghpython component features, it may not be the most effective mechanism. If you need to add additional customization to your component, you may want to consider developing in visual studio/c#.
For a “simple” ghpython context menu, here is one example:

tnx a lot …can you help me for developing in visual studio/c#.? one sample?

a development side…open tab and choice option…