>  Is it possible with Mediaview to detect if the stop button is pressed


I suggest ..........

*************************************
Public Sub Form_Open()
 
 Dim ob As Object
  
  ob = MediaView1.Children[0]
  ob = ob.Children[0]
  ob = ob.Children[2]
  Object.Attach(ob.Children[2], Me, "STOP")
  
End


Public Sub STOP_Click()
  
  Print "stop !"
  
End
*************************************

Regards
vuott






--------------------------------------------
Mer 23/3/16, Johny Provoost <[email protected]> ha scritto:

 Oggetto: [Gambas-user] Mediaview
 A: [email protected]
 Data: Mercoledì 23 marzo 2016, 10:16
 
 Is it possible with Mediaview to
 detect if the stop button is pressed, and
 is it possible to detect if the thing you playing is ended.
 
 
 -- 
 
 
 
 *Vriendelijke Groeten*
 
 *Johny Provoost*
 
 *mailto: [email protected]
 <mailto:[email protected]>*
 
 *mailto: [email protected]
 <mailto:[email protected]>*
 
 *Website:* *http://www.johnyprovoost.net* <http://www.johnyprovoost.net/>
 
 
 
 ------------------------------------------------------------------------------
 Transform Data into Opportunity.
 Accelerate data analysis in your applications with
 Intel Data Analytics Acceleration Library.
 Click to learn more.
 http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
 _______________________________________________
 Gambas-user mailing list
 [email protected]
 https://lists.sourceforge.net/lists/listinfo/gambas-user

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to