Friday, May 30, 2014

Button Click From "If" Statement

Greetings William.


If I understand your problem (which I'm not sure that I do), the usual way to handle this kind of situation is to have a launch button with a normal click event handler, but which starts out disabled. Then when the conditions are right for the user to click on launch, enable it. That is, you enable the button inside the 'if' block.


No comments:

Post a Comment