Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

TK grid

by Lhamo_rin (Friar)
on Jul 01, 2003 at 10:57 UTC ( [id://270440]=perlquestion: print w/replies, xml ) Need Help??

Lhamo_rin has asked for the wisdom of the Perl Monks concerning the following question:

When using grid for geometry management in TK is it possible to set the -column and -width with a variable rather than an integer? For example, can I do something like this...
-column => ($i), rather than -column => 5,
Lhamo_rin

Replies are listed 'Best First'.
Re: TK grid
by zby (Vicar) on Jul 01, 2003 at 11:02 UTC
    Yes - but without the parenthesis:
    -column => $i,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 22:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found