Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in .FontCharset
Message
De
05/06/2005 19:10:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Bug in .FontCharset
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01020365
Message ID:
01020365
Vues:
83
Hello,

I have reported this bug when VFP 9 was in beta. I don't know what is the percent of non-english VFP developers, but I'd suggest to not ignore us.

Repro code:
oTxt = CreateObject("MySecondTxt")
? oTxt.FontCharset

Define Class MyTxt As TextBox
FontCharSet = 238
EndDefine

Define Class MySecondTxt As MyTxt
Enddefine
The value returned is 1, not 238. Come on, guys. 1 is OS default. I am specifying 238 with a specific goal: to avoid OS default. Now what? I have to set it in every subclass and every instance? Copy and paste like VB's OOP?
Grigore Dolghin
Class Software.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform