On Mon, 6 Jun 2005, Sensei wrote: > ----- Original Message ----- > From: "Fritsch Alexander" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, June 06, 2005 11:54 AM > Subject: AW: [MUI] String-gadgets, Labels and alignment > > > Well, how to explain... > > If I create for instance two horizontal groups and put a label and three > > input fields into each group than the layout > depends on the textlength of the label. > > > > I made another picture and attached it to this mail to illustrate what > > would happen in that case. The GUI looks ugly > as the input fields are not aligned like a table... > > Try this: > > GroupObject, > MUIA_Group_Columns, 4, > MUIA_Group_Rows, 2,
I guess, one of these tags is enough. Either MUIA_Group_Columns or MUIA_Group_Rows should suffice, because the other size will be determined from the total number of children. ------------------------ Yahoo! Groups Sponsor --------------------~--> What would our lives be like without music, dance, and theater? Donate or volunteer in the arts today at Network for Good! http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
