Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ClearType hilarity in Vista
Message
From
13/06/2007 16:41:24
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01232261
Message ID:
01232780
Views:
12
>In the case of VFP, this isn't what's really happening. If you look closely at what VFP is rendering for ClearType, you'll see (in some cases) that the pixels rendered actually look like they have been shifted away from the original text by 1 or 2 pixels. It appears to be a VFP-related rendering issue, not something with ClearType. You can even see it in forms that appear to be perfect when they are first instanciated show the artifacting/bold issue as soon as you tab into another control on the same form.

true, and the solution is
if this.backstyle=0
   this.caption=this.caption
endif
in the refresh() event of labels.

For the other Vista issues, Markus Winhard has collected solutions:
http://www.bingo-ev.de/~mw368/vfp9_vista.html

Bye, Olaf.
Previous
Reply
Map
View

Click here to load this message in the networking platform