Is there a way to move a label, using code or blocks, in UiFlow2?
There are, supposedly, a method to get the width of a label using .get_width() but I also want to reposition the label depending on the width that I get back.
I am basically trying to find a way to center a label on the screen depending on how wide the text is.
Thanks in advance.
//Peter