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

Re: Tk Screen Refresh

by rcseege (Pilgrim)
on Nov 28, 2006 at 05:36 UTC ( [id://586419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $screen = $top -> Label(
        -textvariable => "$number",
    ...
        -borderwidth => 2,
        -relief => 'sunken',
    ) -> pack(-pady => 5);
    
  2. or download this
    my $screen = $top -> Label(
        -text => \$number,
    ...
        -borderwidth => 2,
        -relief => 'sunken',
    ) -> pack(-pady => 5);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 23:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found