Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Appears Backwards!!!!!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
01036786
Message ID:
01036795
Vues:
9
I found that attempting to set any of the Font properties in
the InteractiveChange causes the text to be displayed backwards.

This bug appears in VFP7, 8, and 9.

All of these produce the bahavior:
This.FontSize = 12
This.FontBold = .T.
	
This.FontBold = NOT EMPTY(This.Value)
			
This.FontBold = (This.vLastValue <> This.Value)
This.FontName = IIF(This.Value # This.vLastValue "Arial", "courier new ")
>I do not know if it is a bug or not, but I think is because you access the .value property and each time the .value property is accessed, it seems that resets the .selstart property. But, I am not sure, I just saw your code and tried it, and while typing in the textbox to check it, I saw that behaviour and thought of a workaround, I leave all bug reports to Fabio <g>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform