label text not showing

  1. Scotter

    Android Question Label.text="..." changes not showing

    In some parts of my code I put something like, label.text = "Ready" but the contents of that label don't change until it's changed again to some other string. I know my alpha, color, front are all set right because the next change to label.text causes display on the screen. Is there some way...
Top