in reply to Perl-Tk MouseWheel support for Scale

I've not looked much at your code, but if you need wheel binding, you should

use Tk::DynaMouseWheelBind Tk::DynaMouseWheelBind for all your wheel binding needs ...

its came from an old book, posted at Re: Perl-Tk MouseWheel and Pane, but never on cpan ... weird

  • Comment on Re: Perl-Tk MouseWheel support for Scale ( Tk::DynaMouseWheelBind )

Replies are listed 'Best First'.
Re^2: Perl-Tk MouseWheel support for Scale ( Tk::DynaMouseWheelBind )
by perltux (Monk) on Mar 06, 2015 at 18:02 UTC
    Thanks, I will look into your module but I was hoping that all I needed for this was one or two lines, just like for Linux/Unix where two simple bindings are all that's needed.

      thanks i'll look at it later ... one two lines ...

      But the entire purpose of that module is to add those one/two lines for you, so you don't have to ... UTSL or use the module :)