home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _da1980ffcf4a93971f0a42606d915563 < prev    next >
Text File  |  2000-03-23  |  2KB  |  78 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Animation - Display sequence of Tk::Photo images</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Tk::Animation - Display sequence of Tk::Photo images</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#bugs">BUGS</A></LI>
  26. </UL>
  27. <!-- INDEX END -->
  28.  
  29. <HR>
  30. <P>
  31. <H1><A NAME="name">NAME</A></H1>
  32. <P>Tk::Animation - Display sequence of Tk::Photo images</P>
  33. <P>
  34. <HR>
  35. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  36. <UL>
  37. <LI>Linux</LI>
  38. <LI>Solaris</LI>
  39. <LI>Windows</LI>
  40. </UL>
  41. <HR>
  42. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  43. <PRE>
  44.   use Tk::Animation
  45.   my $img = $widget->Animation('-format' => 'gif', -file => 'somefile.gif');</PRE>
  46. <PRE>
  47.   $img->start_animation($period);
  48.   $img->stop_animation;</PRE>
  49. <PRE>
  50.   $img->add_frames(@images);</PRE>
  51. <P>
  52. <HR>
  53. <H1><A NAME="description">DESCRIPTION</A></H1>
  54. <P>In the simple case when <CODE>Animation</CODE> is passed a GIF89 style GIF with
  55. multiple 'frames', it will build an internal array of <CODE>Photo</CODE> images.</P>
  56. <P><CODE>start_animation($period)</CODE> then initiates a <CODE>repeat</CODE> with specified <EM>$period</EM>
  57. to sequence through these images.</P>
  58. <P><CODE>stop_animation</CODE> cancels the <CODE>repeat</CODE> and resets the image to the first
  59. image in the sequence.</P>
  60. <P>The <CODE>add_frames</CODE> method adds images to the sequence. It is provided
  61. to allow animations to be constructed from separate images.
  62. All images must be <CODE>Photo</CODE>s and should all be the same size.</P>
  63. <P>
  64. <HR>
  65. <H1><A NAME="bugs">BUGS</A></H1>
  66. <P>The 'period' should probably be a property of the Animation object
  67. rather than specified at 'start' time. It may even be embedded
  68. in the GIF.</P>
  69. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  70. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  71. <STRONG><P CLASS=block> Tk::Animation - Display sequence of Tk::Photo images</P></STRONG>
  72. </TD></TR>
  73. </TABLE>
  74.  
  75. </BODY>
  76.  
  77. </HTML>
  78.