Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: ItemStyle causing high memory consumption

by ghosh123 (Monk)
on Apr 16, 2012 at 16:18 UTC ( [id://965348]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $style1 = $tree-> ItemStyle ('text', -anchor => 'w', -font => 'Time
    +s 12',-justify => 'right');
    
    $tree->ItemConfigure($self->treeEntryPath, $self->columnNo(), -text =>
    + $result , -style => $style1 )
    
  2. or download this
    my $style2 = $tree->ItemStyle ('text', -anchor => 'e', -font => 'Couri
    +er 16' -foreground => 'red', -justify => 'left');
    
    
    $tree->ItemConfigure($self->treeEntryPath, $self->columnNo(), -text =>
    + $name , -style => $style2 )
    
  3. or download this
    $style1 = $baseObject->getItemStyle($tree, 'text',-anchor =>'nw', -fg 
    +=> 'red');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://965348]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found