<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using complex headers with the Flex Accordion</title>
	<atom:link href="http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/</link>
	<description>A blog about Adobe Flex</description>
	<pubDate>Fri, 21 Nov 2008 06:59:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Gady</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-189024</link>
		<dc:creator>Gady</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-189024</guid>
		<description>How can I gain access to each individual checkbox in the Accordion headers? I can use one function to handle the Change event, but how can I say "If a specific checkbox was changed, do something"? Thanks.</description>
		<content:encoded><![CDATA[<p>How can I gain access to each individual checkbox in the Accordion headers? I can use one function to handle the Change event, but how can I say &#8220;If a specific checkbox was changed, do something&#8221;? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xleon</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-182030</link>
		<dc:creator>xleon</dc:creator>
		<pubDate>Tue, 23 Sep 2008 13:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-182030</guid>
		<description>Ups, it´s just the "headerHeight" property of the Accordion</description>
		<content:encoded><![CDATA[<p>Ups, it´s just the &#8220;headerHeight&#8221; property of the Accordion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xleon</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-182013</link>
		<dc:creator>xleon</dc:creator>
		<pubDate>Tue, 23 Sep 2008 12:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-182013</guid>
		<description>Hi, how can I change the header height?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, how can I change the header height?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-171797</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 10 Sep 2008 21:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-171797</guid>
		<description>I am having the same issue Ally described: I have an image in CanvasButtonAccordionHeader that I want to show/hide based on which accordion child is selected (currently selected child shows the image) and can not figure out how to bubble up an event {typical pattern, coming from the DOM/JS world would be hide all, then show the current one}. I can do things to the accordion and its children from within the CanvasButtonAccordionHeader but can't get into CanvasButtonAccordionHeader from anywhere else. Halp?!</description>
		<content:encoded><![CDATA[<p>I am having the same issue Ally described: I have an image in CanvasButtonAccordionHeader that I want to show/hide based on which accordion child is selected (currently selected child shows the image) and can not figure out how to bubble up an event {typical pattern, coming from the DOM/JS world would be hide all, then show the current one}. I can do things to the accordion and its children from within the CanvasButtonAccordionHeader but can&#8217;t get into CanvasButtonAccordionHeader from anywhere else. Halp?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DgtlMonk</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-161155</link>
		<dc:creator>DgtlMonk</dc:creator>
		<pubDate>Sun, 31 Aug 2008 11:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-161155</guid>
		<description>Ukie,

 u can use absolute path of the MXML for the headerRender

i.e. 

headerRenderer="view.components.HeaderRenderer"</description>
		<content:encoded><![CDATA[<p>Ukie,</p>
<p> u can use absolute path of the MXML for the headerRender</p>
<p>i.e. </p>
<p>headerRenderer=&#8221;view.components.HeaderRenderer&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DgtlMonk</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-160183</link>
		<dc:creator>DgtlMonk</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-160183</guid>
		<description>Ukie, 

 U can make an in-like headerRenderer, like so:


        
            
                 
                        
                            
                            
                        
                         
                
                      
            
        
                  
                    
                
   
                
                    
                
   
                
                    
                
    </description>
		<content:encoded><![CDATA[<p>Ukie, </p>
<p> U can make an in-like headerRenderer, like so:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ukie</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-141909</link>
		<dc:creator>Ukie</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-141909</guid>
		<description>This only seems to work if the accordion is set within an application tag, and not if I want to use it as a component. Any ideas how to get this to work as a component?
The error i get is: 


Could not resolve  to a component implementation.</description>
		<content:encoded><![CDATA[<p>This only seems to work if the accordion is set within an application tag, and not if I want to use it as a component. Any ideas how to get this to work as a component?<br />
The error i get is: </p>
<p>Could not resolve  to a component implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Davies</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-75830</link>
		<dc:creator>Grant Davies</dc:creator>
		<pubDate>Wed, 23 Apr 2008 03:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-75830</guid>
		<description>Doug, did you ever get chance to update this for flex 3?  I just had to convert a project to flex3 that uses your accordion header and am getting the compiler issues.

G.</description>
		<content:encoded><![CDATA[<p>Doug, did you ever get chance to update this for flex 3?  I just had to convert a project to flex3 that uses your accordion header and am getting the compiler issues.</p>
<p>G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CanvasButton! &#171; Ramblings</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-70166</link>
		<dc:creator>CanvasButton! &#171; Ramblings</dc:creator>
		<pubDate>Wed, 02 Apr 2008 01:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-70166</guid>
		<description>[...] Doug McCune » Blog Archive » Using complex headers with the Flex Accordion   The CanvasButton component in FlexLib is an extension of Button that acts like Canvas, which means that it subclasses Button but allows you to easily add children via MXML. [...]</description>
		<content:encoded><![CDATA[<p>[...] Doug McCune » Blog Archive » Using complex headers with the Flex Accordion   The CanvasButton component in FlexLib is an extension of Button that acts like Canvas, which means that it subclasses Button but allows you to easily add children via MXML. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ally</title>
		<link>http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-60633</link>
		<dc:creator>Ally</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/#comment-60633</guid>
		<description>I'm currently using the CanvasButtonAccordionHeader and would like to turn an image in the header on/off depending on if the header is selected. I tried turning it off in the click method and that works great but there's a problem when you click on others and the previous headers image is still hidden.

Could you please suggest how else I may approach this? For I will be needing to attack this from a change event instead of a click event approach. Mainly because I have buttons in my main app controlling as to which accordion pane is selected.

I also tried placing a change="functionhere(event)" on the canvasbuttonaccordionheader... but that doesn't do anything... I'm still fresh to FLEX.

BTW, I would like to thank you for this really cool component and the other ones too. It has saved me time in the long run.</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using the CanvasButtonAccordionHeader and would like to turn an image in the header on/off depending on if the header is selected. I tried turning it off in the click method and that works great but there&#8217;s a problem when you click on others and the previous headers image is still hidden.</p>
<p>Could you please suggest how else I may approach this? For I will be needing to attack this from a change event instead of a click event approach. Mainly because I have buttons in my main app controlling as to which accordion pane is selected.</p>
<p>I also tried placing a change=&#8221;functionhere(event)&#8221; on the canvasbuttonaccordionheader&#8230; but that doesn&#8217;t do anything&#8230; I&#8217;m still fresh to FLEX.</p>
<p>BTW, I would like to thank you for this really cool component and the other ones too. It has saved me time in the long run.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
