Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Use Hlist from selection event

by strat (Canon)
on Oct 20, 2007 at 10:20 UTC ( [id://646164]=note: print w/replies, xml ) Need Help??


in reply to Use Hlist from selection event

>> $g2list = $mw -> HList (browsecmd => \&check_uitgever, -columns => 1)

needs a - before browsecmd:

$g2list = $mw -> HList( -browsecmd => \&check_uitgever, -columns => 1 )

Older Tk-Versions don't require the -, but newer ones raise an error if the - is missing.

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found