> [...] >> We have been overriding generated methods such as “isValid”, “setValid” etc, >> until version 3.0 that does not let us to use these method. Please, is there >> a way to use Qx 3.0 without this validation? > No, there is no way to disable that check except rewriting / removing the > check from the framework source. > How could that worked for you if you override the setter and not the getter > e.g.?
Why should that be a problem at all? Overwriting method 'A' doesn't force anyone to overwrite method 'B' as well! Those (generated) methods 'setFoo', 'getFoo' (and 'isFoo') are public methods. You can override any public method! And you should be able to do so with the generated ones as well! I am pretty sure that I've overridden one or two generated accessors/mutuators myself in my current project and it would be very sad, if that doesn't work in 3.0 anymore. > > [...] > > Regards, > Martin Just to express my worries..., Peter -- *********************************************** Achtung, wir sind umgezogen! Unsere neue Adresse: TIS GmbH Müller-Armack-Str. 8 46397 Bocholt *********************************************** ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
