Trying to create TextArea with ETO

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

Wow, very early adopter :smile: 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 … :dizzy_face:

Was trying to get some ideas for how to do this in python. just getting RhinoCommon setup in Dash as well, for reference.