MathGroup Archive 2012

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

Search the Archive

Re: Turning Autorun Off

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126116] Re: Turning Autorun Off
  • From: A Retey <awnl at gmx-topmail.de>
  • Date: Thu, 19 Apr 2012 03:52:41 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jmls64$jff$1@smc.vnet.net>

Hi,

>
> Is there a way to disable the autorun option such that the button does not display in an embedded html CDF?
>
> Thanks,
>
> Scott

Manipulate[x, {x, 0, 1}, AppearanceElements -> None]

there are some additional possibilities for values of 
AppearanceElements, see the documentation of Manipulate for details.

hth,

albert



  • Prev by Date: convolution involving UnitStep
  • Next by Date: different ticks (but relationed)
  • Previous by thread: Re: Turning Autorun Off
  • Next by thread: Embedded HTML CDF rendered as grey box.