Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep SubMenus Displayed
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00133111
Message ID:
00134636
Views:
15
We used to save the current popup and bar of the menu and restore them after the screen exitted. You could:

lcpopup = POPUP()
lnbar = BAR()

after the menu item is selected and then:

ACTIVATE POPUP(lcpopup) BAR lnbar

after the screen exit to return to the last menu.



>Yeah, that would work...it could become a maintenance nightmare, depending on how static your menus are...but that is probably the only way at this point...
>
>Take care
>
>>>Unfortunately, I don't have an answer...
>>>
>>>I wish I did though; there are some users here who would like the same thing...
>>>
>>>Take care
>>>
>>>
>>>>Joseph was right.
>>>>
>>>>I want the submenu to stay (or reappear) so the user doesn't have to make his/her way back down the menu tree.
>>
>>A very Kludgy way of doing it is to simulate the keystrokes to pop the menu back up.
>>
>>Wayne
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform