MathGroup Archive 2011

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

Search the Archive

Re: AppearanceElements

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122227] Re: AppearanceElements
  • From: A Retey <awnl at gmx-topmail.de>
  • Date: Fri, 21 Oct 2011 06:25:21 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <j7p1qb$5kg$1@smc.vnet.net>

Am 20.10.2011 13:48, schrieb Laszlo Sturmann:
> Hi,
>
> Does anyone know how to specify which  button will be shown in the
> following example?
>
> Manipulator[0.5, Appearance->'"Open", AppearanceElement->{..?..}]
>
> Ho do I refer to the individual buttons?

straight from the documentation of Manipualtor there is this list:

Manipulator[0.5, Appearance -> "Open",
  AppearanceElements -> {"InputField", "StepLeftButton",
    "PlayPauseButton", "StepRightButton", "FasterSlowerButtons",
    "DirectionButton"}]

remove whichever you are not interested in...

hth,

albert



  • Prev by Date: Re: AppearanceElements
  • Next by Date: R: AppearanceElements
  • Previous by thread: Re: AppearanceElements
  • Next by thread: Changing PlotLabel position