This image is animated one and it runs successfully in IE.#!/usr/bin/perl use warnings; use strict; use Tk; my $mw = MainWindow->new; my $image = $mw->Photo(-file => 'C:/wamp/bin/Perl/bin/ajax_loader.gif' +); $mw->Label(-image=>$image)->pack; $mw->MainLoop;
In reply to How to put animated GIF in a perl GUI created using Tk by jack123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |