-
Update “statictext” on UI
Hi to everybody,
here i got an extracted from my code.
Is it possible to update the value of my “statictext” that refers to a function that simply checks a number of remaining object?
In the same interface there are a couple of buttons that modifies that number, but the value is calculated only when the UI is built,
Thank’s a lot
var group_one = MyWin.add("group", undefined,"G1");group_one.orientation = "row";
group_one.add("statictext", undefined, "TOTAL ITEMS");
group_one.add("statictext", undefined, ReadElemNum());