Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Foxpro 6.0 SP5 with Citrix WinFrame
Message
From
24/01/2002 21:59:51
 
 
To
24/01/2002 10:27:24
Brooks Adair
Edgemed Healthcare Solutions
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00609746
Message ID:
00610264
Views:
28
>We a visual foxpro 6.0 app. One of our clients is still using
>Citrix WinFrame, (The one based on NT 3.51) Our app runs on WinFrame,
>however, all the text in the pull down menus are corrupt.
>
>It is as if the font is printing half a line lower than it should be,
>this results in the bottom half of the text being cut off.
>
>Has anyone seen this before? And does any one know what font VFP uses
>for the menu bars? Any help would be apreciated.

In a nut shell you are experiencing a font problem that can be resolved as follows (or by hardwiring a gemnmenux version)

If you need more info/assistance with this, feel free to email me. aadler@gate.net.nospam (remove the .nospam) as I havent had much time to login lately.

1. use GenMenuX

2. place the following line at the top of the menu setup code:

#DEFINE _NT351FONT_ "MS Sans Serif", 10 STYLE "B"

3. add this line to the comment of each menu bar:

*:FONT _NT351FONT_

If you do this, your menu problems with NT 3.51 are gone. (thanks to marcus winhard from the VPM newsgroups for this one)

Note: I have a short program I use that revises my menus to add the comment rather than doing it by hand each time it is just one more step in packaging my app.

Regards, --Drew
Previous
Reply
Map
View

Click here to load this message in the networking platform