Questions tagged as 'context-menu'

4
answers

Right menu in each row of a table

I have a table and I'm trying to create an action menu by right clicking on each row of the table. It is partially working the problem that I can not make the script select the context menu for each line it is always catching the last. I'v...
asked by 22.08.2014 / 22:53
1
answer

Differentiate View accessed by a reused ContextMenu in several Views

I'm developing an Android app in which I have two images on a screen, client and your vehicle. I want to show a menu by giving a long click on both images and so on, by clicking on both imageView the same menu is shown, however, how do I di...
asked by 14.12.2014 / 12:23
0
answers

get listview values after clicking the MenuFlyoutItem

How to get the values of a listview done on windowsphone 8.1 after clicking on a MenuFlyoutItem. Example I have a listview with id, name and phone after holding the list to appear MenuFlyoutItem I want to click on a menu option and know the id,...
asked by 23.09.2015 / 00:46
1
answer

custom context menu retrieving table id

Well, I'm trying to build a custom context menu that will work inside a register table. The problem is that I need to get the ID that is inside each line () and call it in the menu link (Edit.php? Id =). Follow my code so you can see how it i...
asked by 12.04.2016 / 16:22
1
answer

Floating context menu does not work in ListFragment

I'm developing an App that uses a DrawerLayout to display a side menu. One of the items presented by this menu is a ListFragment. In my ListView I want to display a floating context menu . In%% of my ListFragment I made the binding of my lis...
asked by 18.09.2015 / 06:16