Manipulate: Positioning of controls within panel
- To: mathgroup at smc.vnet.net
- Subject: [mg89583] Manipulate: Positioning of controls within panel
- From: "H Hogreve" <hogreve at ifisr.org>
- Date: Fri, 13 Jun 2008 06:12:55 -0400 (EDT)
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