in reply to Perl/Tk Mouse wheel support

for HList and the Tree derivative you can't use the yviewScroll(...) method to mean yview('scroll', ...)
You must use the yview('scroll', ...) form:
$tree->bind("<Button-4>", sub { $tree->yview('scroll',1,"units") } +); $tree->bind("<Button-5>", sub { $tree->yview('scroll',-1,"units") +});

Replies are listed 'Best First'.
Re: Re: Perl/Tk Mouse wheel support
by mitd (Curate) on Aug 11, 2001 at 03:09 UTC
    'Holy LED Sparks!'

    you da man/women/person!

    mitd passes Ven'Tatsu beer while he happly wheels his way through Newest Nodes.

    mitd-Made in the Dark
    'My favourite colour appears to be grey.'