Hey,
I was wandering if there is a bug or am I miss using rhino command button.
I am using a rhino command button that uses the value of a slider.
Even if I use the set Button, the window still thinks that it’s not set (and I get the renowned “Instead, use the value listener to drive a “Set” operation”.
If I may bother you with another question,
some of the commends I am using “stay active” in the comment terminal (meaning that until I press another button that commends “Enter” the commend is there. And I want to override the current commend with another, using the values from the slider.
Here is an example: I click a button and the commend is:
“SelID XXXX
MeshPaint
Radius1=1
Radius2=1
R=71
G=214
B=207”
I want to change the slider, and send the commend again so the line updates.
If I use the rhino commend (Human) it manages to override but if I use rhino commend (common) it doesnt…