Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Emanuele Sottocorno
The new inheritance rules will be ported in gbs2 also? -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and

Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Benoît Minisini
The new inheritance rules will be ported in gbs2 also? Gambas 2 you mean? Of course not. -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread richard terry
On Saturday 20 August 2011 10:37:32 Benoît Minisini wrote: To fix the bug tracker issue #78, I had to do some incompatible changes. - TreeView, ListView and ColumnView Find() method have been renamed as FindAt(). - IconView.Find() has been renamed as FindAt(). - Workspace.Children has

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Benoît Minisini
2011/8/19 Benoît Minisini gam...@users.sourceforge.net: To fix the bug tracker issue #78, I had to do some incompatible changes. But now, changing the return datatype of a method through inheritance is now correctly forbidden. Theoretically, I have to prevent method signature from

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Fabián Flores Vadell
2011/8/20 Benoît Minisini gam...@users.sourceforge.net: 2011/8/19 Benoît Minisini gam...@users.sourceforge.net: To fix the bug tracker issue #78, I had to do some incompatible changes. But now, changing the return datatype of a method through inheritance is now correctly forbidden.

[Gambas-user] Big incompatible change

2011-08-19 Thread Benoît Minisini
To fix the bug tracker issue #78, I had to do some incompatible changes. - TreeView, ListView and ColumnView Find() method have been renamed as FindAt(). - IconView.Find() has been renamed as FindAt(). - Workspace.Children has been renamed as Workspace.Windows. The IDE source code has been