If you a property defined (in your class or a super class) you used to be able to add your own get/set methods - this is no longer allowed. The fix is to either call your function something different so that it does not clash with the property set/get methods, or don't define a property in the properties section at all - just a getMethod, setMethod, and an event.
John On 09/12/2013 22:57, "ahmaddani" <[email protected]> wrote: >I 'm new in qooxdoo especially qooxdoo 3.0. I just tried to migrate my web >apps from qooxdoo 2.1.2 to recent version 3.0.1. But i got some error and >my >apps can't run well. > >One of the errors is : Overwriting generated property method of Class is >not >allowed! > >Please explain me why what about this error and how to fix it. And why >it's >displayed when i migrate, but not at my old version? > >Thank you > > > >-- >View this message in context: >http://qooxdoo.678.n2.nabble.com/Overwriting-generated-property-method-of- >Class-is-not-allowed-tp7585028.html >Sent from the qooxdoo mailing list archive at Nabble.com. > >-------------------------------------------------------------------------- >---- >Sponsored by Intel(R) XDK >Develop, test and display web and hybrid apps with a single code base. >Download it for free now! >http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clkt >rk >_______________________________________________ >qooxdoo-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
