<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating a scrolling Spark Panel container in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manali</title>
		<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/comment-page-1/#comment-8784</link>
		<dc:creator>Manali</dc:creator>
		<pubDate>Wed, 29 Dec 2010 13:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/#comment-8784</guid>
		<description>Not sure why the code was not added in earlier comment - 
Here it is - 




&lt;!--- @copy spark.components.SkinnableContainer#contentGroup --&gt;






&lt;!-- Container for explicit collapsed state children of slidePanel.--&gt;


</description>
		<content:encoded><![CDATA[<p>Not sure why the code was not added in earlier comment &#8211;<br />
Here it is &#8211; </p>
<p><!--- @copy spark.components.SkinnableContainer#contentGroup --></p>
<p><!-- Container for explicit collapsed state children of slidePanel.--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manali</title>
		<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/comment-page-1/#comment-8783</link>
		<dc:creator>Manali</dc:creator>
		<pubDate>Wed, 29 Dec 2010 12:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/#comment-8783</guid>
		<description>Hi irabbit,

We are facing same problem when using a scroller tag inside custom spark skin to a custom panel class. I need to understand following things
1. Will you be able to point me to the url or bug id which you found on the Adobe bug. I tried to search; however, could not find a relevant one.
2. Not able to access the code at the url - http://flexos.byethost13.com/test/ScrollerDemo.zip
Is it removed from the location now? I was trying to understand and try applying the same solution which might solve the issue that we are facing.
3. Is there any other solution than using skinclass to resolve the issue?
4. Sharing the code that custom skin in our code has :



&lt;!--- @copy spark.components.SkinnableContainer#contentGroup --&gt;






&lt;!-- Container for explicit collapsed state children of slidePanel.--&gt;




5. We are using Flex SDK : 4.1.0.16076, is this a version specific issue?

- Any pointers will be helpful,</description>
		<content:encoded><![CDATA[<p>Hi irabbit,</p>
<p>We are facing same problem when using a scroller tag inside custom spark skin to a custom panel class. I need to understand following things<br />
1. Will you be able to point me to the url or bug id which you found on the Adobe bug. I tried to search; however, could not find a relevant one.<br />
2. Not able to access the code at the url &#8211; <a href="http://flexos.byethost13.com/test/ScrollerDemo.zip" rel="nofollow">http://flexos.byethost13.com/test/ScrollerDemo.zip</a><br />
Is it removed from the location now? I was trying to understand and try applying the same solution which might solve the issue that we are facing.<br />
3. Is there any other solution than using skinclass to resolve the issue?<br />
4. Sharing the code that custom skin in our code has :</p>
<p><!--- @copy spark.components.SkinnableContainer#contentGroup --></p>
<p><!-- Container for explicit collapsed state children of slidePanel.--></p>
<p>5. We are using Flex SDK : 4.1.0.16076, is this a version specific issue?</p>
<p>- Any pointers will be helpful,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irabbit</title>
		<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/comment-page-1/#comment-5201</link>
		<dc:creator>irabbit</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/#comment-5201</guid>
		<description>I try wrapping my code in pre tag. The source code here: http://flexos.byethost13.com/test/ScrollerDemo.zip</description>
		<content:encoded><![CDATA[<p>I try wrapping my code in pre tag. The source code here: <a href="http://flexos.byethost13.com/test/ScrollerDemo.zip" rel="nofollow">http://flexos.byethost13.com/test/ScrollerDemo.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irabbit</title>
		<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/comment-page-1/#comment-5200</link>
		<dc:creator>irabbit</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/#comment-5200</guid>
		<description>Thank Peter.
After find some bug on flex adobe bug.  I have some useful information. 
I create MyCotainer that extends SkinnableContainer class,  create MySkin class that extends Skin class. Then i set skinClass style for MyContainer is MySkin. And put it into Module:
&lt;pre lang=&quot;mxml&quot;&gt;


	
		
	
	
	
		
						
			
		
               &lt;!-- error at here--&gt;
               		
			

&lt;/pre&gt;

If i remove skinClass style at Button, i debug and run application, i will get error. And i must set skinClass for Button Gumbo in Moxie Module.
Another, In MySkin class:
&lt;pre&gt;


	
    
    	
     
    
    
    	
    	
    

	
	   	
	   		
	  			
	   		
	   	
		
    
    
    		
    

&lt;/pre&gt;
If i remove skinClass of Scroller, i will get error too. But if i use MyContainer at Application i nerver get error.
The code:
&lt;pre&gt;



	
						
		

&lt;/pre&gt;

And this is my question. When we use skinClass or need not skinClass. Why?</description>
		<content:encoded><![CDATA[<p>Thank Peter.<br />
After find some bug on flex adobe bug.  I have some useful information.<br />
I create MyCotainer that extends SkinnableContainer class,  create MySkin class that extends Skin class. Then i set skinClass style for MyContainer is MySkin. And put it into Module:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;">&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
               <span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- error at here--&gt;</span></span></pre></div></div>

<p>If i remove skinClass style at Button, i debug and run application, i will get error. And i must set skinClass for Button Gumbo in Moxie Module.<br />
Another, In MySkin class:</p>
<pre>
</pre>
<p>If i remove skinClass of Scroller, i will get error too. But if i use MyContainer at Application i nerver get error.<br />
The code:</p>
<pre>
</pre>
<p>And this is my question. When we use skinClass or need not skinClass. Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/comment-page-1/#comment-5198</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 17 Aug 2009 02:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/#comment-5198</guid>
		<description>irabbit,

I&#039;m not really familiar with the Scroller tag w/ modules. Can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>irabbit,</p>
<p>I&#8217;m not really familiar with the Scroller tag w/ modules. Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple test case.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irabbit</title>
		<link>http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/comment-page-1/#comment-5197</link>
		<dc:creator>irabbit</dc:creator>
		<pubDate>Mon, 17 Aug 2009 01:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/01/creating-a-scrolling-spark-panel-container-in-flex-gumbo/#comment-5197</guid>
		<description>Hi Peter.
I have a problem with scroller tag.
I create custom spark skin for panel. I do not want to create scroller each time create panel, so i create scroller tag in skin by wrap group of contentGroup by Scoller(I see at here http://livedocs.adobe.com/flex/gumbo/html/WS422719A4-7849-4921-AF39-57FF567B483B.html).
The problem occurs when i use this panel with custom spark skin at module using module tag 
The error say that can not find skin for Scroller or so on...
Then i remove scroller tag in custom spark skin and add it on Panel by the way you do. But this panel is child of . And the error occurs again. Please help me?</description>
		<content:encoded><![CDATA[<p>Hi Peter.<br />
I have a problem with scroller tag.<br />
I create custom spark skin for panel. I do not want to create scroller each time create panel, so i create scroller tag in skin by wrap group of contentGroup by Scoller(I see at here <a href="http://livedocs.adobe.com/flex/gumbo/html/WS422719A4-7849-4921-AF39-57FF567B483B.html" rel="nofollow">http://livedocs.adobe.com/flex/gumbo/html/WS422719A4-7849-4921-AF39-57FF567B483B.html</a>).<br />
The problem occurs when i use this panel with custom spark skin at module using module tag<br />
The error say that can not find skin for Scroller or so on&#8230;<br />
Then i remove scroller tag in custom spark skin and add it on Panel by the way you do. But this panel is child of . And the error occurs again. Please help me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

