Hi community ...
I am writing a script that end up with a control layer and some slider effects on it.
When the script is done to create all the stuff I wanted it to, the Master Control Layer should be selected and show all slider effects in the effect controls.
Without any "selection"code the layer is not selected after the creating progress. And when I select the layer by clicking on it, the layer gets selected and the effects appear in the effects controls.
I only find a code to select the layer by the script:
newNullControl.selected = true;
It works half way. The layer now is selected but the effects do not appear in the effect controls window.
How can I fix that? Any ideas?
THX, Andreas