FYI, we made some updates today that enable the use of the <styles> element to 
set style properties. As a result, WTKX such as this will now work:

<BoxPane>
    <styles padding="4"/>
    <Label text="Hello, World!"/>
</BoxPane>

More broadly, type coercion is now supported for read-only dictionary elements, 
in addition to bean elements.

This feature will be included in Pivot 1.3

G

Reply via email to