Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define class Timer
Message
From
26/10/2005 00:51:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Define class Timer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01062122
Message ID:
01062122
Views:
64
I need your eyes.
In the following code why will it not display my WAIT WINDOW? What am I missing
x=createobject('Timerfrm')
x.activate()

define class Timerfrm as form
	procedure init
		thisform.AddObject('test1','myTimer')
	endproc
enddefine

define class MyTimer as timer
	procedure init
		this.interval = 2000
	endproc
	procedure timer
		wait wind "Hi. it's me again"
	endproc
enddefine
TIA
The American Republic will endure, until politicians realize they can bribe the people with their own money.
- Alexis de Tocqueville

No man’s life, liberty, or property is safe while the legislature is in session.
– Mark Twain (1866)
Next
Reply
Map
View

Click here to load this message in the networking platform