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.


In reply to Re^2: Win32 Tk::TableMatrix CTRL+c bug? by ldln
in thread Win32 Tk::TableMatrix CTRL+c bug? by ldln

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.