refresh static text in a palette?
Posted: September 14th, 2006, 3:25 pm
Is this possible? I would setup a refresh button if necessary.
-Lloyd
-Lloyd
extending the Adobe ecosystem
https://www.aenhancers.com/
Code: Select all
var effectsFoundText = thePalette.add("statictext", [10,70,400,85], compCount + compString + "selected.");
effectsFoundText.text = resultString;