Hi all,
to prevent multiple execution of code of buttons, I made the state grayed after a mouse click, but the mouse clicks after the first one (on the same button) are still executed when the button state become active again. So how can I ignore mouse clicks on a button with a state that is grayed?
to prevent multiple execution of code of buttons, I made the state grayed after a mouse click, but the mouse clicks after the first one (on the same button) are still executed when the button state become active again. So how can I ignore mouse clicks on a button with a state that is grayed?