Bump. I've tried everything I can think of. I'm definitely going to
need a pointer to move forward on this.

If my description above is not adequate I can post code or even make
my app available so you can see the behavior I am talking about.

On Dec 29 2011, 6:28 pm, Sky <myonceinalifet...@gmail.com> wrote:
> I have one custom made view that I can drag across the screen
> horizontally. Within this view is a ScrollView. I already have it so I
> can decide whether the user is dragging across the screen horizontally
> or vertically, enabling/disabling the onTouchEvent() for the
> appropriate views. However the newly enabled view doesn't regaincontroluntil 
> the user has releasedtouchand presses down once more.
>
> So I believe the onTouchEvent in the view that has currentcontrol
> must pass off thetouchevent (MotionEvent) to the other view.
>
> I have tried simply calling the onTouchEvent() as well as
> dispatchTouchEvent.
>
> I have tried creating the MotionEvent.ACTION_UP event for the current
> view and then passing the MotionEvent.ACTION_DOWN followed by
> MotionEvent.ACTION_MOVE to the view I want to gaincontrol.
>
> Nothing works.
>
> Can anyone help? I hope my explanation of what I'm doing is sufficient!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to