Search Result

Collapse
17 results in 0.0044 seconds.
Keywords
Members
Tags
menu
  •  

  • dragon52
    started a topic How to toggle menu in 2 languages

    How to toggle menu in 2 languages

    Hi there,

    I am working on a multi-lingual site. I want to allow users to select and display the menu in two languages.

    I have seen some sites where you can click the menu (item) and the menu toggles, for example, between Chinese and English.

    Can anyone give me a clue how to add a menu item like that?

    Thanks
    See more | Go to post

  • NeoPa
    started a topic Class Module to Handle Opening Forms Hierarchically

    Class Module to Handle Opening Forms Hierarchically

    Overview

    This article shows how to set up and use a Class Module, as well as, more specifically, how to open forms such that they appear as a hierachical menu structure. Form A opens Form B and, while Form B is still open, remains hidden from view. As and when Form B terminates, Form A comes back into view and reassumes the focus.

    The code for classForm below includes examples of setting class properties as well as various...
    See more | Go to post
    Last edited by NeoPa; Sep 27 '11, 02:52 PM.

  • Jonathan Howard
    started a topic 2 Different Menus

    2 Different Menus

    I have a wordpress blogsite that I have been working on and I have one question that I am needing help with. I am looking to have 2 menus, 1 for when a visitor is there and 1 for when a user is logged in. I have everything setup accordingly and I have referenced an extra menu in function.php. I am needing to edit the code under the header.php to get it to work. Currently the menu works when the user is logged in, but the menu that appears when nobody...
    See more | Go to post

  • Anne Finch
    started a topic Creating a menu based program based on a list

    Creating a menu based program based on a list

    I am having issues creating a menu-driven program that should accept integers and calculate the mean and median values and display them. I'm not having trouble calculating the Mean or Median, but I am having trouble with configuring the list into the program.

    Code:
    #Main
    def main():
        array = [] #this would be the list, but what do i do with it?
        choice = displayMenu()
        while choice != '4':
    ...
    See more | Go to post

  • Niheel
    started a topic Looking for ways to improve our drop down menu

    Looking for ways to improve our drop down menu

    This question is in reference to the drop down menu on Bytes.

    I don't like the fact that our menu isn't ordered alphabetically in top down approach.

    One of the reasons we had to go with the current approach is to make sure that the drop down box doesn't exceed the vertical window size on most computers, pcs, tablets, phones.

    I'd like any suggestions you might have on how to improve our menu. How would...
    See more | Go to post

  • Want a databind menu in asp.net without using asp.net menu control

    Hi...

    I have a table called category(catgor yId,categoryNam e,parentCategor yId)
    1 a -1
    2 b -1
    3 aa 1
    4 bb 2

    this for n numbers


    I want a menu to iterate it. I donot want to use asp.net menu control.

    i tried to use ajax accordian but...
    See more | Go to post

  • [like hoverIntent() ]how to prevent a megaMenu from showing if timer<= VALUE

    Hello,

    I don't want to implement the whole hoverIntent()
    (I'm not sure if it can easily be used in my site)

    here are some fragments of the code:

    Code:
     if (this.options.action == 'mouseover' || this.options.action == 'mouseenter') {
    				li.addEvent('mouseenter', function(e) {
    					if (li.hasClass ('group')) return;
    					$clear (li.timer);
    					this.itemShow (li);
    ...
    See more | Go to post

  • How do I make a selection of a drop down menu in another page?

    I need people to go through a table of courses and when they find the course they want, they can click a "submission " or "registrati on" button which will automatically take them to the registration form (another php page) where they can fill in their details to be emailed to us, and have the course already selected from a drop-down menu that holds all courses.

    How do I do that using javascript or html or php?...
    See more | Go to post

  • Why does my css menu displays correctly on FF and not on IE?

    I have this dropdown menu with some jquery effects.
    This is not a normal "works on Firefox and not on IE" thing.

    It works and looks exactly the same (the right way) on both FF and IE When the menu code is alone in one page.

    But when I put it inside another page it stops working fine on IE!


    Please help me I've been over and over the code and I can't understand why..


    -------...
    See more | Go to post
    Last edited by londres9b; Jul 29 '10, 11:31 PM. Reason: RESOLVED

  • xFUNKYFACE
    started a topic How do I get specific data from a table value ?
    in PHP

    How do I get specific data from a table value ?

    I got a table named "language" were I store all the text from my website (http://www.ultimespace.net/menu/). So in a page I called "sort.php" I actually transfert all the values from the user selected language in this variable "$language_data ". Now I have no problem getting values from specific colums when doing this :

    echo $language_data['profile'];

    No my problem is that I created a DropDownMenu...
    See more | Go to post

  • Twizz
    started a topic How to get a proper login screen

    How to get a proper login screen

    Hey, I recently started with C# and I've done some things in XNA, 2D and 3D etc but now I'm trying to start with window programming.

    Atm I've done a program who start a normal form where you enter your username and password, when you press ENTER your information will be checked and it will close the login menu and open a new form named CSystem.

    I'm trying to get it to work like this

    When I enter the program...
    See more | Go to post

  • [ContextMenuStrip] How to list all items (menus and submenus)?

    Hello,

    I have a contextMenuStri p in my application and I would like to get a list of all items I have in it.
    So I tried to use the property : this.contextMen uStrip.Items.

    It's working fine, except that it's only returning me the list of menus (level 0) and neither the submenus (level 1) nor the subsubmenus (level 2)...

    How could I do that? :)
    See more | Go to post

  • 95ulisse
    started a topic Windows Shell Context Menu

    Windows Shell Context Menu

    Hello everyone,
    I'm new to the forum and this is only my second post, so I apologize in advance for any mistakes.

    This is my situation:
    I'm using Microsoft Visual Studio 2008 with .Net Framework 3.5.
    I'm developing an extension of the Windows Shell Context menu, and I did it, but I have a problem:
    when my menu is invoked on the links (*.lnk), it doesn't work and prevents the upper voices.
    This only...
    See more | Go to post

  • ankitkhare
    started a topic flash menu for windows form??

    flash menu for windows form??

    Hi,
    I am working on this standalone application on C#.NET in which i dont want to use the basic UI that comes with .NET framework,i would like to use either flash menu or some other impressive menu like mac style menu or something.I am unable to find any such thing as "Fancy UI for winforms", please guide me menu stylings.

    Regards,
    Ankit Khare
    See more | Go to post

  • higgsy
    started a topic Help needed with menu control and sitemap

    Help needed with menu control and sitemap

    Hi,

    I need some help using the sitemap file. I am working on a website that has 2 layers of navigation.

    1) Generic navigation in the top right hand corner for "Home, About, Contact" etc
    2) Products (on the left hand side)

    Both are always visible. The sitemap file seems to be quite restrictive unless you want to display navigation in a tree like fashion. It also appears to me that all nodes...
    See more | Go to post
Working...