Following @dale sample scripts I was able to create a form using Eto library and IronPython in Rhino 6.
Now I want to add one more tab to this form. Does anyone have a sample code for a multi-tab form created using Eto?
Following @dale sample scripts I was able to create a form using Eto library and IronPython in Rhino 6.
Now I want to add one more tab to this form. Does anyone have a sample code for a multi-tab form created using Eto?
Hi @Mostapha,
This isn’t anything fancy but you can start with this:
https://github.com/mcneel/rhino-developer-samples/blob/6/rhinopython/SampleEtoTabbedDialog.py
Note, no making fun of my Python coding style.
– Dale
Beautiful! Thanks.
Never!