Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CreateObject
Message
 
 
À
11/01/2002 20:17:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00603680
Message ID:
00603876
Vues:
28
This message has been marked as a message which has helped to the initial question of the thread.
Robert,

There is something about your form class that is either putting a mouse or keyboard event into the queue maybe even clearing the WAIT while it is instantiating. I just ran this code and the wait window stayed visible:
WAIT "Processing Graphics" WINDOW NOWAIT NOCLEAR

oGraph = CREATEOBJECT("form")
oGraph.Visible = .t.

for i = 1 to 10
   ?? '.'
   doevents
endfor

WAIT CLEAR
>I don't use the StatusBar. I only use Wait window for long processing. It is the first time that append in my program.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform