Page 1 of 1

problem with uText of ios Label

Posted: Fri Apr 13, 2012 4:50 am
by jagiron
I add a ios label from mobGui to my card, i set the name "Status" and then try

the utext of group "Status" to "Starting..." but the ios label not change

any help?
Thanks

Re: problem with uText of ios Label

Posted: Sun May 06, 2012 4:43 pm
by mrmerobertsBUSlhLC
Yes, I had the same problem. What I finally found that worked for me was the following:

set uText of group "Status" to "Starting..."
put "Starting..." into field "label" of group "Status"

Hope this helps.