in reply to Re: Tk::BrowseEntry eats click binding
in thread Tk::BrowseEntry eats click binding

...please post the rest of the code so we can see what its doing.

The example program I posted is complete. It just shows that the binding is overridden. You can try it by running the program and clicking on the window -- no callback. If you move the binding to after the lines where the BrowseEntry is created, the callback will work.

The second one-line snippet is from the Tk::BrowseEntry code itself, which is on CPAN.

  • Comment on Re: Re: Tk::BrowseEntry eats click binding