Re: Possible bug in ListAnimate[] or Manipulate[] v6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg85278] Re: Possible bug in ListAnimate[] or Manipulate[] v6.0
- From: mdp181 at gmail.com
- Date: Tue, 5 Feb 2008 06:02:40 -0500 (EST)
- References: <fo19tv$g1a$1@smc.vnet.net> <fo6hss$rd8$1@smc.vnet.net>
I can still reproduce it from a fresh session. I am using the 32bit
Windows XP version 6.0. Since others with newer versions are saying
that it is fixed I'll assume it will go away when I upgrade. Until
then I will just Clear[i] before I animate. Thanks for the replies!
The complete in/out was as follows:
In[1]:= i = 3;
ListAnimate[Table[Plot[Sin[n x], {x, 0, 10}], {n, 5}]]
Manipulate::vsform: Manipulate argument \
{{3,1,},1,<<4>>,AppearanceElements->{ProgressSlider,PlayPauseButton,\
Faster\[Ellipsis]uttons,DirectionButton}} does not have the correct \
form for a variable specification.
Out[2]:= Manipulate[ ***,
{{3,1,},1,5,1,AnimationRate->Automatic,DisplayAllSteps-
>True,AppearanceElements-
>{ProgressSlider,PlayPauseButton,FasterSlowerButtons,DirectionButton}},Contr=
olType-
>Animator,AppearanceElements->None,SynchronousUpdating->True,Method-
>{DynamicCore->False,TemplateExpand->True}]
In[3]:= $Version
Out[3]="6.0 for Microsoft Windows (32-bit) (April 20, 2007)"
Best,
Matthew Pickett
On Feb 4, 12:20=A0am, nigol <dario.butt... at gmail.com> wrote:
> Could not reproduce the error on my system.
> Both expressions worked fine.
>
> In[4]:= $Version
> Out[4]= "6.0 for Microsoft Windows (32-bit) (June 19, 2007)"
>
> Dario