How do Recursive menu in laravel 5?

Is it possible to keep a drop-down menu in Windows open while users click multiple checkable menu items?

  • I'm working on a Visual Basic 6 interface here at work that uses a traditional form menu built using the Menu Editor. One selection on the menu exposes a list of 3 items which the users can check and uncheck. That works. However, each time the user checks or unchecks a menu item the menu disappears. Is there a setting that will keep the menu displayed while the user checks and unchecks multiple menu items? If not, I suppose the best alternate solution is to have one menu item that displays a dialog form with the three items listed as checkbox controls. The users can then work from that dialog form and close it when they are finished.

  • Answer:

    No because the tradition combo box does not have a multi select property and the item selected is accessed by a ListIndex. The ListIndex is not an array so it can only have one value. See what you can do with a ListBox or what you suggested as the alternative. Doing a search in Google Groups is a great source for code solutions as well.

blue_pri... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.