Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Win32::GUI, GUI::Loft and redirecting console output

by maskull (Novice)
on Oct 17, 2012 at 07:53 UTC ( [id://999476]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Tie::Textfield;                        
                                                 
    ...
        my ($self, $text) = @_;                  
        $self->{'control'}->{'-text'} .= $text;  
        }
    
  2. or download this
    sub ::btnButton1_Click {
     defined(my $win = $Win32::GUI::Loft::window{main}) or return(1);
    ...
    $main->Show();
    Win32::GUI::Dialog();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://999476]
Approved by kcott
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-03-29 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found