No parameterless constructor defined for this object?

Hey all

I am working on a GH sketch (See attached file below) which is a parametric system for making vehicle frames. Im trying to create a UI for this using human UI.

I am getting the following error on a UI container object. Solution exception : no parameterless constructor defined for this object. Have no Idea what this is and why it should be showing. I’ve done everything right.

PL help out, its kinda urgent and Im new to this!!
Parametric BUCK _HUI_First test.gh (57.4 KB)

Sorry, didn’t see this until right now. Your problem here is that you’ve connected the value listener to the stack element, when you need to be attaching the elements themselves to the stack container. I’ve corrected this issue for the sliders and added a launch window for you to demonstrate.

Hope this helps!

Cheers,
Marc

Parametric BUCK _HUI_First test_mps.gh (49.7 KB)

Thanks!! @marcsyp

Hello @marcsyp , I am very sorry for reviving this old thread. I am trying to learn the basics of Human UI in Rhino 8 and getting a similar error with the Expander UI Container component. Any idea what I could be doing wrong? I appreciate your help. Thanks

  1. Solution exception:Cannot dynamically create an instance of type ‘HumanUI.UIElement_Goo’. Reason: No parameterless constructor defined.