Re: [Gambas-user] How to register and login to the Wiki?

2016-03-23 Thread Benoît Minisini
Le 24/03/2016 05:18, T Lee Davidson a écrit : > On 03/16/2016 08:53 PM, T Lee Davidson wrote: >> >> >> On 03/16/2016 07:58 PM, Tobias Boege wrote: >>> On Wed, 16 Mar 2016, T Lee Davidson wrote: > I used to be able to login to the Wiki (http://gambaswiki.org/). This was > prior to it

Re: [Gambas-user] How to register and login to the Wiki?

2016-03-23 Thread T Lee Davidson
On 03/16/2016 08:53 PM, T Lee Davidson wrote: > > > On 03/16/2016 07:58 PM, Tobias Boege wrote: >> On Wed, 16 Mar 2016, T Lee Davidson wrote: >>> >I used to be able to login to the Wiki (http://gambaswiki.org/). This was >>> >prior to it receiving its new face. >>> > >>> >Now, I cannot login

[Gambas-user] Workspace editor colour question

2016-03-23 Thread richard terry
Hi list/Benoit There seems no way to change the color of this control. (gurrently a dark gray) No, it shouldn't matter as its essentially not visible when the workspace is loaded, but on a slow machine one gets to see the dark gray color flicker whilst any tabs are loading, so I was wondering

Re: [Gambas-user] Object reference code

2016-03-23 Thread Benoît Minisini
Le 24/03/2016 00:18, Helios Martinez Dominguez a écrit : > Greetings, i have been using Gambas3 for a while now and i am very please > there's a simple visual object oriented language for the free software > community. I've written a few applications myself with it. Thank you, very > much! > > I

[Gambas-user] Object reference code

2016-03-23 Thread Helios Martinez Dominguez
Greetings, i have been using Gambas3 for a while now and i am very please there's a simple visual object oriented language for the free software community. I've written a few applications myself with it. Thank you, very much! I would like the development team to add such functionality to the

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")

[Gambas-user] Mediaview

2016-03-23 Thread Johny Provoost
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.provo...@skynet.be * *mailto: johny.provo...@gmail.com