I would like to be able to trigger a Wait For upon either of two events (two button presses in this case).
How can I do that?
Here is what I am trying to do:
Under some circumstance, I need to pop up a panel where the user can make some selections (ComboBoxes), and the panel also has an OK button and a Cancel button. I want to resume at the Wait For when the user clicks either button, and of course I need to know which button was clicked. How can I capture either button being clicked?
How can I do that?
Here is what I am trying to do:
Under some circumstance, I need to pop up a panel where the user can make some selections (ComboBoxes), and the panel also has an OK button and a Cancel button. I want to resume at the Wait For when the user clicks either button, and of course I need to know which button was clicked. How can I capture either button being clicked?