Hi,
I have a text field with centered text, but when I want to replace this text by an other, this one is automatically aligned on the left
my code :
sym.getComposition().getStage().getSymbol("Navigation").$("Txt1").html("EVENT");
is it possible to add alignment informations ?
thanks