[Gambas-user] R: Mediaview

Ru Vuott vuott at ...325...
Wed Mar 23 19:13:19 CET 2016


>  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 <johny.provoost at ...27...> ha scritto:

 Oggetto: [Gambas-user] Mediaview
 A: gambas-user at lists.sourceforge.net
 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: johny.provoost at ...27...
 <mailto:johny.provoost at ...27...>*
 
 *mailto: johny.provoost at ...626...
 <mailto:johny.provoost at ...626...>*
 
 *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
 Gambas-user at lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list