[flexcoders] How to display message in empty Tree component

2008-10-17 Thread Mark Carter
I'm using a Tree component with a dataProvider set using an XML object. Also showRoot=false. If I set using a childless XML object then one item is shown in the tree. That's a bit weird but it sort of allows me a way to display my message (using labelFunc) to No items. But then I have to be

RE: [flexcoders] How to display message in empty Tree component

2008-10-17 Thread Tracy Spratt
I'd use a ViewStack. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Carter Sent: Friday, October 17, 2008 6:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to display message in empty Tree component I'm