This content has been marked as final.
Show 2 replies
-
1. Re: How to properly disable a button after click or can an event disable itself?
TOverturf Oct 15, 2012 11:37 PM (in response to nikolaig)I don't see any problems with this, as I often use the same approach and haven't had any trouble.
-
2. Re: How to properly disable a button after click or can an event disable itself?
Ned Murphy Oct 16, 2012 4:32 AM (in response to nikolaig)The approach will work. The event is not disabling itself. The event is the occurence of the CLICK interaction. The event listener is designated to detect that happening. The event handler function for that listener is disabling the event listener.



