|
-
May 2nd, 2013, 10:44 PM
#1
Thread Starter
Hyperactive Member
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.
-
May 2nd, 2013, 10:51 PM
#2
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
-
May 2nd, 2013, 10:56 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|