Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to spin a fan
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01348217
Message ID:
01348221
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform