Timer or Empty Loop

Bill Norris

Active Member
Licensed User
Longtime User
Have a scrollview with labels. When user touches a label, label changes color and and the scrollview sets to invisible. This all happens so fast that the color-change of the touched label is not apparent to the user. I would like to induce a momentary delay before scrollview disappears so the user will see the label change color. Would I be better off to use a few ticks of a timer, or use a for/next loop with no code in between, just to kill a half-second or so.
 
Top