in reply to Re: Tk::BrowseEntry eats click binding
in thread Tk::BrowseEntry eats click binding
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.
|
|---|