Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Perl/Tk grid geometry manager padding things I don't want it to

by JPaul (Hermit)
on Feb 10, 2002 at 00:43 UTC ( [id://144420]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl/Tk grid geometry manager padding things I don't want it to
in thread Perl/Tk grid geometry manager padding things I don't want it to

Well heck,
That was a brilliant suggestion, and sure enough, it works real slick.
for(my $x = 0; $x <= 9; $x++) { for(my $y = 0; $y <= 9; $y++) { my $ttile = $MW->Photo(-file => "./tiles/brick.xpm"); $canvas->createImage(32 * $x, 32 * $y, -image => $ttile); } }
Good thinking {NULE} and much appreciated.

JP,
-- Alexander Widdlemouse undid his bellybutton and his bum dropped off --

  • Comment on Re: Re: Perl/Tk grid geometry manager padding things I don't want it to
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found