Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> >have you converted your forms ? menu>tools> > > Yes > > >why not check for this after project load and ask the user to convert > >them? > > yes I have checked and verified. > > >The Delete() was reimplemented in your form. But its syntax differs from > > the > > >original Delete() method

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Nicolas Koch
>have you converted your forms ? menu>tools> Yes >why not check for this after project load and ask the user to convert them? yes I have checked and verified. >The Delete() was reimplemented in your form. But its syntax differs from the >original Delete() method from the Control class. This i

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> I just finished compiling Gambas3 and verified I can play with some code > and test ok, however, when i port my project gambas2 to gambas3 I get > error > > : "Form.Delete is badly overridden in class" > > What do I need to look or change to fix that? I have verified that form > files say Gam

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> This seem to be a common error. > > Since the Gambas3 IDE knows that your forms are still version 2 (because > it says so on the first line of the form file) why not check for this > after project load and ask the user to convert them? > > Regards, > Ron_2nd. > Indeed. The conversion process

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Ron
This seem to be a common error. Since the Gambas3 IDE knows that your forms are still version 2 (because it says so on the first line of the form file) why not check for this after project load and ask the user to convert them? Regards, Ron_2nd. > have you converted your forms ? menu>tools> >

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Fabien Bodard
have you converted your forms ? menu>tools> 2010/12/14 Nicolas Koch : > I just finished compiling Gambas3 and verified I can play with some code and > test ok, however, when i port my project  gambas2 to gambas3 I get error > : "Form.Delete is badly overridden in class" > > What do I need to loo

[Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-13 Thread Nicolas Koch
I just finished compiling Gambas3 and verified I can play with some code and test ok, however, when i port my project gambas2 to gambas3 I get error : "Form.Delete is badly overridden in class" What do I need to look or change to fix that? I have verified that form files say Gambas Form file 3.0