Script Update text in Custom Window.
Hi guys,
I created a small script where the path and filename are exposed in the window via:
A simplified version would be:
The problem is when I Save Incremental Version the text is still the same even when I update compo to the new value. Is there any way to update the text?
Something like:
var text = panelSplit2.update("statictext", undefined, "VALUE_B"+ compo);
Thanks very much!
Nacho
