<?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 Sönke Rohde</title>
	<atom:link href="http://soenkerohde.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:28:25 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 360 Flex Swiz Birds of a Feather by Sönke</title>
		<link>http://soenkerohde.com/2010/03/360-flex-swiz-birds-of-a-feather/comment-page-1/#comment-28316</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=932#comment-28316</guid>
		<description>No, there was no recording, sorry.</description>
		<content:encoded><![CDATA[<p>No, there was no recording, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Flex Swiz Birds of a Feather by Tom Kordys</title>
		<link>http://soenkerohde.com/2010/03/360-flex-swiz-birds-of-a-feather/comment-page-1/#comment-28315</link>
		<dc:creator>Tom Kordys</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=932#comment-28315</guid>
		<description>Hi Sonke,

Any chances you guys recorded the session?
It would be definitely nice to watch. 

Cheers,

Tom</description>
		<content:encoded><![CDATA[<p>Hi Sonke,</p>
<p>Any chances you guys recorded the session?<br />
It would be definitely nice to watch. </p>
<p>Cheers,</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Eclipse Ant settings when you run out of memory by asdfghjkl1</title>
		<link>http://soenkerohde.com/2008/06/change-eclipse-ant-settings-when-you-run-out-of-memory/comment-page-1/#comment-28311</link>
		<dc:creator>asdfghjkl1</dc:creator>
		<pubDate>Sun, 07 Mar 2010 23:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=214#comment-28311</guid>
		<description>tyvm mate, it solved my problem with eclipse compiling :)</description>
		<content:encoded><![CDATA[<p>tyvm mate, it solved my problem with eclipse compiling <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Eclipse Ant settings when you run out of memory by Sher</title>
		<link>http://soenkerohde.com/2008/06/change-eclipse-ant-settings-when-you-run-out-of-memory/comment-page-1/#comment-28309</link>
		<dc:creator>Sher</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=214#comment-28309</guid>
		<description>Thanks friend. It worked for me !</description>
		<content:encoded><![CDATA[<p>Thanks friend. It worked for me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Localization by fred</title>
		<link>http://soenkerohde.com/2008/07/flex-localization/comment-page-1/#comment-28298</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=185#comment-28298</guid>
		<description>Hi, nice tutorial but i think you did a mistake here:
&quot;The first option uses the compiler directive @Resource and runs out of the box. The second option does not give a compiler error but when you test the application you see no text appearing.&quot;
Actually, I think it is the opposite. 
I cannot get the @Resource working. But the other one works on my tests from Flexbuilder.</description>
		<content:encoded><![CDATA[<p>Hi, nice tutorial but i think you did a mistake here:<br />
&#8220;The first option uses the compiler directive @Resource and runs out of the box. The second option does not give a compiler error but when you test the application you see no text appearing.&#8221;<br />
Actually, I think it is the opposite.<br />
I cannot get the @Resource working. But the other one works on my tests from Flexbuilder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex TextInput with disabled State by alexk</title>
		<link>http://soenkerohde.com/2008/08/flex-textinput-with-disabled-state/comment-page-1/#comment-28296</link>
		<dc:creator>alexk</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=228#comment-28296</guid>
		<description>I&#039;ve found, that enabled style is never set properly when TextInput has no changes in overrided setters.
This patch in css solves the problem:

ExtendedTextInput
{
border-skin: ClassReference(&quot;TextInput_borderSkin&quot;);
enabledStyleName:&quot;ExtendedTextInput&quot;;
disabledStyleName:&quot;nonEnabledTI&quot;;
}
.nonEnabledTI
{
border-skin: ClassReference(&quot;TextInput_borderSkinDisabled&quot;);
}</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found, that enabled style is never set properly when TextInput has no changes in overrided setters.<br />
This patch in css solves the problem:</p>
<p>ExtendedTextInput<br />
{<br />
border-skin: ClassReference(&#8220;TextInput_borderSkin&#8221;);<br />
enabledStyleName:&#8221;ExtendedTextInput&#8221;;<br />
disabledStyleName:&#8221;nonEnabledTI&#8221;;<br />
}<br />
.nonEnabledTI<br />
{<br />
border-skin: ClassReference(&#8220;TextInput_borderSkinDisabled&#8221;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlexBook &#8211; Flipbook/Pageflip engine by Sönke</title>
		<link>http://soenkerohde.com/2007/03/flexbook-flipbookpageflip-engine/comment-page-1/#comment-28292</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2007/03/06/flexbook-flipbookpageflip-engine/#comment-28292</guid>
		<description>You should ask the author and not me.</description>
		<content:encoded><![CDATA[<p>You should ask the author and not me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlexBook &#8211; Flipbook/Pageflip engine by Dimitrios</title>
		<link>http://soenkerohde.com/2007/03/flexbook-flipbookpageflip-engine/comment-page-1/#comment-28291</link>
		<dc:creator>Dimitrios</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2007/03/06/flexbook-flipbookpageflip-engine/#comment-28291</guid>
		<description>Hello , 
I found the flex book very interesting . Could you please email me the address where i can donwnload the source-code.
Thanks in advance ......
  Dimitrios.</description>
		<content:encoded><![CDATA[<p>Hello ,<br />
I found the flex book very interesting . Could you please email me the address where i can donwnload the source-code.<br />
Thanks in advance &#8230;&#8230;<br />
  Dimitrios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change project from Flex to AIR by marcio</title>
		<link>http://soenkerohde.com/2008/05/change-project-from-flex-to-air/comment-page-1/#comment-28281</link>
		<dc:creator>marcio</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=191#comment-28281</guid>
		<description>Amigo estou precisando muito integrar AIR + JAVA

sou desenvolvedor JAVA e FLEX mais no AIR estou apanhando,.</description>
		<content:encoded><![CDATA[<p>Amigo estou precisando muito integrar AIR + JAVA</p>
<p>sou desenvolvedor JAVA e FLEX mais no AIR estou apanhando,.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Swiz Autowire View by Rupert</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28277</link>
		<dc:creator>Rupert</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28277</guid>
		<description>Great Sönke I will keep an eye on swiz site for 1.0 release.
best wishes and good luck!</description>
		<content:encoded><![CDATA[<p>Great Sönke I will keep an eye on swiz site for 1.0 release.<br />
best wishes and good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
