> 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.
> 
> 
> Nick

The Delete() was reimplemented in your form. But its syntax differs from the 
original Delete() method from the Control class. This is an error, but it was 
not detected in Gambas 2.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to