It's likely the wrong way, but what you described works for me. I am showing the context menu manually.
On Fri, Mar 27, 2009 at 3:38 PM, Keith Wiley <[email protected]> wrote: > > On Mar 27, 12:33 am, skink <[email protected]> wrote: > > > what do you return in OnGestureListener.onLongClick() method? > > I hadn't added that method at all. It looks from the docs like > onLongClick() is a View method, not an OnGestureListener method as > suggested above. There is a OnGestureListener.onLongPress() method > however. Is that what you meant? That method returns void, so > returning the wrong thing there can't possibly be my problem. Am I > supposed t manually trigger the context menu? I've tried to look up a > way to do that, but haven't found it yet, or should I implemented > View.onLongClick() and return, say, false? > > Thanks. Still confused though. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

