<?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 for polyGeek.com</title>
	<atom:link href="http://polygeek.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://polygeek.com</link>
	<description>polyGeek (noun) person with many geek related talents.</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:30:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Away3D 101 : Text by polygeek</title>
		<link>http://polygeek.com/3961_away3d_101-text#comment-70696</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Mon, 06 Feb 2012 15:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=3961#comment-70696</guid>
		<description>@Jonathan Thanks for the tip. I guess I was &quot;holding it wrong.&quot; :-)</description>
		<content:encoded><![CDATA[<p>@Jonathan Thanks for the tip. I guess I was &#8220;holding it wrong.&#8221; :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with stage.orientation in mobile AIR apps by Heramb</title>
		<link>http://polygeek.com/4301_air-mobile_playing-with-stage-orientation-in-mobile-air-apps#comment-70693</link>
		<dc:creator>Heramb</dc:creator>
		<pubDate>Mon, 06 Feb 2012 04:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4301#comment-70693</guid>
		<description>Hi, sorry for the late reply. 

My app is locked to portrait for most of the time. But in a certain case  i want to switch to landscape mode (its a chart which i want to force display in landscape orientation)

i thus add the group in the respective area and do a stage.setOrientation(...Landscape)

in simulation, this fires the orientation change event and UI is re sized accordingly. but on running the app on android phone, the ui changes are not proper.

my problem seems similar to this : http://stackoverflow.com/questions/9093366/flex-components-will-not-update-when-orientation-changes

regards. Heramb</description>
		<content:encoded><![CDATA[<p>Hi, sorry for the late reply. </p>
<p>My app is locked to portrait for most of the time. But in a certain case  i want to switch to landscape mode (its a chart which i want to force display in landscape orientation)</p>
<p>i thus add the group in the respective area and do a stage.setOrientation(&#8230;Landscape)</p>
<p>in simulation, this fires the orientation change event and UI is re sized accordingly. but on running the app on android phone, the ui changes are not proper.</p>
<p>my problem seems similar to this : <a href="http://stackoverflow.com/questions/9093366/flex-components-will-not-update-when-orientation-changes">http://stackoverflow.com/questions/9093366/flex-components-will-not-update-when-orientation-changes</a></p>
<p>regards. Heramb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Away3D 101 : Text by Jonathan Torres</title>
		<link>http://polygeek.com/3961_away3d_101-text#comment-70685</link>
		<dc:creator>Jonathan Torres</dc:creator>
		<pubDate>Sat, 04 Feb 2012 21:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=3961#comment-70685</guid>
		<description>The &quot;depth&quot; property works if you pass it as an object. Something like:

_extrusion = new TextExtrusion(_text, { depth : 20 } );</description>
		<content:encoded><![CDATA[<p>The &#8220;depth&#8221; property works if you pass it as an object. Something like:</p>
<p>_extrusion = new TextExtrusion(_text, { depth : 20 } );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m too lazy to be a HTML developer by Samuel Asher Rivello</title>
		<link>http://polygeek.com/4912_life-of-polygeek_im-too-lazy-to-be-a-html-developer#comment-70681</link>
		<dc:creator>Samuel Asher Rivello</dc:creator>
		<pubDate>Sat, 04 Feb 2012 14:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4912#comment-70681</guid>
		<description>Very good, honest post.

As a Flash/Flex/Unity developer, I made time to re-create the same simple, complete game using MANY HTML5/JavaScript game frameworks. Check it out here. Much good material to learn.

http://www.rivellomultimediaconsulting.com/flyergame-for-html5/</description>
		<content:encoded><![CDATA[<p>Very good, honest post.</p>
<p>As a Flash/Flex/Unity developer, I made time to re-create the same simple, complete game using MANY HTML5/JavaScript game frameworks. Check it out here. Much good material to learn.</p>
<p><a href="http://www.rivellomultimediaconsulting.com/flyergame-for-html5/">http://www.rivellomultimediaconsulting.com/flyergame-for-html5/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on navigator = null error with AIR/Flex 4.5 by Gunnar Karlsson</title>
		<link>http://polygeek.com/4218_air-mobile_navigator-null-error-with-airflex-4-5-error#comment-70678</link>
		<dc:creator>Gunnar Karlsson</dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4218#comment-70678</guid>
		<description>This works:

FlexGlobals.topLevelApplication.navigator.pushView(myView,dataObject);</description>
		<content:encoded><![CDATA[<p>This works:</p>
<p>FlexGlobals.topLevelApplication.navigator.pushView(myView,dataObject);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scrolling to the end of a Spark List by Marcelo Correia</title>
		<link>http://polygeek.com/4949_flex_scrolling-to-the-end-of-a-spark-list#comment-70675</link>
		<dc:creator>Marcelo Correia</dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4949#comment-70675</guid>
		<description>Try what he said too, but it&#039;s not reliable.</description>
		<content:encoded><![CDATA[<p>Try what he said too, but it&#8217;s not reliable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scrolling to the end of a Spark List by lilu</title>
		<link>http://polygeek.com/4949_flex_scrolling-to-the-end-of-a-spark-list#comment-70663</link>
		<dc:creator>lilu</dc:creator>
		<pubDate>Wed, 01 Feb 2012 07:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4949#comment-70663</guid>
		<description>Ok, thenks</description>
		<content:encoded><![CDATA[<p>Ok, thenks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question: how to decipher the Networkinfo ANE on iOS &#8211; you tell me by polygeek</title>
		<link>http://polygeek.com/4815_air-mobile_question-how-to-decipher-the-networkinfo-ane-on-ios#comment-70659</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4815#comment-70659</guid>
		<description>@Crikos I didn&#039;t find out until recently that NetworkInfo isn&#039;t supported on iOS devices. But there is an ANE ( Adobe Native Extension ) that does work. It&#039;s also called NetworkInfo.</description>
		<content:encoded><![CDATA[<p>@Crikos I didn&#8217;t find out until recently that NetworkInfo isn&#8217;t supported on iOS devices. But there is an ANE ( Adobe Native Extension ) that does work. It&#8217;s also called NetworkInfo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark DataGrid basics by polygeek</title>
		<link>http://polygeek.com/3133_flex_spark-datagrid-basics#comment-70658</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=3133#comment-70658</guid>
		<description>@Chiheb Sorry, I have no idea.</description>
		<content:encoded><![CDATA[<p>@Chiheb Sorry, I have no idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with stage.orientation in mobile AIR apps by polygeek</title>
		<link>http://polygeek.com/4301_air-mobile_playing-with-stage-orientation-in-mobile-air-apps#comment-70657</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=4301#comment-70657</guid>
		<description>@Romain Good work. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>@Romain Good work. Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  polygeek.com/comments/feed ) in 11.64891 seconds, on Feb 22nd, 2012 at 5:41 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 22nd, 2012 at 6:41 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  polygeek.com/comments/feed ) in 0.00234 seconds, on Feb 22nd, 2012 at 5:51 pm UTC. -->
