RE: [flexcoders] Manipulating tree label programmatically

2007-09-26 Thread Alex Harui
You can subclass TreeItemRenderer and do those things in updateDisplayList From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nhid Sent: Wednesday, September 26, 2007 7:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Manipulating

Re: [flexcoders] Manipulating tree label programmatically

2007-09-26 Thread nhid
I'm sorry, I misinterpreted the requirements. The labels should display with # or bold if they meet a particular condition when the tree is being populated, not when the item is clicked. Alex, I'm not using TreeItemRenderer, just the tree control. On 9/26/07, Alex Harui [EMAIL PROTECTED]

RE: [flexcoders] Manipulating tree label programmatically

2007-09-26 Thread Tracy Spratt
, 2007 1:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Manipulating tree label programmatically I'm sorry, I misinterpreted the requirements. The labels should display with # or bold if they meet a particular condition when the tree is being populated, not when the item is clicked