Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stupid label question
Message
De
12/11/1998 19:38:02
 
 
À
12/11/1998 09:25:17
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00155701
Message ID:
00157244
Vues:
91
Basically, if instead of

ThisForm.MyLabel.Visible = .t.

you put:

ThisForm.MyLabel.Autosize = .f.
ThisForm.MyLabel.Visible = .t.
ThisForm.MyLabel.Autosize = .t.

everything is fine (or, at least, I coudn't get the GPF:)).

Be careful to use Autosize, not Wordwrap in the above code. Playing with Wordwrap will change the width of your label.

Vlad

>Ah, I was toggling setting the visible property in a button click. Thanks. I'll check it out later today.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform