http://www.perlmonks.org?node_id=482144


in reply to a single click in a text box

Have you tried ButtonRelease-1? It seems to work here:

$listbox-> bind ('<ButtonRelease-1>',\&getNumFlow);

He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.
Chady | http://chady.net/
Are you a Linux user in Lebanon? join the Lebanese GNU/Linux User Group.

Replies are listed 'Best First'.
Re^2: a single click in a text box
by moked (Beadle) on Aug 09, 2005 at 10:30 UTC
    The ButtonRelease-1 does work here as well.
    I don't know why it doesn't appear on the black book.
    strange isn't it??