VLFONE menu expansion

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
cthomas
Posts: 10
Joined: Thu May 03, 2018 4:26 am

VLFONE menu expansion

Post 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
VLFONE Menu.png (16.9 KiB) Viewed 7311 times
MarkDale
Posts: 116
Joined: Wed Dec 02, 2015 10:06 am

Re: VLFONE menu expansion

Post 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.
cthomas
Posts: 10
Joined: Thu May 03, 2018 4:26 am

Re: VLFONE menu expansion

Post by cthomas »

Thank you for the insight. Much appreciated.
Post Reply