i would like to play around with windows forms in rhino python.
First tries are working, but i cannot find out how to return to rhino in
a “clean” way. When closing the form either i cannot start python
scripteditor again without an error or I cannot run the script a second time.
Thanks for the hint - this solved some issues.
But is it possible to keep the form “alive” when the python script has finished?
Lets say I want to show a chart and keep its form open while returning
to rhino. ShowDialog also seems to wait for the form being closed before
the script continues.