Hello,
I'm looking to set the values of an EditNumberArrows gadget in a TagData plugin based on the points of an object to which the BaseTag is attached. I would like to use the points value to set the EditNumberArrows gadget's Max value to the pointCount value.
This is how I'm doing it in the .res file, but I'm not sure how to edit the Max with the point Count inside of the TagData.
GROUP CONTROLS_GROUP {
DEFAULT 1;
LONG CONTROLS_POINT_INDEX { MIN 1; MAX 50; STEP 1; }
Is editing the Max value dynamically possible? Can anyone please advise me on this? Thanks!