Re: [Gambas-user] Gambas custom controls : renaming the exported class

2016-08-09 Thread adamn...@gmail.com
On Wed, 10 Aug 2016 02:43:17 +0200 Benoît Minisini wrote: > Le 23/06/2016 09:12, Benoît Minisini a écrit : > > Le 23/06/2016 05:04, adamn...@gmail.com a écrit : > >> Well this is a bit obscure but for me it's a big pain. > >> > >> When developing a custom gambas control I quite often include a te

Re: [Gambas-user] Gambas custom controls : renaming the exported class

2016-08-09 Thread Benoît Minisini
Le 23/06/2016 09:12, Benoît Minisini a écrit : > Le 23/06/2016 05:04, adamn...@gmail.com a écrit : >> Well this is a bit obscure but for me it's a big pain. >> >> When developing a custom gambas control I quite often include a test >> form inside that project. That form is used extensively during >

Re: [Gambas-user] Gambas custom controls : renaming the exported class

2016-06-23 Thread Benoît Minisini
Le 23/06/2016 05:04, adamn...@gmail.com a écrit : > Well this is a bit obscure but for me it's a big pain. > > When developing a custom gambas control I quite often include a test > form inside that project. That form is used extensively during > development of the custom control (i.e. even before

[Gambas-user] Gambas custom controls : renaming the exported class

2016-06-22 Thread adamn...@gmail.com
Well this is a bit obscure but for me it's a big pain. When developing a custom gambas control I quite often include a test form inside that project. That form is used extensively during development of the custom control (i.e. even before I package and deploy the control in client projects, and