Listfoot and Listfooter are invisible when height is explicitly set in the
Listbox. This can be demonstrated through this code:
<window title="borderlayout test" border="normal">
<listbox width="250px" height="400px">
<listhead sizable="true">
<listheader label="name" sort="auto"/>
<listheader label="gender" sort="auto"/>
</listhead>
<listitem>
<listcell label="Mary"/>
<listcell label="FEMALE"/>
</listitem>
<listitem>
<listcell label="John"/>
<listcell label="MALE"/>
</listitem>
<listitem>
<listcell label="Jane"/>
<listcell label="FEMALE"/>
</listitem>
<listitem>
<listcell label="Henry"/>
<listcell label="MALE"/>
</listitem>
</listbox>
<listfoot>
<listfooter label="Ready" />
</listfoot>
</window>
If you set the Mold to paging, you can see the footer is there but it is
taking up the space that the paging selector takes up (only when it is
present, ie when there are more than 1 page) and pushes the selector off
the page as well.
Logged In: YES
user_id=1684431
Originator: NO
Fixed since 6/4.