The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

Dismiss PopupMenu with remote control android

I'm programming on an Android Set-Top-Box, so I also have to implement onKey Events for the delivered remote control. My Problem is, that I'm creating a new PopupMenu and then want to dismiss it by ...
2
votes
0answers
121 views

Get context of PopupMenu like ContextMenu

So my ExpandableListView has group rows that are defined like : group_row.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
1
vote
0answers
39 views

CreatePopupMenu() with api

I want to know how can i use the createpopupmenu() with api, I write class like this: using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; ...
0
votes
0answers
52 views

Popup Menu in MapFragment position size?

In a mapfragment I want to be able to show a popup - menu (example from google) My result: The code I wrote inside the long click on map event handler: GoogleMap.OnMapLongClickListener ...
0
votes
0answers
44 views

Popup menu on top of view that starts it

I have a problem with PopupMenu position in android. Here's the thing: When I create a widget that matches the whole screen but ActionBar and then create the PopupMenu for that element, it gets ...
0
votes
0answers
53 views

Change volume and popup menu

I have an application that plays music. For each track, I can call a context menu. The problem is that Android 2.2, when I call the menu, hardware volume keys do not work. In the version Android 3.2 ...
0
votes
0answers
32 views

How to style PopupMenu and AlertDialog with theme.xml and style.xml

i want to skin my Android App with multiple Color Themes. This Guides/Tools help me to generate the basic theme.xml and style.xml http:// android-holo-colors.com http:// ...
3
votes
1answer
101 views

Python code not running properly on Mac OS X (10.8) but works on Windows 7, why?

I'm learing Python using the book "Introduction to Programming Using Python (Pearson 2013)". I use PyCharm 2.7 on my Mac OS X (10.8) to write Pyhon 3 code. The following code (Create a GUI with ...
0
votes
0answers
124 views

JComboBox's popup menu filled with blank values when the underlying model has too much elements

First, let me discuss the data model : I've compiled an HL7 definition in an tree-like object model, with 3 levels : Segment, Element and Subelement. The segment contains a List, and the Element ...
0
votes
1answer
424 views

Android - Creating a PopupMenu on clicking an ActionBar button

I am trying to make a PopupMenu appear after I click a button in an action bar. I have got the buttons in the file - action.xml in the 'menu' folder. This contains the buttons for the ActionBar. ...
0
votes
2answers
176 views

java: Get row data from popupmenu actionListener event

I'm having a little scenario here that maybe a duplicate. I have JTable where i show some data, i have a mouselistener that listens for right clicks on the table and displays a popup menu with one ...
2
votes
2answers
168 views

create PopUpMenu in side onCreateOptionsMenu()

Hii i want to create a PopUpMenu inside the onCreateOptionMenu() i am targeting API level 10 and my minSdk version is 8 for tablet as you know there is no hard menu key so for soft menu key i am ...
0
votes
0answers
45 views

How to bind to the drop-down list with using a CompositeCollection?

I have a standard popup menu where I use a CompositeCollection to combine the static menu items with dynamic items <dxb:PopupMenu> <dxb:PopupMenu.ItemLinksSource> ...
0
votes
2answers
306 views

PopupMenu with icons

Of course we are dealing here with SDK 11 and above. I intend to do something similar to this: Next to each item in that PopupMenu, I would like to place an icon. I created an XML file and placed ...
1
vote
1answer
27 views

BasicPopupMenuUI error

I'm trying to make my own menu UI for Swing, but I'm coming across an error. I have my class that extends BasicPopupMenuUI and contains the following code: public static ComponentUI ...
1
vote
0answers
68 views

eclipse rcp: custom popup menu behavior (2-way popup menu)

I would like to ask your advise on the following: I'd like to change the default behavior of popup menus, so that first a custom pre-popup will show up with some menu-items -- one of the items will ...
1
vote
1answer
239 views

Action bar support in android support package revision 12

I am developing an Android application with Target SDK version 14 and minSdk version 10. In SDK version we have support for Action Bars where as in API 10 we dont j=have support action bar. Does ...
0
votes
0answers
42 views

restrict editable content in NSTableView-cell

I managed to create a NSPopUpButton where the user can choose a value from a defined (and restricted) selection. this input is send to an NSTableView-cell (row) via NSArrayController and KVC ...
0
votes
0answers
188 views

Styling spinner popup list on older device android(2.3.3)

I am using action bar Sherlock. I want too change background color, text color, and divider color of spinner popuplist. In ics version it show me drop down list and I override that properly. But for ...
0
votes
0answers
105 views

Styling spinner popup list on older device android

I am using action bar Sherlock. I want too change background color, text color, and divider color of spinner popuplist. In ics version it show me drop down list and I override that properly. But for ...
1
vote
0answers
95 views

Can a View on a PopupWindow display a PopupMenu?

In Android API11+ I'm displaying a button inside a PopupWindow. I'd like to show a PopupMenu when the button is clicked, without closing the PopupWindow. Is this possible at all? I'm instantiating and ...
-2
votes
2answers
518 views

Android: How make this kind of popup menu?

A fairly simple question, I believe. On my Android phone (running Android 2.3.3) I occasionally run into popup-menus that I quite like. They're not context menus, nor option menus -- at least, I ...
-6
votes
1answer
389 views

Specific Android Popup Menu [closed]

I am familiar with the Android PopupMenu ability, but I want a popup that looks like this:
0
votes
1answer
640 views

Can you force show three-dot drop down option menu in Android ICS?

I am trying to find a way to force show the three-dot drop down menu in Android ICS. I know it supposed to show when there is a lack of a hard button for settings/menu. Here is a screenshot of what ...
1
vote
3answers
1k views

Show popup menu on actionbar item click

I have ActionBar with ActionItem on it. After clicking on ActionItem I want to show popup menu. I implemented this metod but I want to anchor it to action item or to actionbar not to any view from ...
2
votes
0answers
192 views

Matplotlib and wxPython PopupMenu cooperation

I would like to display a context menu over a matplotlib figure inside of a wxPython window when the mouse is clicked. Unfortunately, after it detects the click, the PopupMenu method is called, but ...
0
votes
1answer
852 views

How to positioning popup on Jquery Mobile?

I've made a listview menu with using popup (Jquery Mobile), but when the navbar was clicked, the position of popup was displayed to origin. I want my listview menu when it clicked will looks like a ...
1
vote
3answers
159 views

unloading items from popup menu error

i have am getting this error "Unable to unload within this context" when ever i try to unload a menu item from the popupmenu like his For i = mnuTCategory.Count - 1 To 1 Step -1 Unload ...
3
votes
1answer
323 views

How to add new items to popup menu after click

I have a button: <Button android:id="@+id/bot_button1" android:layout_width="120dp" android:layout_height="fill_parent" android:layout_weight="1" ...
1
vote
2answers
234 views

Show triangle inside the view that opens a popupmenu (like with a spinner)

I have a ListView which handles onClick events by showing a PopUpMenu. However, I want the user to see the little triangle inside the views that can be clicked. I tried using a Spinner, because that ...
1
vote
2answers
237 views

Cross browser button with popup menu using focusout event

I'm trying to create a simple cross browser plugin for buttons with dropdown menus. When user would click such button a menu would appear underneath with various options and user can subsequently ...
0
votes
2answers
292 views

QTreeWidget right click menu

I looked around and it seems that the problem is present not only for tree widget but also for other widgets. But in my case, I found a solution, although an incomplete one. I am adding actions to my ...
1
vote
1answer
50 views

Looking for: A popup implementation in a Java library, with specific actions

Filemaker (and, I am given to understand, Amigas) have a popup menu which is different to the JPopup, or the SWT.POPUP in this wise: It appears when you mousedown over the (say) textfield that holds ...
1
vote
1answer
674 views

Oracle Forms: How to pass variable between windows by popup menu

I have created a form for a master table, now I want to open another form displaying the details when right click a field and choose "Details". How could I get the "ITEM ORDER" and pass the value to ...
0
votes
0answers
87 views

android popupmenu truncated at the right edge of the screen

I have a button placed at the right edge of the screen. This button expands a popup menu. The problem is that, due to the location of the button, the menu appears truncated. The screenshot below ...
0
votes
2answers
196 views

Change PopupMenu MenuItem's into custom ones?

Is there a way to use custom view in PopupMenu? Im adding the items to the menu in this way: MenuItem item = menu.add(Menu.NONE, i, Menu.NONE,"blabla"); Now, what can I do with "item"? I ...
1
vote
0answers
136 views

creat 2 different pop up menu in android

my sign_up.xml file is: public class sign_upActivity extends Activity implements AlertPositiveListener{ private RadioGroup radioGenderGroup,radioEduGroup; private RadioButton ...
0
votes
1answer
215 views

Populating a popup menu with directory files

I'm trying to populate a popup menu from a GUI I made up with GUIDE. I'm doing as follows: TestFiles = dir([pwd '/test/*.txt']); TestList = []; for i = 1:length(TestFiles) filename = ...
0
votes
0answers
279 views

PopUpMenu Styling in winRT

I have created a PopUpMenu using http://www.c-sharpcorner.com/UploadFile/c25b6d/working-with-popup-menu-in-windows-store-apps/ Now I need to style the pop up menu. How to do so in Win8?
0
votes
0answers
48 views

Drop down menu without JMenuBar

Is there a way to implement drop down button in Java, but without implementing JMenuBar? I need to import a button with popup menu. How can I do that?
1
vote
1answer
331 views

Android How to change Popup Menu Item Background

I am using a Popup menu. I want to change the background of popup menu but not finding a way to do it. I don't want alert dialog type functonality. I have a button and on the click listener I ...
0
votes
1answer
191 views

Show different popup menu depending on what column the mouse is over in a Delphi TListView control?

I have a Delphi 6 application that has a TJvListView control. I have a popup menu tied to that control via the control's PopupMenu property. What I would like to do is show a different popup menu ...
0
votes
1answer
115 views

how to open menu on screen touch in android [closed]

I am developing image related application. All images comes from web service and displays on fullscreen ImageView. when user touch any image(ImageView). bottom bar should automatically display's for 3 ...
0
votes
1answer
210 views

Having a popup menu show/create a dialog box? Windows32 programming

I've looked at MSDN for about 2 hours so far and I'm still very confused as to how to even use a dialog box. I've tried reading several examples on google and just got confused further. Currently I ...
0
votes
1answer
217 views

How to repaint a Tpopmenu in Delphi?

I need to change the text of a TMenuItem in Delphi 7, when the popup menu is already popped up. My popup menu has OwnerDraw := true; I'd like to use: popupmenu.repaint(); or ...
0
votes
0answers
47 views

How to change the “ backgroundImage ” with popup for a mx:PopUpButton in a Spark Application(s:WindowedApplication)?

I want to change the mx:PopUpButton's background. I use the backgroundImage: Embed('Images/Login/Login_Login_pop.png'); but it doesn't work.Then I search from the Internet and find this, but it ...
0
votes
1answer
808 views

Displaying a pop-up right-click style menu in WinRT

Strangely, I can't seem to find any details of how this is done in WinRT. What I want is to display the menu which typically appears when you touch and hold, or right click an icon / image in Windows ...
0
votes
1answer
449 views

PopupMenu PopupWindow$PopupViewContainer leak

I have a PopupMenu anchored to a button in the Action Bar, and I'm getting log output about a leaked window. This occurs if my activity is stopped while the PopupMenu is open. I posted a related ...
0
votes
0answers
229 views

How create popup screen when button click C#

i am making a internet explorer Toolbar in c# and we require a pop up window show when button click,, I want do it in C# code. like first image ...
0
votes
4answers
379 views

How do I get a list of control-panel items and then execute one?

1. How can I get a list of control panels, including their names and icons, so I can create a menu like the one the Start menu shows? 2. When I click an entry, how do I execute the corresponding ...

1 2 3