I think someone got Tabs with a button in it to work for TabNav. Maybe the same plan will work for Accordion
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nathanpdaniel Sent: Monday, August 18, 2008 9:06 AM To: [email protected] Subject: [flexcoders] Accordion Header renderer layout help I'm trying to create an Accordion Header Renderer component (extends Button, implements IDataRenderer) - when I add children to the "createChildren" method - it places them below (maybe behind is a better term) the actual header itself. I'm attempting to add another button and set the hitArea for the header to that button (I want the user to have to click the Button to navigate the Accordion rather than being able to click the entire header). I also want to add some other textual elements, those always end up not visible either. Anyone have any idea how to accomplish this? :D -Nathan D.

