[EMAIL PROTECTED] schrieb: >> * 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 >> > 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. > Don't mention it! > 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. > I vote for the reimplementation of getAlias for properties. My reasons:
* I made extensive use of it. (That's a little bit egoistic, I know ;-) ) But afer migration, the application is invalid. * with isProperty() for boolean properties it would by JavaBean conform (alternatively the get-function of boolean properties are automaticly named isProperty(), but then there are also incompatibilities) * with getAlias I have the possibility to override the get-function. For example: in the case of treefullcontroll.Tree.getExcludeSpecificTreeLines(), a clone of the property should be returned. With getAlias I can define the property "excludeSpecificTreeLines" with a getAlias "_getExcludeSpecificTreeLines" and then declare a function getExcludeSpecificTreeLines() = function {return this.getExcludeSpecificTreeLines().clone()}. Erich ------------------------------------------------------------------------- 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