Using 3.03, I have a UILabel with the text 'Message' in it, the width parameter is 106. But when in a Start function I change the text in the label, the width still says 106, but after 1 frame it goes to 305 (the actual width of the string)
What I need is the width to be updated and correct when I add a string to the label.
Any ideas what's wrong?