Thread Bitmap im Label anzeigen?: Perl-TK (14 answers)
Opened by Schlampie at 2003-09-03 19:02

havi
 2003-09-04 11:53
#42563 #42563
User since
2003-08-04
2036 Artikel
BenutzerIn
[Homepage]
user image
[quote=Robby,04.09.2003, 08:41]
Code: (dl )
1
2
3
4
use Tk::Photo;

my  $pic_source = $mw->Photo(-file => "d:/fortschritt/Logo/logo.bmp");  
$mw->Label(-image => $pic_source)->pack();


so sollte es dann tun :)[/quote]
... oder strat's Variante!

Code (perl): (dl )
$mw->Label(-bitmap => '@/usr/mybitmap/Logo');
\n\n

<!--EDIT|havi|1062662072-->

View full thread Bitmap im Label anzeigen?: Perl-TK