Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug when assigning non-integers to Top,Left,Height and W
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00855459
Message ID:
00855487
Vues:
16
Does it really make sense to assign top and left without a container in which to display a line?

Try this:
_screen.AddObject("x","line")
_screen.X.Top = 180
? _screen.X.Top 
_screen.X.Top = 180.00
? _screen.X.Top

ox= createobject("form")
ox.addobject("x","line")
ox.X.Top = 180
? ox.X.Top 
ox.X.Top = 180.00
? ox.X.Top
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform