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.

]]>

4 Commentsto API documentation mistakes:

  1. Anonymous says:

    < ![CDATA[

    *.box: for write access, getBox from PropertyEditor.

    ]]>

  2. Anonymous says:

    < ![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.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Lukas Morawietz That’s correct, misunderstood that.

    ]]>

  4. Anonymous says:

    < ![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.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *