Opening new Window using eto on button press

Hello Everyone,

I’m trying to program a Rhino Python Script with the eto library which opens a new, different selection window on a button press.

The first level dialog is supposed to be a main menu, the next level is supposed to make user choose a material type.

I didn’t find anything relating to that in the Developer Docs unfortunately.

Hi @maximilian.rentz,

In your button handler, just create the secondary form and call it’s ShowDialog method to display.

– Dale