Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blinking Labels
Message
De
01/09/2003 15:15:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00825075
Message ID:
00825117
Vues:
17
Hi Harry

>Can anyone tell me how to make a LABEL blink using VFP 6.0?
>I tried SET BLINK ON to no avail.

IOf you really must do it (and must you really?) the only way I know is to use a timer on the form, set its interval to 300 and in the Timer() Method add the folowing code (amend the object reference accordingly):
WITH ThisForm.BlinkingLabel
  .Visible = NOT .Visible
ENDWITH
----
Regards
Andy Kramek
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform