Hi ,
 
I am trying to update one of the configurable parameters based on the value
of another Parameter.For this, within the actor I have implemented the
attributeChanged() function which checks if the first parameter has changed.
If yes, then I update the second Parameter. But this change is only
reflected when I hit the Commit Button and reopen the config dialog box. 
 
e.g, If y=0, I set x =2
 
If y=1 , I set x = 5
 
Is it possible to update the Parameters dynamically without reopening the
config dialog box? 
 
Regards,
Sapan

Reply via email to