Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flashing Text
Message
From
04/04/1998 00:39:27
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00089398
Message ID:
00089516
Views:
33
>The best way to have a flashing text or label is using the timer control. Using Timer control enables an object to be moved, or even visible true or false.
>
>1. put label on a form
>2. put timer on a form.
>3. set property Interval (found in Others property window) to your desired milliseconds. 1000 milliseconds is 1 second.
>4. put this code in Timer Event or method.
>IF THISFORM.Label1.VISIBLE
> THISFORM.Label1.VISIBLE = .F.
>ELSE
> THISFORM.Label1.VISIBLE = .T.
>ENDIF
>
>If anybody have the same suggestion, sorry to tell you bu I have no longer time to open all replies...



^_^; Not Functional enough!

should be:

ThisForm.Label1.Visible = !(ThisForm.Label1.Visible)

I think myself is good in maths but poor on Object control....
but there is no job for mathematcian and thus I find programmer...
of cos, I don't want to be teacher.... >~<'
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform