Re: [Gambas-user] Overriding native classess

2013-12-15 Thread Bruce
On Mon, 2013-12-16 at 00:49 +0100, Benoît Minisini wrote: > Le 16/12/2013 00:36, Bruce a écrit : > > I've got myself in a real mess with this one. :-( > > > > I have a class in a local ("third-party") component that inherits the > > native Application class. It provides some generic setup stuff, da

Re: [Gambas-user] Overriding native classess

2013-12-15 Thread Benoît Minisini
Le 16/12/2013 00:36, Bruce a écrit : > I've got myself in a real mess with this one. :-( > > I have a class in a local ("third-party") component that inherits the > native Application class. It provides some generic setup stuff, database > connectivity across networks and some basic security. It wo

[Gambas-user] Overriding native classess

2013-12-15 Thread Bruce
I've got myself in a real mess with this one. :-( I have a class in a local ("third-party") component that inherits the native Application class. It provides some generic setup stuff, database connectivity across networks and some basic security. It works fine and has done so for a few years. Now