Detecting menus
Posted: Sun Jun 16, 2019 1:58 am
We have a custom menu system that allows progressive entry of options to lower levels.
For example:
The main menu has fields to enter up to 5 levels at once if I know the path is say 50 12 2 4 If type that in all at once it works OK.
However, to progress to each menu level I would first enter 50 in the first field and press enter to got to MENU50.
When I am on MENU50, the cursor is sitting in the second field to the right of the "50" anticipating the next level to be typed in.
Then I can move the cursor over any menu option (12 in this case) and it receives the focus.
When I click it, it puts the option 12 in the first field overwriting the 50 and "presses enter" so the menu system thinks I have taken option 12 on the main menu. Is there a way to tell it to put the menu option selected by the mouse into the field where the cursor is?
For example:
The main menu has fields to enter up to 5 levels at once if I know the path is say 50 12 2 4 If type that in all at once it works OK.
However, to progress to each menu level I would first enter 50 in the first field and press enter to got to MENU50.
When I am on MENU50, the cursor is sitting in the second field to the right of the "50" anticipating the next level to be typed in.
Then I can move the cursor over any menu option (12 in this case) and it receives the focus.
When I click it, it puts the option 12 in the first field overwriting the 50 and "presses enter" so the menu system thinks I have taken option 12 on the main menu. Is there a way to tell it to put the menu option selected by the mouse into the field where the cursor is?