I've built a complex GUI using TableMatrix in the past. However this program went End of Life a few years back and source code is archived on a CD somewhere. I did have some fancy left click, right click with drop down action menu of user features for a selected line.

My first challenge in helping you is to get TableMatrix installed on my current 64 bit Windows, Active State Perl. I looked at the Active State Build Matrix: https://code.activestate.com/ppm/Tk-TableMatrix/ The issue appears to be:

Can't locate Tk/MMtry.pm in @INC (you may need to install the Tk::MMtr +y module) (@INC contains: C:/cpanfly-5.24-64/var/megalib C:/Perl-5.24 +-64/site/lib C:/Perl-5.24-64/lib) at ./myConfig line 7. BEGIN failed--compilation aborted at ./myConfig line 7. Compilation failed in require at Makefile.PL line 19. BEGIN failed--compilation aborted at Makefile.PL line 23. Warning: No success on command[C:\Perl-5.24-64\bin\perl.exe Makefile.P +L] CERNEY/Tk-TableMatrix-1.23.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- NOT OK Finished 2016-09-09T08:09:09
I've never built a .ppd myself or installed directly from CPAN to an Active State Perl installation. Advice from other Monks would be appreciated!

So, I'd like for some Monks to help me help you.
Everything you want to do with TableMatrix is possible and even more.

Can you generate a small self contained runnable program using TableMatrix? So that we can focus on the selection and mouse issues?


In reply to Re: Retrieving selections from Tk:TableMatrix by Marshall
in thread Retrieving selections from Tk:TableMatrix by chungley2000

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.