Revision history [back]

click to hide/show revision 1
initial version

answered 2015-05-27 07:11:44 +0800

chillworld gravatar image chillworld flag of Belgium

https://github.com/chillw...

It's because you declare the children attribute to high.

Try this :

<groupbox>
    <caption label="Total"/> <!-- Doesn't Show  -->
        <vbox  children="@load(vm.totalTonnage)">
            <template name="children">
                <hbox>
                    <zk if="${each[2] eq 'K1'}">
                        <label value="${each[1] }" />
                        <space />
                        <textbox value="${each[0]}" />
                    </zk>
                </hbox>
                <separator />
            </template>
        </vbox>
    </groupbox>

Greetz Chill.

It's because you declare the children attribute to high.

Try this :

<groupbox>
 <caption label="Total"/> <!-- Doesn't Show  -->
     <vbox  children="@load(vm.totalTonnage)">
         <template name="children">
             <hbox>
                 <zk if="${each[2] eq 'K1'}">
                     <label value="${each[1] }" />
                     <space />
                     <textbox value="${each[0]}" />
                 </zk>
             </hbox>
             <separator />
         </template>
     </vbox>
 </groupbox>

Greetz Chill.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More