Re: [Gambas-user] R: Mediaview

2016-03-23 Thread Johny Provoost
Op 23-03-16 om 19:13 schreef Ru Vuott: >> 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] >

[Gambas-user] R: Mediaview

2016-03-23 Thread Ru Vuott
> 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")