menu

creating a custom menu system without a UINavigationController

This is related to my previous post, but I am trying to understand what another developer has told me concerning building a custom navigation menu mechanism for the iPhone. I am new to objective C/iPhone stuff, but experienced in programming in general. What I am trying to create is a custom menu system that does NOT involve UINavigation...

how to display button when menu button is pressed in android

hi friends i want to pop up a button from the bottom of my screen when the default menu button is pressed on the android key pad. i want to navigate from that pop button to other screens. ...

Android: Is there any way to directly configure a menuItem to startActivityForResult instead of startActivity?

I know I can do this: menu.findItem(R.id.menusettings) .setIntent(new Intent() .setClass(this,SettingsScreen.class)); Which is equivalent to this in a callback: Intent myIntent = new Intent(); myIntent.setClass(this, SettingsScreen.class); startActivity(myIntent); But is there any way I can issue a startActivityForResult with a s...

javascript drop-down menu: how to link to different sites?

I'm a college student trying to create a drop-down menu for my professor. Since I don't have any programming background, I found a program called "SoThink DHTML" that generated a code for me, but there are some errors within that I don't know how to fix. The menu, overall, should have tabs to "Home," "Research" (3 subtabs: "Research Pro...

MenuInflater like style menu for the iphone development?

I am trying to convert an android application to an iphone application and I really like the MenuInflater of the Android which displays a transparent menu over half of the screen. Is there any type of menu on the iphone that is similar to what I am looking for? ...

CSS Dropdown Issues

Hey, I am a .NET / Java guy and have to do some website stuff. Complete beginner with CSS etc. I've been working with a template and had to convert the menu to a drop down and have been having loads of difficulty. I've uploaded the current iteration and it can be found here with the barebones menu and css pages: http://www.nitricburns...

A vertical Seperator control in a Menu, Toolbar, StackPanel, etc. - Is it possible?

I want to use the Separator control in a vertical way(Lets say in a horizontal StackPanel). Searching around I found this method but it doesn't use the Separator control rather it uses borders and rectangles. http://social.msdn.microsoft.com/forums/en-US/wpf/thread/eab865be-ad9b-45ed-b9d8-fc93f737b163 Is it possible to use the Separato...

Solution for optimizing web menu bar

I'm working with a product that has a web-based interface. The functionality is huge and is divided into modules. Access to each module is via a drop down menu available on all pages. Each menu item has at least 2 levels of drill downs (vertically) Problem: Too many top level menu items Solution 1: Group Elements (Logically) so that ...

Android: How to create a ContextMenu for a custom View

I'd like to show a ContextMenu for a custom View which is not part of an AdapterView. I called myActivity.registerForContextMenu(myView); and the ContextMenu already shows up. But I don't know how to access the data of myView in @Override onContextItemSelected(MenuItem item) //... I thought I could create a custom menuInfo in @...

Android menu not displaying

My select_screen_menu.xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"&gt; <item android:id="@+id/home_menu" android:icon="@drawable/home_tab" android:title="Home" /> <item android:id="@+id/submit_report" android:icon="@drawable/submit_tab" androi...

Android: selector for highlighting menu items?

Hi, while I'm able to set "highlight color" for ListView items using android:listSelector attribute and appropriate selector, I'm unable to do the same, or something similar, for Menu items - they just keep using default system color scheme. I've read Creating Menus article and found nothing there. Any clues? Btw: I'm referring to Me...

Android TextView show just above the Menu

i have a textview at the bottom of my screen but when menu clicked, i need to move the textview just above the menu, so that every one can see the textview,now when i clicked menu ,it cover the textview ,any solution for this problem ...

Any way to make a Separator within a WPF menu more narrow?

I've noticed that the margin or height of the default Separator as it is styled in the menus in WPF seems to be slightly larger than some other applications such as Visual Studio 2010. I know that these Separators can be re-templated by applying a new style with a custom ControlTemplate but like always I'm looking for any possible way to...

Python Tkinter Help Menu

I have a paragraph of help information that I would like to display in a window with an "ok" button at the bottom. My issue is formatting...I want to be able to simply set the paragraph equal to a variable and then send that variable to a message box widget. By default, it formats laterally and in a very ugly manner. Any advice? def abo...

WPF Transparent menu

Hello, I currently have the following menu: <Menu Grid.Row="1" Margin="3" Background="Transparent"> <MenuItem Name="mnuFile" Header="File" Background="#28FFAE04" Foreground="#FFFED528"> <MenuItem Name="mnuSettings" Header="Settings" Background="#28FFAE04" Foreground="#FFFED528" /> <MenuItem Name="...

MFC: How to select MENUITEM Separator?

Hi all. I have a question related to MFC application: is it possible for an MFC application to receive "select" or "WM_COMMAND" event for MENUITEM separator? MY OBJECTIVE: when a user performs right-click in the program, a pop-up menu is created with an "auto-hide" functionality. Meaning: the pop-up menu stays when the mouse is inside t...

make menu like skype?

How do you make a menu like http://www.skype.com/ (Mouse over the menu and the menu appears...) ...

android color menu icons

Is there are a reason why android menu icons are always monochrome and not color? Is there any reason why i shouldn't use color menu icons? ...

Android: creating a custom menu on the bottom

I would like to create a custom made menu on the bottom of the screen, This menu will be as buttons and, it will always be visible first, if the user scrolls down, it will be visible, and scrolls upp. How is this possible? ...

netbeans subversion cleanup button

There is a cleanup button in svn-workbench Using it + update we can usually fix some svn bugs (for example "... is not a working directory") I cant find this function in netbeans: context menu -> subversion and in the team -> subversion where is it? upd: I have not in the context menu "Cleanup Working Copy" item (netbeans 6.8 under u...