Most voted "context-menu" questions
7 questions
Sort by count of
-
4
votes4
answers440
viewsRight menu in each Row of a table
I have a table and am trying to create an action menu by right clicking on each Row of the table. It’s partially working the problem that I can’t make the script select the context menu for each row…
-
3
votes1
answer63
viewsDifferentiate View accessed by a reused Contextmenu in multiple Views
I’m developing an application for Android in which I have two images on a screen, client and its vehicle. I want to show a menu by clicking a long click on both images and so far so good, by…
-
1
votes0
answers18
viewscatch listview values after click on Menuflyoutitem
how to pick up the values of a listview made in windowsphone 8.1 after clicking on a Menuflyoutitem. Example have a listview with id, name and phone after holding the list to appear Menuflyoutitem…
-
1
votes0
answers57
viewsOpen Form Via Contexmenustrip, random value click event
I have the following problem: I have 2 form FrmCadastroPessoa and FrmCadEscala. In FrmCadastroPessoa have the DataGridView shown, when I right click on a Cell, lists the scales the person is…
-
0
votes1
answer509
viewsFloating context menu does not work in Listfragment
I am developing an App that uses a Drawerlayout to present a side menu. One of the items presented by this menu is a Listfragment. In my Listview I want to exhibit a floating context menu. In the…
-
0
votes1
answer138
viewsCustom context menu recovering table id
Good guys I’m trying to set up a custom context menu that will work within a registration table. The problem is that I need to take the ID inside each line () and call it in the menu link (Edit.php?…
-
-1
votes1
answer104
viewsProblem with listview inside a Fragment
My problem is that when I click on some listview item the app does not return me any menu options. Option which, when clicked would call a new Activity. Code: @Override public View…