Leser: 1
|< 1 2 >| | 17 Einträge, 2 Seiten |
$table_hl->indicator('create', $eintragnr, -itemtype => 'image', -image => $mw->Getimage('plus'));
unknown pixmap ID "tilde" at C:/Perl588/lib/Tk/Image.pm line 21.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
use Tk;
$top = new MainWindow;
for my $pixmap (qw(
act_fold
file
folder
info
minus
minusarm
no_entry
openfold
plus
plusarm
srcfile
textfile
warning
)) {
$top->Label(-image => $top->Getimage($pixmap))->pack;
}
MainLoop;
perl -nle '/DefinePixmap.*Tk_GetUid\("(.*?)"/ && print $1' tixBitmaps.h
$Ereignis_Frame->Photo( 'img', -file => 'bilder\00000004.JPG', -format => 'jpg' )->place( -x => 0, -y => 0, -height => 16, -width => 160);
image file format "jpg" is not supported at C:/Perl588/lib/Tk/Image.pm line 21.
1
2
bad window path name "-x" at C:\Dokumente und Einstellungen\Kai\Desktop\Aufas2 0
.1\Verwaltung.pl line 558.
|< 1 2 >| | 17 Einträge, 2 Seiten |