Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: No DOWN effect for graphical checkbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01047979
Message ID:
01048185
Vues:
21
>Revised repro code:
>
>Wait Window 'Press ENTER to create a graphic checkbox at the left top of screen...'
>_Screen.AddObject('c','Checkbox')
>_Screen.c.Visible=.T.
>_Screen.c.Style= 1
>Do While Lastkey()=13
>  Wait Window '_Screen.c.Value='+Tran(_Screen.c.Value)+'.  Press ENTER to toggle 0/1, other key to end.'
>  _Screen.c.Value=Abs(_Screen.c.Value-1)
>EndDo
>_Screen.RemoveObject('c')
>
I see this bug as well.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform