in reply to Re: Win32 Tk::TableMatrix CTRL+c bug?
in thread Win32 Tk::TableMatrix CTRL+c bug?

Thanks JediWizard! What version of Tk are you using on perl 5.8.4 and what build number is that (of perl that is)?

I've tried with perl 5.8.3 build 809, which comes with Tk 800.024, and installed Tk::TableMatrix with ppm-utility and then everything worked ok. Problem is I need some other Tk-Widgets too, for instance Tk::JPEG. This won't install with ppm..So when I installed this with the CPAN-module it automatically upgraded Tk to 803.027..

With Tk 803.027 Tk::TableMatrix won't even run when installed with the ppm-util.

When I then afterwards tried to manually install Tk::TableMatrix from CPAN everything seem to work fine, except for the before mentioned problem with CTRL+c etc..

Then tried with latest version of perl from Activestate, 5.8.4 build 810 and installed TableMatrix with ppm - then same problem as with perl 5.8.3 - would not compile..Got this error msg:

Had to create Tk::XlibVtab unexpectedly at C:/Perl/lib/DynaLoader.pm line 253. 2be4fb8 is not a hash at C:/Perl/site/lib/Tk/Widget.pm line 190.

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

What a mess..Is there any way to get specific widgets (Tk::JPEG etc) for perl 5.8.3-809 without having to upgrade to latest version of Tk?

update:
-Version number correction.

  • Comment on Re^2: Win32 Tk::TableMatrix CTRL+c bug?

Replies are listed 'Best First'.
Re^3: Win32 Tk::TableMatrix CTRL+c bug?
by ldln (Pilgrim) on Sep 19, 2004 at 03:35 UTC
    Ok..finally sorted out this mess..
    Went back to perl 5.8.3 build 809 and Tk 800.024, installed Tk::TableMatrix with ppm and found .ppd file for installing Tk::JPEG after searching in google..

    For those interested in installing Tk::JPEG on windows with perl 5.8, with ppm, type:

    ppm install http://theoryx5.uwinnipeg.ca/ppms/Tk-JPEG.ppd

    Confirmed working (Tk::JPEG, that is), btw..:)
    Problem solved..for now...

Re^3: Win32 Tk::TableMatrix CTRL+c bug?
by Courage (Parson) on Sep 19, 2004 at 06:38 UTC
    Tk 823.024 ?