Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^4: Question about embedded Tk::Canvas

by emilbarton (Scribe)
on Nov 20, 2013 at 19:17 UTC ( [id://1063581]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Question about embedded Tk::Canvas
in thread Question about embedded Tk::Canvas

I have also a loop to destroy canvases in refresh, it might be faulty:

for (my $n = 0; $n < $Maxobj; $n++ ){ my $canvas = $CstObj->{'matrix'}->windowDelete("$n,1"); } ## should delete embedded widgets in canvas track too (I hope).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-03-19 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found