Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing animation while sending e-mail
Message
From
23/04/2002 18:46:18
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00647673
Message ID:
00648465
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Hi Daniel,
>
>I had an exchange in private with Alexander and his last suggestion helped:
>
>Here is the final code, which is now working and showing animation correctly (I'm using his class and show animation in the status bar):
>
>      loControl.UseTimer = .f.
>      loControl.Recreate()
>      lcAviFile = addbs(justpath(fullpath('CommCtrl.vcx')))+'AVIs\SndMail2.avi'
>      .oAnimation = m.loControl
>      .oAnimation.visible = .t.
>      loControl.open(m.lcAviFile)
>      loControl.Play( 0, -1, -1)
>
>
>Alexander, jump into this thread for your stars portion :)
>
>Thanks a lot to both of you.

Hi Nadya,
Glad to hear that my last suggestion helped.

BTW, where can I get my starts? ;)
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform