Stopping Repeated clicks
Posted: Sat Mar 23, 2013 10:47 pm
Hi All,
OK if a user accidentally clicks on a button 3 or 4 times, I want the script to execute only once. Once the scripts has been executed, then the user can click again.
OK I tried using this script at the beginning and end of a mouseup command, but it did not work.
if the pendingmessages is not empty
then
exit to top
end if
Any ideas? I've had this problem for years. I feel like I'm the only person in the history of programming who sees this as a problem.
Max
OK if a user accidentally clicks on a button 3 or 4 times, I want the script to execute only once. Once the scripts has been executed, then the user can click again.
OK I tried using this script at the beginning and end of a mouseup command, but it did not work.
if the pendingmessages is not empty
then
exit to top
end if
Any ideas? I've had this problem for years. I feel like I'm the only person in the history of programming who sees this as a problem.
Max