Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting menu pad
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00058860
Message ID:
00058875
Views:
38
>There are a couple of ways, I think to approach this. Since this involves only one pad difference, the way I'd do it is this:
>
>I'd first use one menu for form A with all four menu pads. When form B becomes active, I'd:
>
>PUSH MENU _MSYSMENU
>RELEASE PAD [pad2titlename] OF _MSYSMENU
>
>When form A reactivates:
>
>POP MENU _MSYSMENU

I don't think it will work:
- Form A is active and Window pad show this form in it list
- PUSH MENU _MSYSMENU
- Activate form B
- Form B is added to the Window list
- Click on the form A
- POP MENU _MSYSMENU restore the original menu with only form A in the Window list

Even if I put the PUSH MENU after the form B is activated, I get the same problem if the form B is closed instead of just deactivated.

Any suggestions?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform