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

Re^3: How do I destroy a control after its creation in wxPerl?

by Anonymous Monk
on May 12, 2011 at 08:43 UTC ( [id://904318]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub button_click {
        $hit++;     
        warn "hit $hit ";
    ...
        }    
        warn "[\n", map({ "\t$_,\n" } $status->GetChildren ), "\] ";
    }
    
  2. or download this
    $ perl wx.904074.event.pl
    hit 2  at wx.904074.event.pl line 34.
    [
    ...
            Wx::StaticText=HASH(0xed4c44),
    ]  at wx.904074.event.pl line 46.
    hit 8  at wx.904074.event.pl line 34.
    

Log In?
Username:
Password:

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

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

    No recent polls found