Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CreateObject
Message
 
 
To
11/01/2002 20:17:37
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00603680
Message ID:
00603876
Views:
31
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform