Re: Need larger window for Manipulate Slider Control
- To: mathgroup at smc.vnet.net
- Subject: [mg108563] Re: Need larger window for Manipulate Slider Control
- From: James Greer <james.greer at qdaxengineering.com>
- Date: Tue, 23 Mar 2010 04:24:34 -0500 (EST)
Thanks very much, Bob. That's exactly what I needed. --Jim
On Sat, Mar 20, 2010 at 6:50 AM, Bob Hanlon <hanlonr at cox.net> wrote:
>
> Column[{
> Manipulate[Plot[x^a, {x, 0, 1}],
> {a, 1, 5, Appearance -> "Labeled"}],
> Manipulate[Plot[x^a, {x, 0, 1}],
> {a, 1, 5, Appearance -> "Labeled",
> ImageSize -> Large}],
> Manipulate[Plot[x^a, {x, 0, 1},
> ImageSize -> 400],
> {a, 1, 5, Appearance -> "Labeled",
> ImageSize -> Large}]}]
>
>
> Bob Hanlon
>
> ---- MtnFlyer <james.greer 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 at
> http://www.qdaxengineering.com/manipulate.jpg
>
>