PDA

View Full Version : Problem: Layout two ProgressBar widgets next to each other Horizontally



jcorbin
29 May 2009, 7:22 AM
Hi,

I am trying to create a layout where I have 1 to N ProgressBar widgets aligned horizontally next to each other. This seems like it should be fairly straight forward using a RowLayout(Orientation.HORIZONTAL), but everytime I try to add a ProgressBar beyond the first one, nothing renders at all.

I've tried ColumnLayout as well.

Ideas?

jcorbin
29 May 2009, 8:35 AM
I was able to align the progress bars horizontally using a TableRowLayout.

The issue I have now, is the cell widths are very small, is it possible to specify sizing of either the container that has the TableRowLayout, or the cell widths themselves such that they are bigger.

J.D.