*> So you only want it to call the context menu when you call it, not on long press?*
Exactly. But that is only because I have several other actions that can be customized by the user... It kind of seems like it would feel unfinished if the user could customize what happens for short press, double press, swipe up, and swipe down but not long press... Though the more I think about it the more I'm thinking it's not worth it... The default Context Menu behavior would be long-press anyway and I don't know how many people would actually change its behavior were the option there. *> If that's the case, could you add a long press listener and purposefully eat it so it doesn't trigger the context menu? No idea if that would work and would be hacky but ...* * * Yeah I'm not sure if it would work or not either and it does seem hackish... I'm thinking I'm just going to leave it as it is unless I get a lot of user requests to add customization of the context menu as well. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 2:17 PM, TreKing <treking...@gmail.com> wrote: > On Tue, May 3, 2011 at 3:03 PM, Justin Anderson <magouyaw...@gmail.com>wrote: > >> And as I stated before, if you useView.setOnCreateContextMenuListener() >> then it sets up your view to show the context menu on with a long-press... >> And I'm back to square one. >> > > Yeah, I would expect that, as it's the default behavior. So you only want > it to call the context menu when you call it, not on long press? > If that's the case, could you add a long press listener and purposefully > eat it so it doesn't trigger the context menu? No idea if that would work > and would be hacky but ... > > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > 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 > -- 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