in reply to Problem in row deletion with Tk::Table

what file/function? cutdown demonstration? :)
  • Comment on Re: Problem in row deletion with Tk::Table

Replies are listed 'Best First'.
Re^2: Problem in row deletion with Tk::Table
by emilbarton (Scribe) on Aug 30, 2013 at 07:12 UTC
    For instance:
    UPDATE: see the 'standalone' example below.
      I had a look at csgrouper.pl, sorry, that is way too much code (7k lines). Here is the idea
      #!/usr/bin/perl -- use strict; use warnings; use Tk; my $mw = tkinit; my $Section_tblw = $mw->Table( ... 20 lines or less MainLoop;

      If you can get it down to 20 lines + boilerplate, we might make some progress

        Here's your standalone:
        UPDATE: using choroba's solution in Table constructor, doesn't change the issue.