Search found 1 match

by mrmerobertsBUSlhLC
Sun May 06, 2012 4:43 pm
Forum: iOS Deployment
Topic: problem with uText of ios Label
Replies: 1
Views: 1793

Re: problem with uText of ios Label

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.