Wondering where to start to find examples on using Eto forms with Python + Rhino on OSX?
Trying to use a TextArea box to write text that is then inserted as text in Rhino.
Looking here, but not sure if I go down the road to use Xamarin, any leads? Where to go from here?
Thanks «Randy
stevebaer
(Steve Baer)
2
Wow, very early adopter
We don’t really have anything yet with respect to samples.
There is an EditBox function in rhinoscriptsyntax that should provide what you are looking for.
Thanks, @stevebaer … Found my way here … 
Was trying to get some ideas for how to do this in python. just getting RhinoCommon setup in Dash as well, for reference.