MathGroup Archive 2012

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

Search the Archive

Re: Lining Up Checkboxes in Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127551] Re: Lining Up Checkboxes in Manipulate
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Fri, 3 Aug 2012 04:18:00 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20120802085222.5E63C688F@smc.vnet.net>

Manipulate[
 Column[{
    a && b && c && d,
    e*f}],
 Row[{
   Control[{a, {True, False}}],
   Control[{b, {True, False}}],
   Control[{c, {True, False}}],
   Control[{d, {True, False}}],
   Control[{{e, .5}, 0, 1,
     Appearance -> "Labeled",
     ImageSize -> Tiny}]
   }],
 {{f, .5}, 0, 1, Appearance -> "Labeled"}]


Bob Hanlon


On Thu, Aug 2, 2012 at 4:52 AM, Gregory Lypny
<gregory.lypny at videotron.ca> wrote:
> Hello everyone,
>
> Is there a way to line up three or four checkboxes horizontally in the control section of a Manipulate to save space?
>
> Gregory
>



  • Prev by Date: Re: Using Workbench to debug Compile[] ??
  • Next by Date: Re: Partial derivative function definitions
  • Previous by thread: Lining Up Checkboxes in Manipulate
  • Next by thread: Using Workbench to debug Compile[] ??