<?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 / Flash Builder &#8211; Inline Conditional, If Then, Code</title>
	<atom:link href="http://www.fitchett.me/index.php/development/flex-development/flex-flash-builder-inline-conditional-if-then-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fitchett.me/index.php/development/flex-development/flex-flash-builder-inline-conditional-if-then-code/</link>
	<description>Giving back to the community!</description>
	<lastBuildDate>Fri, 13 May 2011 10:35:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://www.fitchett.me/index.php/development/flex-development/flex-flash-builder-inline-conditional-if-then-code/comment-page-1/#comment-893</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 28 Mar 2011 21:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=267#comment-893</guid>
		<description>*correction

the html code for &amp;&amp;, which is &#039;&amp;&#039;+ &#039;amp&#039; + &#039;;&#039; (without the plusses)</description>
		<content:encoded><![CDATA[<p>*correction</p>
<p>the html code for &amp;&amp;, which is &#8216;&amp;&#8217;+ &#8216;amp&#8217; + &#8216;;&#8217; (without the plusses)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.fitchett.me/index.php/development/flex-development/flex-flash-builder-inline-conditional-if-then-code/comment-page-1/#comment-892</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 28 Mar 2011 21:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=267#comment-892</guid>
		<description>you can do AND with &amp;&amp;</description>
		<content:encoded><![CDATA[<p>you can do AND with &amp;&amp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.fitchett.me/index.php/development/flex-development/flex-flash-builder-inline-conditional-if-then-code/comment-page-1/#comment-779</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 13 Feb 2011 09:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=267#comment-779</guid>
		<description>can you not just write...
visible=cbShowButton.selected == true;

or...
visible=cbShowButton.selected;

or if it has to be a string...
visible=String(cbShowButton.selected);

or...
visible=&quot;&quot;+cbShowButton.selected;

or...
visible=(cbShowButton.selected);</description>
		<content:encoded><![CDATA[<p>can you not just write&#8230;<br />
visible=cbShowButton.selected == true;</p>
<p>or&#8230;<br />
visible=cbShowButton.selected;</p>
<p>or if it has to be a string&#8230;<br />
visible=String(cbShowButton.selected);</p>
<p>or&#8230;<br />
visible=&#8221;"+cbShowButton.selected;</p>
<p>or&#8230;<br />
visible=(cbShowButton.selected);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.fitchett.me/index.php/development/flex-development/flex-flash-builder-inline-conditional-if-then-code/comment-page-1/#comment-99</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=267#comment-99</guid>
		<description>Do you know of a way to do an AND boolean in the condition?  The comma seems to evaluate as OR.</description>
		<content:encoded><![CDATA[<p>Do you know of a way to do an AND boolean in the condition?  The comma seems to evaluate as OR.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

