Hi, In this case mixins are a very useful feature, in order to ease the mantainability and reduce the overall code size. Yes, you're right, it is better to wait and search a standard way of doing so. Surely, the solution shoudn't be very complicated, thanks to the Javascript ability to change dynamically the methods and members of a class, and merge two classes in one.
Sebastian Werner wrote: > > Hi David, > > I have just committed some changes to remove your custom inheritance > logic. There will be something like you have used in the future. We will > call these things "mixins" - like in Ruby for example. Until then we > should not introduce workarounds/hacks to support something comparable. > I have cleaned up your resizer call and moved it to > qx.ui.resizer.resizer. Just my first idea. To keep it in window is in my > opinion just wrong. But I have not found another better matching > existing namespace. So I have introduced a new one. Hope this is OK for > you. > -- View this message in context: http://www.nabble.com/Planned-contribution-Resizer-tf2540303.html#a7155909 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
