Hi, > I have too more questions now and need your help. > Firstly,I want to add contents to ListButton and the contents are Chinese,How > should I do? A simple example (under Tutorials) is this: http://pivot.apache.org/tutorials/list-buttons.html that uses list_buttons.bxml , and related classes/other files.
The simplest test could be to change/add your content in bxml files (but in Unicode format) and try to load it. But important: remember to chose a Font that contains Chinese chars ... > Secondly,how can I let the form's size change according to the contents? A Form is a Container, so you can find some general Info on Pivot Containers here: http://pivot.apache.org/tutorials/component-and-container.html Try to put if with relative sizing, and attention to parent containers. Under tests you can find this: FormTest, could help you ... Bye
