MathGroup Archive 2010

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

Search the Archive

Re: Scrolling text: Changing text color, etc.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106877] Re: [mg106777] Scrolling text: Changing text color, etc.
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Mon, 25 Jan 2010 05:10:39 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Even though Paneled and AnimatorElements are not listed options for Animate (and they are highlighted in Red), they nevertheless work (at least on my platform version). This is very fragile since in a future version they could legitimately filter these unsanctioned options. Also, eliminating the appearance of the control requires that the cell be reevaluated for each sequencing of the animation.

$Version

7.0 for Mac OS X x86 (64-bit) (February 19, 2009)

Animate[Row[
  RotateLeft[
   Thread[
    Style[
     Characters["Calculus III, Pg 109   "],
     Bold, Red]],
   cc]],
 {{cc, 0, ""}, 0, 33, 1},
 AnimationDirection -> Forward,
 AnimationRepetitions -> 2.01,
 Paneled -> False,
 AnimatorElements -> None]


Bob Hanlon

---- wdwnorwalk at aol.com wrote: 

=============
 
 

Hi Bob:
 
Thanks.
 
Is there a way to get rid of the animate panel, and just display the  
scrolling text?
 
 
Thanks again,
 
Bill





  • Prev by Date: Re: Using "If" and "NDSolve" together
  • Next by Date: Re: Colormap legend issues
  • Previous by thread: Re: Scrolling text: Changing text color, etc.
  • Next by thread: Re: Scrolling text: Changing text color, etc.