problem with uText of ios Label

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jagiron
Posts: 19
Joined: Mon Feb 20, 2012 12:47 am

problem with uText of ios Label

Post 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
mrmerobertsBUSlhLC
Posts: 3
Joined: Tue May 01, 2012 4:44 am

Re: problem with uText of ios Label

Post 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.
Post Reply