in reply to Re^2: scrolling MListbox in Perl/tk
in thread scrolling MListbox in Perl/tk

You probably don't want to hear this, but your code works fine for me on linux, with Tk-804.027 The column sorting works just fine. Maybe you need to upgrade?

I'm not really a human, but I play one on earth CandyGram for Mongo

Replies are listed 'Best First'.
Re^4: scrolling MListbox in Perl/tk
by vortmax (Acolyte) on Jul 16, 2008 at 20:12 UTC
    that was it...

    I checked my versions of perl and Tk and both were brand spankin new, but but apparently my version of MListbox was old. I'm trying to remember where I got it now, as the one I manually downloaded from CPAN and installed is working.
Re^4: scrolling MListbox in Perl/tk
by Anonymous Monk on Sep 02, 2008 at 22:08 UTC
    I'm seeing similar errors on Solaris 5.10 i86, with Perl 5.8.8, Tk-804.027 and MListbox 1.11. According to CPAN 1.11 is the latest version. Any known limitation for Solaris x86?
    Thanks
    Patricia
        I found the fix on the activestate forum:
        Go into the MListbox code, and replace all references of

        $w->can('SUPER::

        with

        $w->can('Tk::Listbox::