API documentation mistakes:
API documentation mistakes:
– PropertySet:
× “f.wAV” admissible values are TOP,CENTER,BOTTOM,CUSTOM
× “f.wX”,”f.wY”,”f.wW” and “f.wH” are integers, so the admissible values are not true/false
× “i.box” and “f.box” have no direct write access
×”f.titleFontColor” is an integer
I think that’s all I found ATM.
]]>
< ![CDATA[
*.box: for write access, getBox from PropertyEditor.
]]>
< ![CDATA[
Lutz Linke I know, I just wanted to say: as you can’t overwrite one box with another, the access should say read only. You can change object values, but not the object itself.
]]>
< ![CDATA[
Lukas Morawietz That’s correct, misunderstood that.
]]>
< ![CDATA[
Yes and no: the value of the variable itself cannot be changed, but its data yes, as a consequence I have added a link to the PropertyEditor.getBox method to remove the confusion.
]]>