in reply to Re: Tk::TableMatrix Memory Usage
in thread Tk::TableMatrix Memory Usage
Luckily both clearTags and windowDelete methods seem to behave properly regarding memory usage.
zentara, you can use this trick to force update of TableMatrix widget:
sub TMRefresh { #Required input TableMatrix object. return if (!$_[0]); $_[0]->configure(-padx =>($_[0]->cget(-padx))); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Tk::TableMatrix Memory Usage
by zentara (Cardinal) on Nov 10, 2005 at 12:46 UTC |