harryC has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,
I was looking at https://github.com/jmlynesjr/wxPerl-Module-Examples/blob/master/wxGridTable.pl which is nearly the same as the example in wx::Demo.
I don't understand where the cells in de grid are filled in in this example. If i try to change a value in the cells (by adding a line Setvalue in de program) it says read only grid.
I can change the row and collumn names.
I would like to use this module but somehow i need to start with a empty grid and understand what is going on.
I googled around but i did not find any explenation how it works.
Can anyone help thks Harry

Replies are listed 'Best First'.
Re: wxGridTable how is the grid filled in
by Anonymous Monk on May 19, 2014 at 01:21 UTC
Re: wxGridTable how is the grid filled in
by Anonymous Monk on May 19, 2014 at 01:23 UTC

    I was looking at https://github.com/jmlynesjr/wxPerl-Module-Examples/blob/master/wxGridTable.pl

    Add this in the frame constructors, gets rid of the annoying popups

    my $logwindow = Wx::LogWindow->new( $self , "title", !!"show" );