Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help to make 3 images turn visible and invisible in a l
Message
De
06/06/1998 15:35:31
Zaraq Bari
Bari Studios Limited
Lahore, Pakistan
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Need help to make 3 images turn visible and invisible in a l
Divers
Thread ID:
00105541
Message ID:
00105541
Vues:
67
I have pasted 3 pictures on the form on top of each other.I have set a timer to keep the pictures rolling in the timer procedure.I have written a do case-end case statment with visible properties of the three images to false and true , so one image shows at one time.The image no 1 and 2 continue blinking , but the 3rd image only blinks one and then not at all.What am I doing wrong? The code is as follows....

do case
thisform.image1.visible=.t.
thisform.image1.visible=.f.
thisform.image2.visible=.t.
thisform.image3.visible=.f.

thisform.image2.visible=.t.
thisform.image2.visible=.f.
thisform.image3.visible=.t.
thisform.image1.visible=.f.

thisform.image3.visible=.t.
thisform.image3.visible=.f.
thisform.image2.visible=.t.
thisform.image1.visible=.f.

thisform.image2.visible=.t.
thisform.image2.visible=.f.
thisform.image1.visible=.t.
thisform.image3.visible=.f.

endcase
Teachers open the door, but you must enter by yourself.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform