
gawron25
New User
Sep 11, 2012, 5:08 PM
Post #1 of 1
(567 views)
|
|
Can't upgrade LVALUE
|
Can't Post
|
|
wanted bytearray Can't upgrade LVALUE (10) to 7 at H:/Perl/site/lib/Tk/Image.pm line 21. What mean that error? ////////// LoadImages(); my $bg = $MainWindow->Photo( -data => $ImageData{'idbg'}, -format=>'png' ); my $close = $MainWindow->Photo( -data => $ImageData{'idc'}, -format=>'png' ); my $close_hover = $MainWindow->Photo( -data => $ImageData{'idch'}, -format=>'png' ); my $start_off = $MainWindow->Photo( -data => $ImageData{'idso'}, -format=>'png' ); my $start = $MainWindow->Photo( -data => $ImageData{'ids'}, -format=>'png' ); my $start_hover = $MainWindow->Photo( -data => $ImageData{'idsh'}, -format=>'png' ); //////////////// when i remove {"txt"} the app can be compiled but non of images are showed.
(This post was edited by gawron25 on Sep 11, 2012, 5:11 PM)
|