Thread GIF-Animation einbetten (9 answers)
Opened by Froschpopo at 2005-04-04 20:43

Froschpopo
 2005-04-04 20:43
#43175 #43175
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Ich binde ein GIF ein:
Code: (dl )
1
2
3
4
5
my $img = $config{MainWindow}->Photo();
$img->configure(-file => "add.gif");
$bottom->Label(
-image => $img,
)->pack();

Eigentlich handelt es sich um eine Animation, unter Tk steht das Bild jedoch still. Warum?

View full thread GIF-Animation einbetten