On 10/6/2011 7:25 AM, Matthias Meier wrote:
> Hello,
>
> as far as i unterstand the '-uniform' option, columns (or rows) should
> have the same size as long as the -weight value is the same.
>
(withing the container being managed by grid)
> That means with the following script
>
( Snip example with wigets in 2 different frames )
>
> Is my unterstanding wrong?
yes, the -uniform is for making different columns within the same
container the same size (or strictly proportional to the weight)
You have different containers - get rid of the different frames
and grid all your widgets into a single frame and you will get your
nice alignment.
>
> Can i align the entries as long as they are in seperate frames?
>
yes, by making the widths explicitly the same - the geometry manager
can't manage across separate containers
>
> Thanks,
> Matthias