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

Tk::Entry not updating when textvariable changes.

by jdtoronto (Prior)
on Oct 16, 2006 at 21:53 UTC ( [id://578602]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub draw {
      my $self = shift;
    ...
      $self->{subnb_p1} = $self->{_subnb}->add( 'page1', -label => 'Prepar
    +e email message' );
      $self->_draw_subnb_p1();
    }
    
  2. or download this
    sub _draw_subnb_p1 {
      my $self = shift;
    ...
        );
    
    }
    
  3. or download this
    sub _getImportFile {
      my $self = shift;
    ...
      print Dumper $::cini_global;
      $self->{_mw}->update();
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 21:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found