Re: [qooxdoo-devel] Refinement of initial value for property is ignored in qx. 0.7

2007-06-06 Thread Dietrich Streifert
Well then I'll add the init attribute of the properties "icon", "iconSelected" in AbstractTreeElement of Tree and TreeVirtual with a value of null which should'nt do any harm otherwise. Dietrich Streifert schrieb: > Hello List, > > I've derived a class from qx.ui.tree.TreeFolder which refines t

Re: [qooxdoo-devel] Refinement of initial value for property is ignored in qx. 0.7

2007-06-05 Thread Dietrich Streifert
This seems to be a more general problem where the refine of the init attribute is ignored if the original property definition does not contain the init attribute. I've created a bugzilla issue for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=467 Dietrich Streifert schrieb: > Hello List,

[qooxdoo-devel] Refinement of initial value for property is ignored in qx. 0.7

2007-06-05 Thread Dietrich Streifert
Hello List, I've derived a class from qx.ui.tree.TreeFolder which refines the icon property this way: icon : { refine : true, icon : "icon/16/myIcon.png" } If I check the property through its getter in the overriden constructor the value of the property is null: