Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Follow-up on wimpy GUI search script...

by TheoPetersen (Priest)
on Jul 10, 2001 at 22:54 UTC ( [id://95426]=note: print w/replies, xml ) Need Help??


in reply to Follow-up on wimpy GUI search script...

It dies because you call get_cb_values at line 63 without the program's interface actually running yet. How do you want that to work?

I changed that line as follows, and the interface comes up, apparently ready to search:

my $s_button = $mw->Button(-text => 'Search', -command => sub{search(g +et_cb_values())} );
Now the routine isn't called until the button is clicked.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (9)
As of 2024-04-23 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found