in reply to Re^3: Stop mouse wheel from moving charts up/down Tk::Scrolled
in thread Stop mouse wheel from moving charts up/down Tk::Scrolled

I don't use this on a win32 system. It is purely designed to run on Linux. I've shrunk the database: http://pashanoid.ru/code/wind.db and code is http://pashanoid.ru/code/chart.pl these should be in same directory. When the charts are rendered and you hover your mouse over one of the charts and move the mouse wheel, that particular chart will move up or down. How on earth do I stop this???
  • Comment on Re^4: Stop mouse wheel from moving charts up/down Tk::Scrolled

Replies are listed 'Best First'.
Re^5: Stop mouse wheel from moving charts up/down Tk::Scrolled
by thundergnat (Deacon) on Jan 23, 2012 at 17:33 UTC

    Did you look at / try the code I posted the the previous node? Particularly the code I added to the render{} subroutine so it would work under Linux?

    If you download that script and test it, does it act as you would expect? It does for me.