Right, so one of the elements I am making is a general purpose stat sheet, and I would like to make it easy for the operator to select the number of rows visible in the element.
Elsewhere in the package I use 'is empty' to drive visibility, and I could do that here too, but I feel it would be more elegant to have a hidden text object called 'Rows? 1-10' by which the operator could enter a numerical value and the corresponding number of rows would subsequently be available. I do see that my text object is outputting a string value which corresponds to the number present in that text object, but I cannot seem to get it to drive correctly the other rows' visibility. I have tried the less than or equal to, input selector, and string compare nodes without success. I feel certain this is doable (and I really can't understand why the less than or equal to didn't work, it seems ideal for this), so hopefully one of you can help me connect the dots.
Cheers
- Willie