Re: Manipulate: Positioning of controls within panel
- To: mathgroup at smc.vnet.net
- Subject: [mg89589] Re: [mg89583] Manipulate: Positioning of controls within panel
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 14 Jun 2008 05:28:18 -0400 (EDT)
- Reply-to: hanlonr at cox.net
This approximates what you asked for Row[Manipulate[#, {#, {True, False}}] & /@ {a1, a2, a3}] Bob Hanlon ---- H Hogreve <hogreve at ifisr.org> wrote: > Probably it is not a difficult task, but unfortunately > I cannot figure out how to place two (or more) controls > into the same line in the panel of manipulate. For example, > in > > Manipulate[{a1, a2}, {a1, {True, False}}, {a2, {True, False}}] > > it certainly makes sense to have the two Checkboxes > aligned in one horizontal line. But, while outside > manipule the command > > Row[Table[Checkbox[], {i, 1, 2}]] > > yields two Checkboxes in a line, I did not succeed making > something similar work in manipulate. > Any help will be appreciated. > > Many thanks in advance, H. Hogreve >