Re: Color Slidder Bar Button & Panel Face
- To: mathgroup at smc.vnet.net
- Subject: [mg122500] Re: Color Slidder Bar Button & Panel Face
- From: "Chris Degnen" <degnen at cwgsy.net>
- Date: Sun, 30 Oct 2011 04:22:37 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j8gnk1$5fh$1@smc.vnet.net>
To colour the panel you can use Panel or Framed, e.g.
Framed[Manipulate[
Framed[Plot[Sin[x (1 + a x)], {x, 0, 6}, Background -> LightYellow,
ImageMargins -> 10], FrameMargins -> None,
FrameStyle -> Gray], {a, 0, 2}, Paneled -> False],
Background -> LightYellow, FrameMargins -> Large, FrameStyle -> Gray]
Bill wrote:
>
> Hi:
>
> I have the following plot:
>
> Manipulate[Plot[Sin[x(1+a x)],{x,0,6},Background->LightYellow],{a,0,2}]
>
> How can I color the slidder bar button?
>
> How can I color the panel face?
>
> Work-arounds are welcome.
>
>
> Thanks,
>
> Bill
>