[android-developers] Re: Avoid Multiple click on button..

2011-01-04 Thread Sarwar Erfan
disable the button on click. enable it on close event of the dialog or on some other appropriate event But, if you are tapping with finger, how can you press more than once unwillingly? Regards Sarwar Erfan On Tuesday, January 4, 2011 9:37:53 PM UTC+6, ikalbeniz wrote: Hi, I have a

[android-developers] Re: Avoid Multiple click on button..

2011-01-04 Thread ikalbeniz
the problem is that sometimes it takes a lot of time to open the dialog.. so i press more than one times because i think that i have note pressed correctly... On Jan 4, 4:42 pm, Sarwar Erfan erfanonl...@gmail.com wrote: disable the button on click. enable it on close event of the dialog or on

Re: [android-developers] Re: Avoid Multiple click on button..

2011-01-04 Thread YuviDroid
Are you sure that you are just opening a dialog? If you are doing some other computations and stuff before actually opening it you might have the UI locked.. On Tue, Jan 4, 2011 at 4:52 PM, ikalbeniz txup...@gmail.com wrote: the problem is that sometimes it takes a lot of time to open the