Re: How to avoid multiple clicks on a push button
Re: How to avoid multiple clicks on a push button
- Subject: Re: How to avoid multiple clicks on a push button
- From: Mike Abdullah <email@hidden>
- Date: Mon, 22 Nov 2010 11:42:36 +0000
Tell us more. In what way does this "mess up the whole functionality" of the application?
On 22 Nov 2010, at 09:54, Abhijeet Singh wrote:
> Hi,I am working on a user interface. There is only one window in my application with Back and Next buttons on it. On Next / Back button click my application performs some task and the current view is swapped with another view in the window. It works fine until somebody clicks Next (or Back) button twice in succession like a double click. The event is fired 2 times and it messes up the whole functionality of my application. I tried controlling this behavior by disabling the buttons as soon as they are clicked but it doesn't help. Still the event is fired multiple times. Is there any way i can control this behavior of the push buttons. Please help....RegardsAbhijeet
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden