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>