Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Tk::Photo and copy method

by didier (Vicar)
on Aug 02, 2003 at 10:40 UTC ( [id://280266]=note: print w/replies, xml ) Need Help??


in reply to Re: Tk::Photo and copy method
in thread Tk::Photo and copy method

I have found the problem.

An empty photo object must be set without explicit
descriptor, nor image tags.
So in the main window, the line:
my $image = $label ->Photo('image', -height => 10, -width => 10, -format=>'XPM');
become:
my $image = $label ->Photo( -height => 10, -width => 10);
Nice day for you all!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://280266]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-03-19 11:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found