Using hpaned in sao

Hello everyone. I am testing for the first time a view with hpaned. In the gtk client it works correctly but not in SAO.

I don’t know if I am doing something wrong or if it is a feature that is not supported in SAO. Can someone who has worked with this solve me the question?
Thanks!

My view:

<form>
    <hpaned id="body" colspan="4">
        <child id="child1">
            <field name="field_1" colspan="2"/>
        </child>
        <child id="child2">
            <field name="field_2" colspan="2"/>
        </child>
    </hpaned>
</form>

I think it does not work but it would be nice if it did.

What is not working?

The resizing of the children

It is implemented as static.
There is a TODO in the code to manage position attribute.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.