Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to spin a fan
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01348217
Message ID:
01348221
Vues:
19
Naomi

I think it´s harder to control a picture, or to make it look like the rest of the
still parts I will build

The form has a circular shape and other 4 shapes as pads

in timer.init:

thisform.uP.Visible = .T.
thisform.DOWN.Visible = .T.
thisform.RIGHT1.Visible = .F.

thisform.LEFT1.Visible = .F.

at timer.timer event, as below
But it starts to spin and then stops
Moises

====================================



IF thisform.uP.Visible = .T.
thisform.uP.Visible = .F.
ELSE
thisform.uP.Visible = .T.
ENDIF

IF thisform.DOWN.Visible = .T.
thisform.DOWN.Visible = .F.
ELSE
thisform.uP.Visible = .T.
ENDIF

IF thisform.RIGHT1.Visible = .T.
thisform.RIGHT1.Visible = .F.
ELSE
thisform.RIGHT1.Visible = .T.
ENDIF


IF thisform.LEFT1.Visible = .T.
thisform.LEFT1.Visible = .F.
ELSE
thisform.LEFT1.Visible = .T.
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform