Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing animation while sending e-mail
Message
From
23/04/2002 04:12:10
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00647673
Message ID:
00648010
Views:
24
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,
Here are a few things you could try:

- make sure _VFP.AutoYield is .T.
- instantiate the animation control *before* you start processing. Display a generic AVI file to start and then simply change the caption and AVI file depending on the process. If you do it this way, the AVI file should initially play. Step through the code to locate the line of code that causes the animation control to stop responding.
- remove all WAIT WINDOWS. I would rather change the caption of the animation control to tell the user what's happening than mixing animation form, WAIT WINDOWs and SET MESSAGEs. I'm not sure if it's going to help, but I've seen weird things occasionally with the WAIT command.
- make sure you don't have any inkey() functions somewhere
- what's happening in the parent method when you call DODEFAULT()?

HTH
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform