Ok. I got this working with execute command. I ofcourse try this allready, but just now I realize than execute dosen’t see to local scope :(. There’s …
One idea could be (if possible). I do floatTab variable myAtt = Attributes myCA ( parameters main rollout:params ( aMyArray type:floatTab t…
So now I can create dynamic UI with rolloutCreator() function, but for storing values I need Custom Attribute. How to create those dynamicly. p…
I just found very interesting function call rolloutCreator(). I guess than I can do this with it.
And that little compareMatrix3 function fn compareMatrix3 m1 m2 = ( if (close_enough (m1[1].x) (m2[1].x) 10) and (close_enough (m1[1].y) (m…
m1 = matrix3 [0,0,0] [0,0,0] [0,0,0] [0,0,0] m2 = matrix3 [0,0,0] [0,0,0] [0,0,0] [0,0,0] m2 = m1 if m1[1] == m2[1] then format “Same ” …
$.parent = $Box01
Done that but still reactions are in Reaction Manager. Not do anything, but they are there.
This is variable scope problem and happens me too all the time :). This is becouse script what you include to you script is not yet evaluated. Try to …
Got it working but I am not happy Some reason reactions index values change when I change reaction value. SetReactionValue myReaction 1 (degto…
Hyymmm. There is something really wierd with those index numbers. Can someone explain to me what is wrong in this code? SetReactionName MyReac…