Results 1 to 3 of 3

Thread: Menu Search option

  1. #1

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Menu Search option

    I have a menu in an application that has a lot of content, is there such a thing to have a search box that can locate a word in the menu, e.g. If I was looking for billing and typed in bill, it would list the words related to bill as I type? I wanted to know this because its just a complex menu for several departments, having a search would make it easier. Thank you.

  2. #2
    Frenzied Member
    Join Date
    Oct 2012
    Location
    Tampa, FL
    Posts
    1,187

    Re: Menu Search option

    I would say it depends how your menu exists. You can add your menu items to a list, and then use a combo box after update event to search if list.contains (combobox.text), and populate it. Maybe then use the a selected item event or a go button to process the selected item

  3. #3

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Re: Menu Search option

    Yeah I created a list to make it easier to find different topics in the menu, just wasn't sure if it was possible to create a search from that, I have ideas so will play.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width