Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MMC after playing
Message
From
19/06/2001 11:38:09
 
 
To
19/06/2001 11:32:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00521029
Message ID:
00521083
Views:
17
>>I'm working on a class for MMC. I have found that whenever the play is completed, I have to click on the previous button before clicking on the play to play it again. Is this how this is suppose to work? I would like to be able to click on play several times without having to click on previous whenever it completes.
>>
>>When I use the Creative Lab Recorder control, I don't have to do that. What can I do after a completion of a play to reset it automatically?
>
>
*Done event
>*** OLE Control Event ***
>LPARAMETERS notifycode
>IF notifycode = 1 && Done playing, rewind and restart
> This.Object.From = 0
> This.Object.Command = "SEEK"
> This.Object.Command = "PLAY"
>ENDIF
Cetin

Thanks, that works.

I have removed the last line as all I want is the enabling of the button to readjust.

BTW, where did you find the info on the Command? I don't have that listed in my list of properties?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform