Ok, solved it by going up a level (scoping problem). Now the issue is aligning the dynamically generated container COMPs inside the parent containerCOMP…
AND getting a python error while assigning the height value of each container from a table value.
it seems that this can be read (within a while loop), but not set:
Putting it inside a float or int expression does not solve it.
Oddly enough, each height is set correctly, but I’d like to clear the error before coding further.
“Putting it inside a float or int expression does not solve it.”
Do you think its failing for one particular instance?
Sounds like
op('table1')[count,0]
is failing on one row, if its working for other cases.
Try printing out the value before assigning it in your script.