Re: [Gambas-user] Advising methods of non-fixed argument tuple in a parent class

2014-04-22 Thread Bruno Félix Rezende Ribeiro
Em Tue, 22 Apr 2014 11:50:45 +0200 Benoît Minisini escreveu: > I have just came back from "holidays", and I haven't read all the > pending mails yet. > > I just want to say that if you have problem with Gambas inheritance > and "SUPER" limitations, you can replace inheritance by "composition".

Re: [Gambas-user] Advising methods of non-fixed argument tuple in a parent class

2014-04-22 Thread Benoît Minisini
Le 15/04/2014 03:56, Bruno Félix Rezende Ribeiro a écrit : > Hello all! > > Suppose we want an array of variants which has the nice property of > raising an event after any modification, like addition or removal of > ... Hi, I have just came back from "holidays", and I haven't read all the pendi