Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: StartMenu actions  (Read 7647 times)
Alessandro (Efisio) R.
Posts: 42


« on: February 27, 2017, 05:04:07 pm »

Hi all,

my customers want be able to collapse all the start menu because when there are many start menu groups opened is not easy to find a program. I did not find any method to control the start menu and I can't do anything with the dom manipulation. The start menu is created dynamically at start up and it changes per user and per database. Is there a solution without writing the starmenu to file and reloading it (simulating the "collapse all")?

Thanks
Sebastien F.
Four Js
Posts: 509


« Reply #1 on: February 27, 2017, 05:36:41 pm »

Instead of using the StartMenu, I suggest that you can write your own program starter based on a TreeView where you have full control.

See https://github.com/FourjsGenero/ex_app_menu

Seb
Alessandro (Efisio) R.
Posts: 42


« Reply #2 on: March 01, 2017, 10:00:17 am »

Instead of using the StartMenu, I suggest that you can write your own program starter based on a TreeView where you have full control.

See https://github.com/FourjsGenero/ex_app_menu

Seb
Thank you, I've tried with the tree view but there are many different behaviours, like double click on the row doesn't expand/collapse the group, space key doesn't start the program, and most important, when you type the first characters of an entry if you are using the startmenu the selection goes to the first visible matching element and if your are using the tree view the selection goes to the first element matching opening a group if the element is inside. For these differences I can't replace startmenu.
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines