<?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: Clipping a Flex container&#8217;s content using the clipContent property</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/</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/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-8616</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 07 Dec 2010 17:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-8616</guid>
		<description>@Shishank(India),

Can you please file a Flash Player or Flex bug at http://bugs.adobe.com/ and include a simple test case and somebody from Adobe can take a look.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@Shishank(India),</p>
<p>Can you please file a Flash Player or Flex bug at <a href="http://bugs.adobe.com/" rel="nofollow">http://bugs.adobe.com/</a> and include a simple test case and somebody from Adobe can take a look.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shishank(India)</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-8612</link>
		<dc:creator>Shishank(India)</dc:creator>
		<pubDate>Tue, 07 Dec 2010 11:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-8612</guid>
		<description>If there is a container1 and inside that there is a container2 and inside that there is one more container3 then if clipContent of container2 is true and container1 is false then container3 moves out of container2 as well as container1(despite clipContent of container1 being 0).
Is this a bug?</description>
		<content:encoded><![CDATA[<p>If there is a container1 and inside that there is a container2 and inside that there is one more container3 then if clipContent of container2 is true and container1 is false then container3 moves out of container2 as well as container1(despite clipContent of container1 being 0).<br />
Is this a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasey Drexler</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-7720</link>
		<dc:creator>Kasey Drexler</dc:creator>
		<pubDate>Mon, 17 May 2010 03:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-7720</guid>
		<description>Sorry, but rounded corner masking is possible.  See here: http://blog.flexexamples.com/2008/09/09/rounding-the-corners-of-an-image-control-in-flex-using-a-mask/</description>
		<content:encoded><![CDATA[<p>Sorry, but rounded corner masking is possible.  See here: <a href="http://blog.flexexamples.com/2008/09/09/rounding-the-corners-of-an-image-control-in-flex-using-a-mask/" rel="nofollow">http://blog.flexexamples.com/2008/09/09/rounding-the-corners-of-an-image-control-in-flex-using-a-mask/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2471</link>
		<dc:creator>Constantin</dc:creator>
		<pubDate>Wed, 29 Apr 2009 02:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2471</guid>
		<description>Sean and Peter,
Bug issue is - http://bugs.adobe.com/jira/browse/SDK-14958</description>
		<content:encoded><![CDATA[<p>Sean and Peter,<br />
Bug issue is &#8211; <a href="http://bugs.adobe.com/jira/browse/SDK-14958" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-14958</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2470</link>
		<dc:creator>Constantin</dc:creator>
		<pubDate>Wed, 29 Apr 2009 02:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2470</guid>
		<description>There is workaround for this bug, prior to Flex 4.0. Simply don&#039;t use negative x or y coordinates
in child components of Container. Clipping works when negative coordinates are applied to child
itself.</description>
		<content:encoded><![CDATA[<p>There is workaround for this bug, prior to Flex 4.0. Simply don&#8217;t use negative x or y coordinates<br />
in child components of Container. Clipping works when negative coordinates are applied to child<br />
itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deniz</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2469</link>
		<dc:creator>Deniz</dc:creator>
		<pubDate>Tue, 14 Apr 2009 22:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2469</guid>
		<description>...with rounded corners? I don&#039;t think so!</description>
		<content:encoded><![CDATA[<p>&#8230;with rounded corners? I don&#8217;t think so!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasey Drexler</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2472</link>
		<dc:creator>Kasey Drexler</dc:creator>
		<pubDate>Wed, 10 Sep 2008 01:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2472</guid>
		<description>You can clip with rounded corners.  Just set a canvas with rounded corners up with a mask of what ever you are trying to clip with rounded corners.  For instance:


image.mask = canvas_with_rounded_corners;

-Peace</description>
		<content:encoded><![CDATA[<p>You can clip with rounded corners.  Just set a canvas with rounded corners up with a mask of what ever you are trying to clip with rounded corners.  For instance:</p>
<p>image.mask = canvas_with_rounded_corners;</p>
<p>-Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlexFlip</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2468</link>
		<dc:creator>FlexFlip</dc:creator>
		<pubDate>Wed, 14 May 2008 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2468</guid>
		<description>Is it possible to clip with rounded corners?</description>
		<content:encoded><![CDATA[<p>Is it possible to clip with rounded corners?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2467</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 05 Feb 2008 07:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2467</guid>
		<description>Sean,

Do you know the bug numbers?

Peter</description>
		<content:encoded><![CDATA[<p>Sean,</p>
<p>Do you know the bug numbers?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/comment-page-1/#comment-2466</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 05 Feb 2008 03:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/#comment-2466</guid>
		<description>Flex has a bug that it does not clip properly the -x and -y coords ( often not clipping at all @ negative values .)

I posted a bug on the Flex Bug system but it has yet to be resolved.

I hope they fix it soon.

Sean - HeliHobby.com</description>
		<content:encoded><![CDATA[<p>Flex has a bug that it does not clip properly the -x and -y coords ( often not clipping at all @ negative values .)</p>
<p>I posted a bug on the Flex Bug system but it has yet to be resolved.</p>
<p>I hope they fix it soon.</p>
<p>Sean &#8211; HeliHobby.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>

