hi,
i have a tree in flex 1.5
how do i set a specific node to be bold?
i need 2 methods - 1: by the node name.  2: by node location in tree.

for the first - is it possible to do this with labelFunction?
tried this without success (it returns the <b> as text):
function lblFunk(item:Object) : String{
 if(item.getProperty('label')=="First"){
  return "<b>"+item.getProperty('label')+"</b>";
 }
}

is there a way to do those without a cell renderer?





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to