<?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: Setting a roll over open delay on a Spark VolumeBar control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/</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: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/comment-page-1/#comment-7010</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2382#comment-7010</guid>
		<description>Yeah, the Flex 4.0.0.10485 SDK  is *really* old (Sep 2009). I think we&#039;re in the 4.0.0.14173 area now. I&#039;d definitely recommend downloading the latest nightly Flex 4 SDK build and using that instead.

Peter</description>
		<content:encoded><![CDATA[<p>Yeah, the Flex 4.0.0.10485 SDK  is *really* old (Sep 2009). I think we&#8217;re in the 4.0.0.14173 area now. I&#8217;d definitely recommend downloading the latest nightly Flex 4 SDK build and using that instead.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hendin</title>
		<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/comment-page-1/#comment-7008</link>
		<dc:creator>Erik Hendin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 15:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2382#comment-7008</guid>
		<description>My mistake - it was a an s:filters tag that seemed to be skewing things - in the skinclass I had a drop shadow filter and when I removed that - it was not happening.  SO the skinClass was not the problem -

Thanks for your help!
-Erik</description>
		<content:encoded><![CDATA[<p>My mistake &#8211; it was a an s:filters tag that seemed to be skewing things &#8211; in the skinclass I had a drop shadow filter and when I removed that &#8211; it was not happening.  SO the skinClass was not the problem -</p>
<p>Thanks for your help!<br />
-Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hendin</title>
		<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/comment-page-1/#comment-7007</link>
		<dc:creator>Erik Hendin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 13:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2382#comment-7007</guid>
		<description>THis is the code:


	
		
		
	
		
			
				
					
						
							
							
						
				
			
		
	


SKIN CLASS: com.skins.contentBackgroundVideoModule

&lt;!-- {DEFAULT_MAX_HEIGHT}  --&gt;
	
		
		
	
	
	
		
	 
	
	
	&lt;!--		--&gt;	
	 
		 
			 
		 
		 
			
		 
		 
			
		
		

		 
			
				
	
	
</description>
		<content:encoded><![CDATA[<p>THis is the code:</p>
<p>SKIN CLASS: com.skins.contentBackgroundVideoModule</p>
<p><!-- {DEFAULT_MAX_HEIGHT}  --></p>
<p>	&lt;!&#8211;		&#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hendin</title>
		<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/comment-page-1/#comment-7006</link>
		<dc:creator>Erik Hendin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 13:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2382#comment-7006</guid>
		<description>Thanks a lot, Peter - the SDK: 4.0.0.10485.  After some testing it looks like it has something to do with a skinClass I have that&#039;s in a skinnable container which is a parent of the VideoPlayer.  Had some trouble posting code here using the ampersand l t ; etc.., so will try to do so in a separate reply. 
But the skinclass was actually based on http://blog.flexexamples.com/2009/03/22/setting-a-background-image-on-an-fxapplication-in-flex-gumbo/ so it may well be something regarding an older SDK.   

(I had originally used modules but for testing put the video on the application level and got the same result.

Just in case the blog won&#039;t accept it, this is my structure

APPLICATION (Basic Layout)
** Group
****Group
******SkinninableContainer (with skinclass)
**********VGroup
**************VGroup
*******************VideoPlayer

When I take out the skinless the position of the VolumeBar is fine.  Will try to post code now.  I can figure out a workaround regardless, but will see what is up with the SDK version.

Thanks again!
Erik</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Peter &#8211; the SDK: 4.0.0.10485.  After some testing it looks like it has something to do with a skinClass I have that&#8217;s in a skinnable container which is a parent of the VideoPlayer.  Had some trouble posting code here using the ampersand l t ; etc.., so will try to do so in a separate reply.<br />
But the skinclass was actually based on <a href="http://blog.flexexamples.com/2009/03/22/setting-a-background-image-on-an-fxapplication-in-flex-gumbo/" rel="nofollow">http://blog.flexexamples.com/2009/03/22/setting-a-background-image-on-an-fxapplication-in-flex-gumbo/</a> so it may well be something regarding an older SDK.   </p>
<p>(I had originally used modules but for testing put the video on the application level and got the same result.</p>
<p>Just in case the blog won&#8217;t accept it, this is my structure</p>
<p>APPLICATION (Basic Layout)<br />
** Group<br />
****Group<br />
******SkinninableContainer (with skinclass)<br />
**********VGroup<br />
**************VGroup<br />
*******************VideoPlayer</p>
<p>When I take out the skinless the position of the VolumeBar is fine.  Will try to post code now.  I can figure out a workaround regardless, but will see what is up with the SDK version.</p>
<p>Thanks again!<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/comment-page-1/#comment-7001</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2382#comment-7001</guid>
		<description>@Erik Hendin,

I&#039;m not sure which build of the Flex 4 SDK you&#039;re using (you can try tracing the &lt;code&gt;trace(mx_internal::VERSION);&lt;/code&gt;), but I&#039;d try upgrading to the latest nightly Flex SDK build http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 and see if you can still reproduce the bug. If so, can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case. I&#039;ve never seen this issue before, but I&#039;m not sure if you&#039;re using modules or some nesting I&#039;ve never tried.

Thanks!
Peter</description>
		<content:encoded><![CDATA[<p>@Erik Hendin,</p>
<p>I&#8217;m not sure which build of the Flex 4 SDK you&#8217;re using (you can try tracing the <code>trace(mx_internal::VERSION);</code>), but I&#8217;d try upgrading to the latest nightly Flex SDK build <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4</a> and see if you can still reproduce the bug. If so, 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. I&#8217;ve never seen this issue before, but I&#8217;m not sure if you&#8217;re using modules or some nesting I&#8217;ve never tried.</p>
<p>Thanks!<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hendin</title>
		<link>http://blog.flexexamples.com/2010/02/04/setting-a-roll-over-open-delay-on-a-spark-volumebar-control-in-flex-4/comment-page-1/#comment-7000</link>
		<dc:creator>Erik Hendin</dc:creator>
		<pubDate>Sat, 13 Feb 2010 17:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2382#comment-7000</guid>
		<description>Hi Peter,
I am having a bug with the VolumeBar position appearing far over to the top left of the screen, as though the videoplayer is on the top left.  See home page link: http://www.chefsinthecity.net/.  When I roll over the volume area of the video player it appears at the top left of the screen.  It&#039;s as though the application is not recognizing the Group container&#039;s position that is containing my video player, so it&#039;s displaying the volume bar in the position as if the videoplayer were on the top left of the screen.

Have you seen this bug before?  I noticed in the VideoPlayer.as file, that there doesn&#039;t seem to be any reference to x and y positioning for the VolumeBar itself.  My mxml is much stronger than my actionscript so I&#039;m a little reserved about editing the VideoPlayer.as file.   I also notice a reference to  spark.skins.spark.mediaClasses.normal.VolumeBarSkin but I&#039;m not sure how to access that or how to go about addressing this bug.

Thanks, 
Erik</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I am having a bug with the VolumeBar position appearing far over to the top left of the screen, as though the videoplayer is on the top left.  See home page link: <a href="http://www.chefsinthecity.net/" rel="nofollow">http://www.chefsinthecity.net/</a>.  When I roll over the volume area of the video player it appears at the top left of the screen.  It&#8217;s as though the application is not recognizing the Group container&#8217;s position that is containing my video player, so it&#8217;s displaying the volume bar in the position as if the videoplayer were on the top left of the screen.</p>
<p>Have you seen this bug before?  I noticed in the VideoPlayer.as file, that there doesn&#8217;t seem to be any reference to x and y positioning for the VolumeBar itself.  My mxml is much stronger than my actionscript so I&#8217;m a little reserved about editing the VideoPlayer.as file.   I also notice a reference to  spark.skins.spark.mediaClasses.normal.VolumeBarSkin but I&#8217;m not sure how to access that or how to go about addressing this bug.</p>
<p>Thanks,<br />
Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

