A menu item is a child element of a menu that provides the user a means to view and execute a specific application operation.
0
votes
1answer
26 views
WPF UserControl - Binding parent window as command parameter to ContextMenu MenuItem
I have a UserControl with Button inside which opens a ContextMenu when left clicked. I'm trying to pass UserControl's parent Window as a parameter to ContextMenu item's command to close that window, ...
2
votes
1answer
19 views
How do I add a sub-menu item to a menu item using dojo dijit/form/DropDownButton?
I have created a Dojo DropDownButton using dijit/form/DropDownButton and created MenuItems using dijit/MenuItem. I am trying to create sub-menu items for the MenuItems so that the options are ...
0
votes
1answer
14 views
How to limit width of MenuItem in JavaFX2 context menu
How to limit max width of ContextMenu or force text wrapping of the MenuItem's content? There is no such property on MenuItem and setting pref/max/min width on the ContextMenu seems not to work.
...
0
votes
1answer
11 views
WinAPI Cannot InsertMenuItem
I'm creating a menu in Win32 App. I want to create 2 items for submenu, but it shows only one.
BOOL foo;
hSubMenu = CreatePopupMenu();
if (!hSubMenu)
return NULL;
InsertMenu(hMenu, 0, ...
0
votes
0answers
12 views
html text input nested in jquery menu ui won't hold focus
I need my text input box to have a preset value that gets set when I call the menu ui's create() function. The reason I'm doing it this way instead of setting the value in my html is because the value ...
0
votes
1answer
16 views
how do I access a parent attribute of a selected line item in a jquery ui menu
On my html page, I have multiple menus. When a line item is clicked, I want to get the id attribute of the parent anchor tag from the menu where the selection originates. My html and jquery code is ...
1
vote
1answer
34 views
Tabs open according to links on sub menu
In my main navigation bar there is a menu named category & item and it has two submenus which names are category and item respectively. I have only one page to display these two section.
My page ...
0
votes
1answer
21 views
Admob NullPointer for MenuItem ActionBarSherlock
I'm doing an app using ActionBarSherlock, fragments and Admob ads. The app works fine without the ads. It also works fine after I add the Admob jar file to the project, after I update my manifest ...
0
votes
0answers
24 views
Android : How to create dropdown menu with menu item key/value pair from database
First, I'm a newbie in android development. I know how C# works but I've some difficulty with android. Second, I'm not very good in english, hope you will understand my resquest.
I'm looking for an ...
0
votes
0answers
18 views
Call specific method of a managed bean from a menu item with prime faces
I have a JSF2 page build with with Primefaces. In this page I have a menu bar which contains below code, having 3 menu items: File -> Open, Create, Quit.
<p:menubar ...
1
vote
2answers
38 views
WPF MenuItem.CommandTarget
Does anybody know what the CommandTarget property on a MenuItem can be used for? The documentation says the following:
When used with a RoutedCommand, the command target is the object on
which ...
0
votes
1answer
35 views
sub menus vertical alignment
I have a horizontal menu made in HTML and CSS (even though the project is on .NET framework-asp and c#) that's supposed to show vertical
sub menu items when hovered over.
But that is not happening as ...
3
votes
2answers
69 views
Android ActionBar MenuItem LowerCase
I want to make MenuItem title in the ActionBar to LowerCase.
my menu.xml
<item android:id="@+id/register"
android:title="Register"
android:showAsAction="ifRoom|withText"/>
...
0
votes
2answers
49 views
Setting DataContext of MenuItem declared as static resource in Window.Resources
I have this context menu, which I use at different DataTemplates of my TreeView.
<Window.Resources>
<ContextMenu x:Key="mnuContextTreeView">
<ContextMenu.ItemsSource>
...
0
votes
3answers
56 views
Simultaneous CSS hover effect on 2 separate menu elements without wrapper?
The navigation menu of a fictitious company is as follows:
The company specialises in the made-up, "Crab Sitting", but offers two other services that are targeted at people's anthropod pets.
It ...
0
votes
0answers
4 views
how to set a menu item to do a certain action when it is clicked on in C++ (not visual c++, i am using codeblocks)
i am trying to create a CAD (computer aided design software), and i am getting stuck on how to use the menu to add different modes, for example, if there was a mode called animation, the main menu bar ...
0
votes
1answer
29 views
Fragment's onCreateView called before onCreateOptionsMenu so i cant expand action view at fragment launch
I have a refresh menu item in action bar.
I can expand action view (== show progress bar in actionbar) like this:
menuItem.setActionView(R.layout.action_view_refresh);
menuItem.expandActionView();
...
0
votes
1answer
45 views
WPF MenuItem input gesture text in different locales
I have a WPF program with a menu. I set the menu like the following
<Menu Height="23" Name="menu" DockPanel.Dock="Top" VerticalAlignment="Top" ItemsSource="{Binding}">
<MenuItem ...
-2
votes
0answers
38 views
I can't see the menu button in tablets
I have a problem becuase I can't see the menu button in tablets. In mobile phone I could fix it. And now I have got something like that.
http://www.blocketpc.com/imagenes/android_ics_menu.png
This ...
0
votes
0answers
8 views
To extends the class of nav menu images of nav menu walker
I am using the nav menu images for my wordpress menu. Now i want to extend the class of nav menu images. That is "NMI_Walker_Nav_Menu_Edit". I am trying through my code written below.
require_once( ...
1
vote
1answer
59 views
how to get the OnClick event of Option menu button in Sherlock ActionBar in Android?
I am working on Sherlock ActionBar and using an Option button at right corner, near search icon. I am successful to generate the onClick event for SEARCH button but I am getting problems in onClick ...
0
votes
1answer
45 views
Dynamic and static MenuItems, both in MainMenu and ContextMenu
I whould like to have a menu like the following:
┌──────────────────────────┐
│ MenuItem always the same │
│ <Separator /> │
│ MenuItem read from XML 1 │
│ MenuItem read from XML 2 │
...
1
vote
2answers
46 views
Use VisualStates with MenuItems to change Foreground color
I have what may seem like a relativly simple question but on that same note I am still relativly new to WPF so please me gental. My question is simply this, I have a VisualStateManager on my ...
0
votes
1answer
99 views
Twitter Bootstrap responsive menu/small devices: close/collapse menu on clicking a menu item
I want to change the behaviour of the Twitter Bootstrap Menu on small devices to close the expanded menu by either clicking on a menu item or clicking the menu button. Currently (default) I can only ...
0
votes
0answers
31 views
How to use selectOneMenu without converter?
I'm using selectOneMenu for displaying some pictures and Strings, the pictures is for displaying purposes only i have (i.e. i have nothing to do with them on submitting) i want only to set the string ...
0
votes
1answer
20 views
How can i start an Activity from my sherlock ActionBar Item?
how can I start any activity from my sherlock ActionBar Item Navigation Menu?
This is my code (i've tried with toast for now and function). `public class MainActivity extends SherlockActivity ...
2
votes
3answers
124 views
ViewPager and Menu-Items and WebViews
Is there a way to create my Menu Items for the actionbar in my MainActivity where my ViewPager is created so that way im only creating my webview items (back, forward and refresh buttons) once. Then ...
0
votes
1answer
32 views
ABS and ViewPager
Im getting the following error when trying to use Menu-Items with my ViewPager + Fragments + ActionBarSherlock. Im almost certain this is a simple error that i just cant seem to figure out how to fix. ...
0
votes
1answer
76 views
How to use Actionbar items with Viewpager + Fragments
Im trying to figure out how to implement Actionbar items based on the Fragment that is being loaded inside my viewpager. My code is below and im just trying to figure out the best practice for working ...
0
votes
0answers
17 views
Android : SubMenu not displayed if ActionView is set
I'd like to have a menu with a custom layout for a particular item. That item has also a subMenu, which has a subMenu by itself also.
It's ok if I have no actionView set, my submenus work fine, but ...
-1
votes
2answers
35 views
Anchor Link in Main Menu Always Active on page with anchor
I have an anchor link in my main menu that links to an anchor on the homepage. Problem is that when I am on the home page the anchor link is showing as active even though the anchor is halfway down ...
1
vote
1answer
24 views
NullPointer on MenuItem when loading controller
Ok, I'm having trouble making a Menu with Menu Items.
I was following this tutorial ( http://docs.oracle.com/javafx/2/ui_controls/menu_controls.htm ), but when I run it I get a nullpointer error. My ...
1
vote
1answer
44 views
Add submenu to table view in slide menu
I create slide menu in iOS, and add items to it like this picture
now i want to add sub items to any of main item (like second item , under it will be sub items )
I searched in google but not ...
0
votes
2answers
52 views
Remove sub menu items
I want to remove a few sub menu items from the admin menu in WordPress. I have found the following which can remove certain sub menu items...
add_action( 'admin_menu', 'adjust_the_wp_menu', 999 );
...
0
votes
1answer
55 views
How can I programmatically toggle a MenuItem's visibility?
I am using ActionBarSherlock.
I want to change which ActionBar MenuItems are visible depending on the state of my Activity. (For instance depending on which tab is selected.)
How can I do this?
0
votes
0answers
46 views
IContextMenu:: QueryContextMenu and the “New” submenu item
Is it possible to have the "New" submenu (new folder, file ...) included in the menu queried by IContextMenu::QueryContextMenu?.
I didn't find a flag that seems to handle this need. I know that it`s ...
0
votes
0answers
67 views
How to highlight menu item in MVC 4
I'm currently working with MVC 4 and I'm having troubles with my menu.
I'm using Telerik Kendo, but I can't find how to highlight the selected menu item.
This is the code:
@(Html.Kendo().Menu()
...
0
votes
1answer
31 views
Farpoint Spread control captures Ctrl+Z instead fo MenuItem
I have a form where there is shortcut applied to a MenuItem. The problem is that when the focus is inside the Spread control it traps the Ctrl+Z press and the shortcut never fires.
If the focus is ...
0
votes
2answers
64 views
menu link opens module under menu module - joomla 2.5
maybe it an easy solution for someone..I would like how can I set up an item in menu (positioned on right side of template), that when I click it, it opens/shows a module (news blog) under that ...
0
votes
1answer
19 views
Is it possible to assign an Id to an asp:MenuItem?
I have an asp:Menu which currently has 4 menuitems within it. I have been able to set the id for the menu as a whole but the hyperlinks for the menuitems are mostly the same. I would like to be able ...
0
votes
1answer
108 views
Slide menu with javascript
I'm trying to create a new menu with job listings for my wordpress page, like the one on this page: http://www.resume.se/, where it says Senaste jobben (sorry for it being in Swedish, hope you get ...
1
vote
1answer
77 views
Databinding menu items fails at run-time
I have a MenuItem where the ItemsSource property is databound to an ObservableCollection like so:
<MenuItem x:Name="RecentItems" Header="Recent" ItemsSource="{Binding Path=RecentItems}" ...
1
vote
2answers
53 views
Android and menus
I'm a Java programmer with experience. I started working on a small Android project and i got soooo frustrated by how much Android has complicated programming just to be more flexible.
Exactly, the ...
0
votes
1answer
31 views
VirtualizingStackPanel not aligning menu items vertical on applying theme
Before applying WPF theme - BureauBlue.xaml theme, I can see menu items aligning vertically with the below code:
<Menu.ItemsPanel>
<ItemsPanelTemplate>
...
1
vote
1answer
39 views
how to get another menu item, in onOptionItemSelected
I have menu file like
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_select_all"
android:orderInCategory="100"
...
0
votes
2answers
36 views
Make ToolStripItemCollection Property
How can I make a ToolStripItemCollection Property for a ContextMenuStrip. I thought it would be simple like this
ContextMenuStrip _Menu = new ContextMenuStrip();
public ToolStripItemCollection ...
0
votes
0answers
14 views
MFC Find Menu Not Working
This is weird! In the Release build of my MFC application (but not debug) the find menu doesn't open the find dialog if I go through the menu itself. But the Ctrl+F accelerator does work. It's like ...
0
votes
2answers
60 views
Get and Set ContextMenuStrip Items
I have a ContextMenuStrip declared in a custom control, and i cant seem to find a way for the control to return or set the ContextMenuStrip's items collection.
I tried this code but it doesn't work
...
0
votes
3answers
43 views
how to add a class to one dynamic menu item?
php:
$sql = "SELECT id, menuname
FROM table
WHERE status = 'active'
ORDER BY order ASC";
$result = mysql_query($sql);
$menu = "<ul>\n";
while ($row = ...
0
votes
3answers
159 views
Why Is ActionBarSherlock Menu Not Working?
Im a noob to android development and i'm a having an issue making the menu item listener work.
When i click on the menu item a toast is supposed to display but nothing happens. I have the correct ...







