<?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: ActionScript 3 Flexible Layout Class</title>
	<atom:link href="http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Mon, 15 Aug 2011 13:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Flex?ß‚Ä?¬??•‚Ä¶¬??ß?°‚Äû?§¬?‚Ç¨?§¬?‚Ä??•¬º‚Ç¨?•¬è‚Äò?§¬æ‚Ä??•¬?¬ê?§¬????¶‚Ä¢‚Ñ¢?ß¬®‚Ä??®¬µ‚Äû?¶¬?¬ê?©‚Ä?‚Ä†?•¬êÀÜ &#124; ?§¬?¬??¶‚Äì‚Ä°Flex?§¬æ‚Ä??•¬?¬ê</title>
		<link>http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/comment-page-1/#comment-14747</link>
		<dc:creator>Flex?ß‚Ä?¬??•‚Ä¶¬??ß?°‚Äû?§¬?‚Ç¨?§¬?‚Ä??•¬º‚Ç¨?•¬è‚Äò?§¬æ‚Ä??•¬?¬ê?§¬????¶‚Ä¢‚Ñ¢?ß¬®‚Ä??®¬µ‚Äû?¶¬?¬ê?©‚Ä?‚Ä†?•¬êÀÜ &#124; ?§¬?¬??¶‚Äì‚Ä°Flex?§¬æ‚Ä??•¬?¬ê</dc:creator>
		<pubDate>Tue, 21 Jul 2009 00:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=109#comment-14747</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] The NpFlexLayout ?ß¬±¬ª?¶Àú¬Ø?®¬Æ¬æ?®¬Æ¬°?ß‚Äù¬®?¶¬ù¬•?ß¬Æ‚Ç¨?•?í‚ÄìDisplayObjects?ß?°‚Äû?•¬??í?•¬±‚Ç¨?£‚Ç¨‚Äöhttp://www.blog.noponies.com/archives/109 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/comment-page-1/#comment-12061</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 29 May 2009 09:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=109#comment-12061</guid>
		<description>Hi, 

I was wondering if there ware any tutorials available on using your class ? I&#039;ve scanned trough the site and could not find any.

I would be very great full if you could write one !

Thanks a ton in advance !</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I was wondering if there ware any tutorials available on using your class ? I&#8217;ve scanned trough the site and could not find any.</p>
<p>I would be very great full if you could write one !</p>
<p>Thanks a ton in advance !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Degroeve</title>
		<link>http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/comment-page-1/#comment-12008</link>
		<dc:creator>Degroeve</dc:creator>
		<pubDate>Thu, 28 May 2009 13:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=109#comment-12008</guid>
		<description>Dear,

Thnx for the great package. Very handy. However, I have the following problem. I want to use your package to position movieclips instantiated in actionscript 3:

var test  = new  MovieClip;
myStage.addTarget(test, {x:.5, y:.5});

but I get following error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at NpFlexLayoutItem()
	at noponies.ui::NpFlexLayout/addTarget()
	at main_fla::MainTimeline/frame1()


I checked to code and found that _resizeTarget.stage is null (NpFlexLayoutItem). Can this be solved?

geetings from Belgium</description>
		<content:encoded><![CDATA[<p>Dear,</p>
<p>Thnx for the great package. Very handy. However, I have the following problem. I want to use your package to position movieclips instantiated in actionscript 3:</p>
<p>var test  = new  MovieClip;<br />
myStage.addTarget(test, {x:.5, y:.5});</p>
<p>but I get following error:</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at NpFlexLayoutItem()<br />
	at noponies.ui::NpFlexLayout/addTarget()<br />
	at main_fla::MainTimeline/frame1()</p>
<p>I checked to code and found that _resizeTarget.stage is null (NpFlexLayoutItem). Can this be solved?</p>
<p>geetings from Belgium</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/comment-page-1/#comment-8567</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 01 Apr 2009 08:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=109#comment-8567</guid>
		<description>Great class, thanks. But I can&#039;t get it to work with absolute pixel values. For example: I want to pin an object first to where it was with it&#039;s absolute pixel value and later tween it to its relative stage position.

// CODE EXAMPLE
liquidStage.addTarget(myMC,{x:myMC.x, y:myMC.y});
liquidStage.tweenObject(myMC, 2, {x:1, y:.1, offSetX:-myMC.width, easing:Elastic.easeOut}

In the first line the mc is just positioned way off screen. It seems the absolute pixel values are treated as percentage. Or am I missing some special parameters to tell the class to treat it as absolute pixel values?</description>
		<content:encoded><![CDATA[<p>Great class, thanks. But I can&#8217;t get it to work with absolute pixel values. For example: I want to pin an object first to where it was with it&#8217;s absolute pixel value and later tween it to its relative stage position.</p>
<p>// CODE EXAMPLE<br />
liquidStage.addTarget(myMC,{x:myMC.x, y:myMC.y});<br />
liquidStage.tweenObject(myMC, 2, {x:1, y:.1, offSetX:-myMC.width, easing:Elastic.easeOut}</p>
<p>In the first line the mc is just positioned way off screen. It seems the absolute pixel values are treated as percentage. Or am I missing some special parameters to tell the class to treat it as absolute pixel values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.blog.noponies.com/2008/08/actionscript-3-flex-layout-class/comment-page-1/#comment-8490</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=109#comment-8490</guid>
		<description>Hi, very useful (and simple to use) class, thanks for sharing! I&#039;m also needing to have a full-background image that resizes within ratio... is there a way for me to force this functionality while waiting for the updated version?</description>
		<content:encoded><![CDATA[<p>Hi, very useful (and simple to use) class, thanks for sharing! I&#8217;m also needing to have a full-background image that resizes within ratio&#8230; is there a way for me to force this functionality while waiting for the updated version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

