MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
> 



  • Prev by Date: Re: DiffMaps package
  • Next by Date: Re: FYI, Tally is still broken.
  • Previous by thread: Manipulate: Positioning of controls within panel
  • Next by thread: Re: Manipulate: Positioning of controls within panel