Hi there,
i am working on a component which has a structure:
my_component.object1.object2
I set the parameters from the component definition panel to change the parameters of object1, like: this.object1.param1
So far so good.
Then i decided that the parameter tab on the component property panel will not be enough to set the parameters so i needed a custom UI. I created one and tried to send the parameters via "xch" mc flash created automatically.
With that I can not reach the parameters that my_component.object1.param1
xch.object1.param1 did not work,
Can any1 help me?
Thanks