I built up a GUI for my plugin in Rhino 6 using Eto forms. Everything works as expected.
The Form consists of a GridView with three columns, text box for adjusting a category name, a color picker to change the associated color, and a number masked text box for entering in the value to be associated with that color. When loaded into the Rhino 7 Beta, the Textbox and NumberMaskedTextBox do not recognize most keyboard input. They accept delete, but from what I can tell all other keyboard input is ignored. I’ve tired disconnecting the bindings to see if any of my additional logic was causing the problem but even without a data binding the behavior persists.
I can call the Rhino Plugin from the Eto.App and be happy with that but I was wondering if I am doing something wrong. The other commands I tested (button, combobox and sliders) work fine.
Rhino Version 7 SR21
(7.21.22208.13001, 2022-07-27)