Hi Guys, I am trying to pass the same touch events on one widget to the other so they both scroll at the same time and in same way.
I have two Gallery widgets one above and one below. If the above one is scrolled then I want to pass the same touch event to the bottom widget so it also scrolls the same way . I have tried to use dispatchtouchevent events but I am facing an issue where in if the bottom gallery widget has some edit text then the edit text gets the key event and both widgets doesnt scroll anymore.. I have tried to set focussable and editable to false on edittext even then it gets the touch events. I think I am going in the right direction. However I need some assistance in doing the right way. Thanks in advance for your help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

