I’m using the button component in Human UI and the default value is False. I need it to be true. How?
TIA ~ Robb
I’m using the button component in Human UI and the default value is False. I need it to be true. How?
TIA ~ Robb
Buttons don’t store a value. They are true when pressed, and false when not pressed. You could invert the value after the value listener, or use a “true only button” component which only outputs a new true when pressed. If neither of those solve your problem I’ll need a little more context
How would I invert the value? I can’t find a component that does that.
I’m using the button to trigger a re-read of an Excel file.
I just found the Invert on the parameter menu… Sorry for the confusion, it has been a while since I was this deep in Grasshopper.