Hi,
If I use the quick menu extension for example, in this wrkactjob screen, i can show different options for the subfile and allow to select one. but as the quick menu goes all the way to the bottom, and it doesnt allow to scroll the options, I would like to be able to change the "containerLocation" property, as needed... something like, if current row > 12 then containerLocation = "Above and Right" else "Below and Right".
I guess that could be possible in the script for that property... any idea how? how to read current row and set that property value?
Thank you
change dynamically property on extension quick menu
Moderator: jeanmichel
-
tim mcentee
- Posts: 40
- Joined: 26 Jul 2017, 13:20
Re: change dynamically property on extension quick menu
Hi Dino
I've had a look and the only way to achieve it will be to write your own extension.
The menu is drawn each time that you mouseover over one of the fields. It is not static. Also the event that fires when you mouseover is buried deep and is not possible to trap.
Tim
I've had a look and the only way to achieve it will be to write your own extension.
The menu is drawn each time that you mouseover over one of the fields. It is not static. Also the event that fires when you mouseover is buried deep and is not possible to trap.
Tim