I have NO IDEA what bounds means in the ui.newLabel, what does it mean? [import]uid: 15055 topic_id: 7747 reply_id: 307747[/import]
they are used to set the position of a label
it is not obvious how they work, but worth finding out
unlike a native textBox, a ui label can be inserted in a group…
{x,y,width,height}
a combination of x and width allows you to place a label anywhere you want along the x axis, with any alignment (left, right, center)
choose an alignment and experiment with x and width
[import]uid: 6459 topic_id: 7747 reply_id: 27501[/import]