Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
It works 'differently' in different OS
Message
De
05/11/2003 11:52:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
It works 'differently' in different OS
Divers
Thread ID:
00846598
Message ID:
00846598
Vues:
34
Hi,
Sorry if I "repeat" my question here. I am not sure I should continue with the thread or new.. so I decide to have new thread..

Regard to the auto shutdown problem, I found that the workaround is different among different OS. Ex. I can just simply change the following in WinXP to make it works.
lnControlCount = This.ControlCount

FOR lnControl = lnControlCount TO 1 STEP -1	
	This.Controls(1).Release()
ENDFOR
to
lnControlCount = This.ControlCount

FOR lnControl = lnControlCount TO 1 STEP -1	
	This.Controls(lnControl).Release()
ENDFOR
However, it does not work in Win98SE. Instead, i have to move timer object out from goApp to _SCREEN.

Why?
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Répondre
Fil
Voir

Click here to load this message in the networking platform