in reply to Re^2: ItemStyle causing high memory consumption
in thread ItemStyle causing high memory consumption
I'm sorry I can't help you further, maybe some Object Oriented monk can help you, but I'm totally non-OO in my thinking style. :-)sub ClassInit { my ($class, $mw) = @_; $class->SUPER::ClassInit($mw); $mw->optionAdd("*tree*font", $text_font); $mw->optionAdd("*tree*foreground", $fgcolor); return $class; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: ItemStyle causing high memory consumption
by ghosh123 (Monk) on Apr 17, 2012 at 02:28 UTC | |
by zentara (Cardinal) on Apr 17, 2012 at 11:01 UTC |