[flexcoders] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Graham Weldon
Hey everyone, To be honest, I've not completely read the changes since Beta2, but thought I would ask: Has the ability to individually set icons for tree nodes been made available? If not, is it a feature that is planned for inclusion with Flex 2.0? To clarify: Can I set a specific icon per

RE: [flexcoders] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Jason Hawryluk
enough. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Graham Weldon Envoyé : mercredi 10 mai 2006 12:00 À : flexcoders@yahoogroups.com Objet : [flexcoders] mx:Tree control icon setting (f2b3) Hey everyone, To be honest, I've

RE: [flexcoders] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Jason Hawryluk
2006 15:45 À : flexcoders@yahoogroups.com Objet : RE: [flexcoders] mx:Tree control icon setting (f2b3) I use the iconFunction. Embed the images. You can change it this way dependant on any attribute you want. mx:Script ![CDATA[ private function getIconForNode(item:Object):Class{ var

RE: [flexcoders] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Jason Hawryluk
: RE: [flexcoders] mx:Tree control icon setting (f2b3) I use the iconFunction. Embed the images. You can change it this way dependant on any attribute you want. mx:Script ![CDATA[ private function getIconForNode(item:Object):Class{ var iconSymbol:String = [EMAIL PROTECTED]; if (iconSymbol