Tagged Questions
The popupmenu tag has no wiki summary.
7
votes
14answers
2k views
When should I use a ellipsis in a Menu Item
The question title pretty much says it all.
When should I put ... at the end of a menu item? I seem to remember reading some rules but can't for the life of me find them.
For context - I'm adding a ...
4
votes
2answers
358 views
delphi - how do you find out which TPopupMenu a TMenuItem belongs to
Should be simple enough but I can't see it.
You can find out the component that was right-clicked on to display a popup menu with:
PopupMenu1.PopupComponent
but how do you find out the popup menu ...
4
votes
3answers
2k views
How to position a Popup menu right underneath a button in VB6
I have a VB6 app. There is a main form. It houses a user control. This user control has a button control. When I click the button, I want a menu to pop up so that the top left of the menu is right ...
3
votes
1answer
125 views
How to attach context menu to TChromium browser
I have a TChromium broser from Delphi Chromium Embedded (http://code.google.com/p/delphichromiumembedded). I would like to attach a context menu to it. How I can achieve that?
3
votes
5answers
293 views
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 i am adding or removing an item. So there are e.g. 2 items in the list, but if ...
3
votes
3answers
223 views
Dynamic label of a popup action in eclipse plugin development
I want to create a simple eclipse plugin, which does: When you right click a java project, it will show a popup menu which has a item has label "N java files found in this project", where "N" is the ...
3
votes
2answers
2k views
Delphi Dynamic Menu Items
I have a popup menu that has a few items in it.
Option 1
- Sub1
- Sub2
Option 2
- Sub1
- Sub2
Option 3
- Sub1
- Sub2
I want to be able to add a Sub sub menu to Option 3 sub2 so it would ...
3
votes
4answers
4k views
How to create a button with drop-down menu?
Is there a way to show IE/Firefox Back button style, dropdown menu button?
3
votes
6answers
1k views
Remove “Save target as…” from IE
Is there any way to remove “save target as” from internet explorer’s right-click menu by using group policies or registry hacks? Failing that is there a simple programmatic way?
2
votes
1answer
108 views
Delphi: PopUpMenu
There is a list View + a PopUpMenu. I need that the PopUpMenu appears when items are present. The menu must not appears when 0 items.
Is this approximate code appropriate (can be used as a basis)?
...
2
votes
1answer
184 views
Make the PopupMenu appear at the selected Item of a TreeView in VB6
I hava a TreeView in VB6 that uses a PopupMenu when a Node is right clicked. As the VB6 PopupMenu defaults its position to the mouse coordinates the menu appears at the right place.
What I want to ...
2
votes
1answer
302 views
Right click(popup menu) does not work when change diretion of treeview with SetWindowLong Command
When I use SetWindowLong command to change direction of treeview, popupmenu on its node dose not show. Full Code is here :
Procedure SetWinControlBiDi(Control: TTreeView);
var
ExStyle: Longint;
...
2
votes
2answers
713 views
How to show a TPopupMenu when you click a TButton?
i want to show a popupmenu when click a button.
but this procedure has error in Delphi XE.
procedure ShowPopupMenuEx(var mb1:TMouseButton;var X:integer;var Y:integer;var pPopUP:TPopupMenu);
var
...
2
votes
3answers
4k views
Return popupmenu selection in MATLAB using one line of code
I have a GUI which uses a selection from a popupmenu in another callback. Is there a way to return the selected value of the popupmenu in only one line without creating any temporary variables? I've ...
2
votes
1answer
559 views
Minimize Delphi Application with Live Popup Menu
I'm attempting to run this in a timer:
Application.Minimize;
ShowWindow( Application.handle, SW_HIDE );
It's been in the code forever and we just discovered that it doesn't work when you have a ...
1
vote
0answers
418 views
Android PopupMenu combined with ActionBar in HoneyComb
Currently I have the ActionBar setup as follows:
ActionBar actionBar = getActionBar();
actionBar.setDisplayShowHomeEnabled(false);
actionBar.setDisplayShowTitleEnabled(false);
...
1
vote
1answer
424 views
SWT: show popup menu below toolbar button after clicking on it
I want to show a popup menu below a toolbar button when the user clicks this button. I've read about the SWT.DROP_DOWN style for a ToolItem but this seems very much limited to a simple list of items ...
1
vote
1answer
87 views
CNF: Remove SOME popup options (from the ones that are platform contributions)
I need to modify popup menus using CNF. I already read documentation about using action providers and about using "allowsPlatformContribution" to restrict options that are platform contributions. I ...
1
vote
2answers
489 views
JComboBox popup menu not appearing
I have a JComboBox inside a JPanel (which itself is nested within a few other JPanels). It's populated with members of an enum. I'm running into a problem where the popup menu doesn't appear when I ...
1
vote
1answer
192 views
Java: big popup menu with additional panels
I want to create a popup menu which has a few "big" (special) items.
These "big" items should somehow behave like submenus, but they are large panels (with buttons, labels, combo boxes, etc.). These ...
1
vote
2answers
169 views
JPopupMenu errors, not selecting or closing
Alright, so heres my problem:
I have an application I am working with that creates a Dialog that has a JTree in it. when someone right clicks on the JTree I need to determine if its in the 2010 ...
1
vote
1answer
132 views
Is there any simple way to determine when the popup menu was dismissed?
I'm displaying a popup menu using TrackPopupMenu and would like to know when it is dismissed via clicking outside of it. I've looked through all the menu functions but didn't find anything useful in ...
1
vote
3answers
737 views
Double right click to Show a PopUpMenu with A TListView !
I have a TListView and TPopupMenu, and I want to show a context menu when I right click on a TListItem.
I tried the "AutoPopup" by assigning the component, but on a right click the PopupMenu is shown ...
1
vote
1answer
662 views
KeyListener or TraverseListener in SWT Menu
I'd like to be able to detect keyboard input (namely the TAB key) when an SWT menu is open, but it doesn't seem to broadcast any events when listeners are added with the addListener method, and there ...
1
vote
1answer
580 views
PopupMenu in Gtk#
I have a Gtk scrolled window that I'm trying to attach a PopupMenuHandler function too like so:
this.scrolledwindow1.PopupMenu += HandlePopupMenu;
and the HandlePopupMenu looks like so:
...
0
votes
2answers
33 views
How to catch “closing” click event?
Here’s an example. This is Google menu.
When you click on the gear-wheel (red cross) the menu appears. When you click anywhere beyond opened menu (green cross) the menu disappear. The question is ...
0
votes
1answer
58 views
Vimscript: how to get current selected popup menuitem
You know, Vim can show popup-menu using &completefunc. Each menuitem is a dictionary with following items: 'word', 'abbr', 'menu', 'info', 'kind', 'icase', 'dup'.
How can i get what menuitem is ...
0
votes
0answers
24 views
How do I update a componentPopupMenu in Netbeans?
I've taken over a project in Netbeans 7. One of the windows has a menu bar with three menus, AND the same menu bar done as a popup menu. I've edited the menu bar, but I can't figure out how to ...
0
votes
0answers
114 views
Drupal 7 - Display sub-menu in an overlay or popup
I've custom made a front page for a site I'm building (with page--front.tpl.php). What I would like now is, when clicking the 'products' option on the main menu, to display a sub-menu in an overlay or ...
0
votes
1answer
53 views
Why does my GtkTreeView update fire only after the gtkitem event finishes?
I have a gtktree with columns and values. I also have a popupmenu with one gtkmenuitem: 'Refresh'.
The refresh event does two things:
repopulate my gtktree
preforms a query.
The query is not ...
0
votes
1answer
77 views
How would I go about adding a Radio Button to a popup menu?
I want to have a TrayIcon have a java.awt.PopupMenu. I already know how do this part. But it appears that Java doesn't have a RadioButtonMenuItem.
I already tried to add a JRadioButtonMenuItem to it, ...
0
votes
1answer
61 views
change popup height
I have a Java swing popupmenu with a couple of menuItems.
Is there any way to increase the size of the popup keeping the same number of menuItems? For example, add 10px before the 1st menuItem and ...
0
votes
2answers
1k views
How to create a custom PopUp Menu
I would like to create a custom PopUp menu in Android like the one in the attached screenshot. Any pointers would be appreciated.
On click of the button "Choose Name" , you see a PopUp menu just ...
0
votes
0answers
108 views
Android: animating our own popupmenu
I am new to android development and I am dealing with popup menu which translates from bottom but I couldn't able to solve this.
I have a separate layout at the bottom of the main.xml and set the ...
0
votes
2answers
116 views
Delphi, TPopupMenuItems behaving strangely after the application is idle for a long time
I have a problem I cannot solve. Of course here I just expect to have a suggestion that can help me to find a solution.
Basically my application is full of runtime generated TPopupMenuItems (while ...
0
votes
2answers
155 views
How to remove popup menus in a perspective
I am working with Eclipse. I am developing a new perspective. I need to remove some Eclipse platform contributions (defined via org.eclipse.ui.popupMenus) in this perspective. Some of these popup menu ...
0
votes
1answer
106 views
wxPython's isChecked() responses are inconsistent- why?
I have a graph with a popup menu that appears when the user right-clicks. Sub-option A is checked by default. I would like the user to be able to toggle this check mark for different behaviors. Thus, ...
0
votes
0answers
176 views
wx.Frame.PopupMenu bind menu item
I am having trouble to bind the items of a popupMenu (displayed on right-click) to some particular function.
My code is the following :
menuRightClick = wx.Menu()
openDir = ...
0
votes
0answers
203 views
Disabling an edit control's popup menu Win32 API
I want to disable the context menu of an edit control so i can replace it with a custom popup.Is that possible ?
0
votes
0answers
192 views
Pop Up menu closing when clicking a view
I am working on an android app which will have multiple moving views which when clicked, will make a pop up menu appear. I have been able to make the menu appear whenever a view is clicked, but cannot ...
0
votes
0answers
565 views
Popup Menu action through right mouse button click in Qt
how to create a popup menu on right mouse click button?i saw the answer in ur website.when i am trying to implement ur example in my code,i'm able to generate the popup menu but unable to implement ...
0
votes
0answers
281 views
Problem with AJAX hovermenu in ASP - menu appears when mouse is over the popup area
I have used asp:HoverMenuExtender in my code and let me say its correctly working. but I have a little problem. at the page load time, when the cursor moves into the target control, the pop up control ...
0
votes
1answer
118 views
Auto-complete/suggestion popup menu in GtkTextView
I'm trying to create a system that will allow me to respond to the current text and auto-complete/suggest what should come next. For example if the user starts to type "Batm" then the system would ...
0
votes
1answer
461 views
Jtextpane click to create popup menu effect on selection not as intended
I have a JTextPane sitting in a JFrame, with a popup menu that is assigned to the JTextPane through the JTextPane.setComponentPopupMenu method.
I want to give the JTextPane a "Word-like" popup ...
0
votes
1answer
354 views
ASP.NET/Javascript hyperlink popup menu upon left click
I need to display a mobile-phone compatible popup menu when user left-clicks a HyperLink control. A menu will contain various options for this link, so its handler had to be aware of the clicked link ...
0
votes
3answers
863 views
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 cell that was last active when select an item from my Popup menu. However when I click on the ...
0
votes
1answer
623 views
css styling for Flex PopUpButton
How can I give a specific color (Let's say red) to the border of dropdown menu of Flex PopUpButton.
Also if how can I set text properties (text should be bold) of dropdown Menu of PopUpButton.
Thanks ...
0
votes
3answers
1k views
how to add message map to dynamic menu item in MFC
I writing a MFC which has a listview control. When the user right clicks any item , I am generating a dynamic menu item with that text that is selected in listview. Everything is displaying properly, ...
0
votes
1answer
336 views
Programatically instantiating a NSPopUPMenu without a NSPopUpButton with Cocoa OSX
So awhile back I made a cocoa widget that was a button that when pressed, would pop up a popup menu and handle the selection. This was quite trivial using the NSPopupMenuButton class but now I need ...
0
votes
1answer
629 views
Creating Cocoa PopUpMenus programatically and Getting code form a GUI item built with the interface builder
I need to create many Cocoa items programatically and most resources I can find focus on creating GUI with the builder. Is there any way to get the objective C code for an interface item created ...