spx2 has asked for the wisdom of the Perl Monks concerning the following question:
I've made a TixGrid containing Text as well as some buttons.
I want to refresh it.So i use unset on each cell or delteColumns($_) foreach 0..10 to be able to delete all the content from the TixGrid.
The problem is, that when I fill the table again with the same data , the script crashes.
I have tried to isolate the problem , but I wasn't able to. The crash differs from one run to another run.
I am pretty sure Tk does something wrong,because I get SEGFAULT.
I need to know how to properly clean up a TixGrid ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk TixGrid Refresh crash
by zentara (Cardinal) on Aug 23, 2007 at 15:36 UTC | |
by spx2 (Deacon) on Aug 24, 2007 at 09:49 UTC | |
|
Re: Tk TixGrid Refresh crash
by vkon (Curate) on Aug 24, 2007 at 05:58 UTC | |
by Anonymous Monk on Mar 21, 2008 at 09:51 UTC |