Hi!
I’m adventuring myself in the world of C# in Rhino / Grasshopper for the first time. I’m attempting to create a docked panel with a plugin - achieved this part using the developer samples in GitHub and information from past topics of the community. I’m struggling to undesrtand how can I (if possible) capture the variable present in the panel object (a slider with html/js/css in ETO.WebView - Rhino C# Plugin) as integer/float inside grasshopper. For now I’m printing the number. I’m studying interface creations using WebView and want it to interact with grasshopper solutions as inputs/outputs - like sliders/buttons as inputs and text/numbers/tables as outputs in the Rhino plugin docked panel. Are there any examples of how to achieve this?
I’m familiar with UI plugins for grasshopper and ETO forms created inside grasshopper using python, but I’m trying to go further and use a docked panel with a custom interface from scratch.
Thank you in advance (: