Top "Popupmenu" questions

Pop-up menus open to display a list of choices when triggered by the user.

Change popup menu style - not working

I'm trying to apply style to Android popup menu. Menu is shown on button click. In my example I want …

android background styles popupmenu
How to force PopupMenu to overlap anchor?

How to force PopupMenu to overlap anchor? I would like to recreate something similar to this:

android android-recyclerview popupmenu
Delphi: StringGrid, position and Context Menu

I'm having a problem with using a TStringGrid and Popup menu I want to know the Row / Column of the …

delphi delphi-2010 popupmenu tstringgrid
The best way to create drop down menu in android 2.x like in ICS

I want to create button with drop down menu, like overflow menu button in ActionBar on ICS. I have problem …

android android-actionbar android-4.0-ice-cream-sandwich drop-down-menu popupmenu
Android PopupMenu set gravity as CENTER does not work

I tried this code. and also tried CENTER_HORIZONTAL and CENTER_VERTICAL. Still the anchor is at the left side …

android popupmenu
MenuPopupHelper cannot be used without an anchor

I want add PopupMenu to my MenuItem. Menu.xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://…

android android-toolbar popupmenu optionmenu
Set Size of JComboBox PopupMenu

i am programming a custom component which extends a JComboBox. My problem is, the PopupMenu won't actualise its size if …

java swing jcombobox popupmenu