Erich Konicek <[EMAIL PROTECTED]> writes: > I tryed a little with the trunc-version and i found two little errors: > * in a few classes there are calls to Widget.isEnabled() > (witch earlier was the getAlias of the enabled property in qx.core.Object and > is not a property in qx.ui.core.Widget - but now there is no getAlias) > in order that my application runs, i putted a function isEnable() {return > getEnabled()} into Widget.js > * in qx.ui.treefullcontrol.Tree is a direct access to a property value, i > adapted it to the qx 0.7 property value > that's no good manner, but i had no other idea > > I attached the patches if someone needs it. > > Thank you for the fabulous work! > Erich
Erich, I forgot to credit you in the check-ins for these two problems, but thanks for tracking them down. Those were my next issues to deal with, and you saved me the time. I implemented the fix slightly differently than you did in the first case. Since there's apparently no longer a getAlias, I changed all occurrences of isEnabled() to getEnabled() rather than creating an aliasing function as you had done. I expect Sebastian will comment on the current lack of getAlias and whether he plans to implement it (or equivalent) in the new property system. Cheers, Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel