Nicola Pero <[email protected]> writes: > On 3 Jul 2010, at 23:11, Paul Chany wrote: > >> I'm trying to use two grids which are one under the other: >> grid_2 (|||||) should be under the grid_1 (| | |): >> >> | | | >> ||||| >> > There are two changes you need to do: > > * a <box> tag (NSBox) can contain a single object. If you want more > objects in it, stacked vertically, you need to use a <vbox> inside it. > So, in your case, instead of > <box><grid>...</grid><grid>...</grid></box> you need to use > <box><vbox><grid>...</grid><grid>...</grid></vbox></box>
Thank you, that solve my problem. One question about <box> tag: why isn't there in the Renaissance manual about <box> tag but only <hbox> and <vbox> tags? > * in your second <grid> object, the <gridRow> tags are missing ;-) Indeed. Sorry. > You can have as many grids as you want, either separate or nested. Thanks! -- Regards, Paul Chany You can freely correct my English. http://csanyi-pal.info _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
