xcx
@xcx
New Member
Joined: Feb 15, 2024
Topics: 21 / Replies: 50
Topic
Forum
Replies: 5
Views: 21
Reply
RE: Dynamic UI

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 …

18 years ago
Forum
Reply
RE: Dynamic UI

One idea could be (if possible). I do floatTab variable myAtt = Attributes myCA ( parameters main rollout:params ( aMyArray type:floatTab t…

18 years ago
Forum
Reply
RE: Dynamic UI

So now I can create dynamic UI with rolloutCreator() function, but for storing values I need Custom Attribute. How to create those dynamicly. p…

18 years ago
Forum
Reply
RE: Dynamic UI

I just found very interesting function call rolloutCreator(). I guess than I can do this with it.

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 5
Views: 15
Reply
RE: Compare two matrix

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…

18 years ago
Forum
Reply
RE: Compare two matrix

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 ” …

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 13
Reply
RE: Help linking objects

$.parent = $Box01

19 years ago
Forum
Reply
RE: Remove all reactions

Done that but still reactions are in Reaction Manager. Not do anything, but they are there.

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: Script needs recompilation every time?!

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 …

19 years ago
Forum
Reply
RE: ExposeTm with Reactions

Got it working but I am not happy Some reason reactions index values change when I change reaction value. SetReactionValue myReaction 1 (degto…

19 years ago
Forum
Reply
RE: ExposeTm with Reactions

Hyymmm. There is something really wierd with those index numbers. Can someone explain to me what is wrong in this code? SetReactionName MyReac…

19 years ago
Forum
Page 2 / 5