PDA

View Full Version : how to get a nested clomn form?



cqiao
29 Jun 2008, 6:43 AM
how to get a nested clomn form? such as:
-------------------------------------------------------------
| |-------------------| |---------------------------------| |
| | ...(a table) ......... | | name: ______ Numb:_____.........| |
| | .........................| | ..............................................| |
| | .........................| | ..............................................| |
| |-------------------| |---------------------------------| |
|----------------------------------------------------------|

("." represents blank, "|" and "-" represent table borders).

gslender
29 Jun 2008, 2:06 PM
You need to combine concepts from the Explorer examples - using a combination of layouts to build the UI the way you wish it to look.

I'm not 100% sure about what you are trying to achieve, but if all you need is a table alongside a form, that would be fairly straight forward and simple to achieve.

Have a play, experiment and if you have problems, post some code and ask for help.... ;-)

cqiao
30 Jun 2008, 3:29 AM
thank you!