Page 1 of 1
VLFONE menu expansion
Posted: Fri Jun 02, 2023 4:11 am
by cthomas
Hello. I am trying to figure out how to have my VLFONE Material Design menu options already expanded when the user opens the menu. Any help would be appreciated. Attached is what the menu looks like. I would like everything below each application to be expanded like FPO is when the menu is displayed. I am using V15 with all epc's loaded. It is a model B configuration.

- VLFONE Menu.png (16.9 KiB) Viewed 7313 times
Re: VLFONE menu expansion
Posted: Sat Jun 03, 2023 12:54 pm
by MarkDale
I don't think there is an option to modify the behaviour.
As far as I can tell, its hard coded in vf_ui051o.js. In method zInt_Show it sets all the menu items to CONTRACTED and then expands just the menu item for the current application. You should not modify internal VLF routines.
And since there is no option to snap in your own version of the menu options panel, I think you will probably have to live with the existing behaviour.
Re: VLFONE menu expansion
Posted: Tue Jun 06, 2023 2:53 am
by cthomas
Thank you for the insight. Much appreciated.