Re: [android-developers] Re: OnTouchEvent disable

2012-04-28 Thread Mai Al-Ammar
Thanks for your reply but since I'm a beginner in Android development, I have a question : what do you mean by view ? thanks a lot On Fri, Apr 27, 2012 at 9:19 AM, moktarul anam mokta...@gmail.com wrote: Dear Memo, try to use view.setFocusable(false) and check Enjoy Moktarul Anam On

[android-developers] Re: OnTouchEvent disable

2012-04-27 Thread moktarul anam
Dear Memo, try to use view.setFocusable(false) and check Enjoy Moktarul Anam On Friday, 27 April 2012 09:16:39 UTC+5:30, Memo wrote: Hello every one, In my program, I handle a touch event on the screen using OnTouchEvent, if I handle the touch , I will do some tasks and during

[android-developers] Re: OnTouchEvent disable

2012-04-27 Thread moktarul anam
Dear Memo, try to use view.setFocusable(false) and check Enjoy Moktarul Anam On Friday, 27 April 2012 09:16:39 UTC+5:30, Memo wrote: Hello every one, In my program, I handle a touch event on the screen using OnTouchEvent, if I handle the touch , I will do some tasks and during that,