Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
3 posts
• Page 1 of 1
v3gard
Posts:9
Joined: Tue Aug 23, 2016 7:27 am
Possible to set custom property with setValue?
Postby v3gard »
The subject really says it all. I have a panel called P, with a property called "eventReference". In GEDI, I can add a panel reference to panel P, and set the property manually in the property window, which works as intended. I can also change it in control (e.g. in the root panel's initialize function) by running P.setEventReference("someValue");
However, I would like to run the "setEventReference" function dynamically using setValue in the root panel (where the panel reference is). I am running this: