Sorry about that!
It might have been a slip on my part...fixed it..you should be able to post
normally now.
2008/9/18 Urakagi <[EMAIL PROTECTED]>

>
> I apologize every fault I've done, but I really don't know why I'm
> banned there, and I can't find other places to ask what's happened. I
> can't access "contact the Group's owners", too. How can I contact the
> owner?
> Please, if this mail will also make me banned here, tell me why.
> Please.
>
> I think this is the mail that why I got banned:
> ------------------
> Hi, I have a class extending ListActivity, and I want to catch
> touchevent on it so I override dispatchTouchEvent.
>
> @Override
> public boolean dispatchTouchEvent(MotionEvent ev) {
>  ...
> }
>
> And since it's a ListActivity, of cource I want to override the
> onListItemClick(), too:
> @Override
> protected void onListItemClick(ListView l, View v, int position, long
> id) {
>  ...
> }
>
> But now I find that the dispatchTouchEvent() will intercept ALL touch
> event on the activity, so onListItemClick() will never be called.
> I tried
>  super.dispatchTouchEvent(ev);
> but it does not work.
>
> Anyone has an idea for this? Thanks!
> ------------------
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to