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

Benoît Minisini gambas at ...1...
Tue Dec 14 18:14:10 CET 2010


> >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 is an error, but it
> 
> was
> 
> >not detected in Gambas 2
> 
> There is no Delete() function.
> 
> The only delete I am using is a button that has a Public Sub Delete_Click()

No Delete method, but a Delete symbol anyway. You can override a inherited 
symbol only with a symbol of the same type.

Regards,

-- 
Benoît Minisini




More information about the User mailing list