> Hi, > > It compiles fine on Ubuntu 10.04 > > Found that changing the default language of a project in the Project > Property window, the OK ramains gray so tha change can not be enabled. > > I have re-compiled my old project, but at run I get a baloon saying that > the form.name is badly erased. > > Any idea ? > > Salud > > Pino >
No, the message is "badly overridden". It means that your in inheritance is incorrect. Gambas 2 was unable to detect such mistakes. To fix that, simply use another name than "Name", which is already used by the Name property. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
