MathGroup Archive 2010

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

Search the Archive

Re: Need larger window for Manipulate Slider Control

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108514] Re: Need larger window for Manipulate Slider Control
  • From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
  • Date: Sun, 21 Mar 2010 02:06:15 -0500 (EST)
  • References: <ho1ud2$hfu$1@smc.vnet.net>

Would a value label at the right side of the slider work for you?

Manipulate[x, {x, 0, 10^6, Appearance -> "Labeled"}] does that.

Cheers -- Sjoerd

On Mar 20, 9:44 am, MtnFlyer <james.gr... at qdaxengineering.com> wrote:
> The values of the parameters I'm using for the sliders are getting
> truncated in the standard windows.  I need larger ones.  I think
> ControlsRendering might hold the key, but I can't get the right stuff
> wrapped in the Style command.  Please see image athttp://www.qdaxengineering.com/manipulate.jpg



  • Prev by Date: Re: Peculiar output from Union ?
  • Next by Date: Re: Peculiar output from Union ?
  • Previous by thread: Re: real and imaginary part of a complex number
  • Next by thread: Re: Need larger window for Manipulate Slider Control