Checkmarking the menu bar was easy in the early FoxBase/FoxPro days when you could just code something like
DEFINE BAR lnBarNo OF mpuPrint PROMPT "Attach \<Notes To Printout"
SET MARK OF BAR lnBarNo OF mpuPrint TO .F. && Initially - no check mark.
But in VFP a) menus defined in the code look ugly, b) the placement of the drop-down sub-menus is still in lines instead of in pixels - or whatever - and so on.
By using Menu Designer deprives us of the control we used to have when we did it ourselves in code. In particular, how do I set the check/un-check capability for the menu bar in the menu designed with Menu Designer? I could not find it there, folks! Am I missing something? I mean - I don't wanna go to .mpr file and correct it's code manually, it usually renders "unpleasant" results.
Any suggestions anybody?
Thanks!
Ilya
DEFINE BAR lnBarNo OF mpuPrint PROMPT "Attach \<Notes To Printout"
SET MARK OF BAR lnBarNo OF mpuPrint TO .F. && Initially - no check mark.
But in VFP a) menus defined in the code look ugly, b) the placement of the drop-down sub-menus is still in lines instead of in pixels - or whatever - and so on.
By using Menu Designer deprives us of the control we used to have when we did it ourselves in code. In particular, how do I set the check/un-check capability for the menu bar in the menu designed with Menu Designer? I could not find it there, folks! Am I missing something? I mean - I don't wanna go to .mpr file and correct it's code manually, it usually renders "unpleasant" results.
Any suggestions anybody?
Thanks!
Ilya