Re: [Gambas-user] Circular Inheritance

2011-06-26 Thread Demosthenes Koptsis
Thanks by me for all this great work you do with Gambas :) On Mon, 2011-06-27 at 00:19 +0200, Benoît Minisini wrote: > > In attached project there is a circular inheritance between cClassB and > > cClassC > > > > If i try to edit cClassB file in line 3 which > > > > INHERITS cClassC > > > > the

Re: [Gambas-user] Circular Inheritance

2011-06-26 Thread Benoît Minisini
> In attached project there is a circular inheritance between cClassB and > cClassC > > If i try to edit cClassB file in line 3 which > > INHERITS cClassC > > the IDE is stack and i have to kill the IDE with Xkill. The bug should be fixed in revision #3901. Regards, -- Benoît Minisini -

[Gambas-user] Circular Inheritance

2011-06-25 Thread Demosthenes Koptsis
In attached project there is a circular inheritance between cClassB and cClassC If i try to edit cClassB file in line 3 which INHERITS cClassC the IDE is stack and i have to kill the IDE with Xkill. -- Regards, Demosthenes Koptsis. Project85 (copy).tar.bz2 Description: application/bzip-c

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Benoît Minisini
> On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote: > > I need more than these three classes to understand the problem. sends > > me a small project showing the problem please > > Here 'tis > > Ian It should be better in revision #3229. If not, please send the full project. Regards, -- B

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Fabien Bodard
it seem to be a bug in the ide ... don't take care about this ... For Benoit : Project.DoRefresh 2010/9/18 Ian Haywood : > On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote: >> I need more than these three classes to understand the problem. sends >> me a small project showing the problem plea

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Ian Haywood
On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote: > I need more than these three classes to understand the problem. sends > me a small project showing the problem please Here 'tis Ian circular-inheritance-0.0.1.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Fabien Bodard
I need more than these three classes to understand the problem. sends me a small project showing the problem please 2010/9/18 Ian Haywood : > When the IDE starts up (gambas3 r3025 on Ubuntu Karmic) I get a > warning about circular inheitance on CAuditTrailLink > CAuditTrailLink inerits from CWebLi

[Gambas-user] circular inheritance

2010-09-18 Thread Ian Haywood
When the IDE starts up (gambas3 r3025 on Ubuntu Karmic) I get a warning about circular inheitance on CAuditTrailLink CAuditTrailLink inerits from CWebLink which inherits form CLink. CAuditTrailLink is in a different source directory than CLink and CWebLink I don't understand how this is "circular"