I suppose it’s obvious, but I just realized this method can also make labels dynamic… rollout test “Dynamic Label” ( label lbl “Apples” button btn “C…
That’s a neat alternate solution, Eric. Thanks!
Problem solved… ( rollout test “test” ( button pressthis “Press for true” on pressthis pressed do ( text1 = pressthis.text if text1 == “Press…
OK, here’s a script that does what you described (I think:shrug: )… ( ca = attributes New ( parameters main rollout:params ( — create the attribute …
Hi, Arnaud. The short answer is Yes, you can. Take a look at the following threads: pick button in CustAttribute UI and wrestling with custom atts. T…
For Search and Archive purposes, here (at last) is a working version of the code: ( local obj ca = attributes new ( parameters main rollout:params ( …
OK, here’s BlunderingAround 2.0… ( local obj ca = attributes new ( parameters main rollout:params ( targ type:#node ui:pbt_cl ) rollout params “P…
If only it were that easy, Timo; I’d pounce on it. If you try that variation in the code posted, though, nothing happens. The holder’s required to be …
On to the next error.:rolleyes: The following code… ( ca = attributes new ( parameters main rollout:params ( custLink type:#node ui:pbt_cl ) …
Argh! Thanks, Paul. I expect a higher level of mistakes from myself.
!! Thanks for checking it out.