<?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: Flex Move Effect Messes Up Mask Alignment	</title>
	<atom:link href="https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Fri, 17 Apr 2009 15:04:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Use cacheAsBitmap correctly - or not at all &#171; Bagonca		</title>
		<link>https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html/comment-page-1#comment-165428</link>

		<dc:creator><![CDATA[Use cacheAsBitmap correctly - or not at all &#171; Bagonca]]></dc:creator>
		<pubDate>Fri, 17 Apr 2009 15:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1299#comment-165428</guid>

					<description><![CDATA[[...] Why cacheAsBitmap is bad Flex Move Effect Messes Up Mask Alignment [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Why cacheAsBitmap is bad Flex Move Effect Messes Up Mask Alignment [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html/comment-page-1#comment-165427</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 17 Apr 2009 14:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1299#comment-165427</guid>

					<description><![CDATA[Also, did you try UIComponent.cachePolicy = UIComponentCachePolicy.OFF since default is
UIComponentCachePolicy.AUTO which basically means that the FlashPlayer will heuristically try and figure out whether you usually cacheAsBitmap. From what I can see in Flex 3, this may be what resulted in the default to cache = true in your case.]]></description>
			<content:encoded><![CDATA[<p>Also, did you try UIComponent.cachePolicy = UIComponentCachePolicy.OFF since default is<br />
UIComponentCachePolicy.AUTO which basically means that the FlashPlayer will heuristically try and figure out whether you usually cacheAsBitmap. From what I can see in Flex 3, this may be what resulted in the default to cache = true in your case.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html/comment-page-1#comment-165423</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 17 Apr 2009 14:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1299#comment-165423</guid>

					<description><![CDATA[I came across a similar problem myself when for some reason ivoking cacheAsBitmap on flexlibs DragScrollingCanvas (somebody else must have checked that code in...). Everything was hunky dory on a PC but on Mac the whole view got corrupted after the user had scrolled around for a bit.

As it happens I was also working on an implementation of a timeline.]]></description>
			<content:encoded><![CDATA[<p>I came across a similar problem myself when for some reason ivoking cacheAsBitmap on flexlibs DragScrollingCanvas (somebody else must have checked that code in&#8230;). Everything was hunky dory on a PC but on Mac the whole view got corrupted after the user had scrolled around for a bit.</p>
<p>As it happens I was also working on an implementation of a timeline.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zarate		</title>
		<link>https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html/comment-page-1#comment-136264</link>

		<dc:creator><![CDATA[Zarate]]></dc:creator>
		<pubDate>Thu, 20 Nov 2008 18:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1299#comment-136264</guid>

					<description><![CDATA[&quot;You just need to understand the Flex SDK. I clearly donâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />t;&quot;

I thought I was the only one : )]]></description>
			<content:encoded><![CDATA[<p>&#8220;You just need to understand the Flex SDK. I clearly donâ€™t;&#8221;</p>
<p>I thought I was the only one : )</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2008/11/flex-move-effect-messes-up-mask-alignment.html/comment-page-1#comment-136232</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1299#comment-136232</guid>

					<description><![CDATA[I did some more investigation as the problem popped up again, and it&#039;s attempting to set cacheAsBitmap to true inside the framework itself.  Merely resetting the mask in actuality didn&#039;t help.  So, I ended up overriding UIComponent&#039;s cacheAsBitmap setter to force it to be always false.  That seemed to do the trick.]]></description>
			<content:encoded><![CDATA[<p>I did some more investigation as the problem popped up again, and it&#8217;s attempting to set cacheAsBitmap to true inside the framework itself.  Merely resetting the mask in actuality didn&#8217;t help.  So, I ended up overriding UIComponent&#8217;s cacheAsBitmap setter to force it to be always false.  That seemed to do the trick.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
