Re: [Gambas-user] Inheritance and Signature checking in gambas 3

2011-09-20 Thread Benoît Minisini
> > Thanks, for looking at this (again) Benoît. I will build a simplified > set of the structures and post it (it is just too big at 18 or so > components to post as one chunk) over the next few days. I'll also have > a look at your note 4 and see if that provides a way around the > problem. >

Re: [Gambas-user] Inheritance and Signature checking in gambas 3

2011-09-19 Thread Bruce Bruen
On Tue, 2011-09-20 at 03:06 +0200, Benoît Minisini wrote: > Mmm. You should provide your code, or some schema, so that I am sure to > really > understand your design. > > Now I will try to give you solution, but I'm not sure it is good as I'm not > sure that I understood your description comp

Re: [Gambas-user] Inheritance and Signature checking in gambas 3

2011-09-19 Thread Benoît Minisini
> HI, > > I thought I may have trouble with this area :-( > > I am migrating quite a lot of gambas2 components that work well and most > of the pain has arisen in this signature checking in the runtime, as in > the "incorrectly overridden" message. > > First, because this is only evident in the

[Gambas-user] Inheritance and Signature checking in gambas 3

2011-09-19 Thread Bruce Bruen
HI, I thought I may have trouble with this area :-( I am migrating quite a lot of gambas2 components that work well and most of the pain has arisen in this signature checking in the runtime, as in the "incorrectly overridden" message. First, because this is only evident in the runtime, I have a