Re: [Gambas-user] R: Mediaview
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
> 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")