When a button is down, I want a label to become visible as long as the button is held down, then disappear when the button comes up. What is happening, though is that the label appears briefly then disappears, even though button is still down. I set a break point on the button_up procedure to observe the execution, and to my surprise it is firing even though my finger is still holding down the button. Any suggestions?
Thanks in advance
Thanks in advance