<?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: [Bindable] on a read-only getter is unnecessary and will be ignored.</title>
	<atom:link href="http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/</link>
	<description>Josh Tynjala explores Flash, Flex, and ActionScript.</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:18:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: seanos</title>
		<link>http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/comment-page-1/#comment-61186</link>
		<dc:creator>seanos</dc:creator>
		<pubDate>Fri, 24 Jul 2009 09:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=656#comment-61186</guid>
		<description>To get around this problem I created a setter, but set it private. From an external class this property is still &#039;read-only&#039;, but the event does get fired implicitly by the [bindable] private setter function</description>
		<content:encoded><![CDATA[<p>To get around this problem I created a setter, but set it private. From an external class this property is still &#8216;read-only&#8217;, but the event does get fired implicitly by the [bindable] private setter function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/comment-page-1/#comment-61170</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Thu, 23 Jul 2009 08:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=656#comment-61170</guid>
		<description>I&#039;m with Josh.

Everything you mark bindable should have a custom event that&#039;s fired when the property changes.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Josh.</p>
<p>Everything you mark bindable should have a custom event that&#8217;s fired when the property changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evden eve</title>
		<link>http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/comment-page-1/#comment-61145</link>
		<dc:creator>evden eve</dc:creator>
		<pubDate>Sat, 18 Jul 2009 15:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=656#comment-61145</guid>
		<description>good works</description>
		<content:encoded><![CDATA[<p>good works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh McDonald</title>
		<link>http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/comment-page-1/#comment-61126</link>
		<dc:creator>Josh McDonald</dc:creator>
		<pubDate>Thu, 16 Jul 2009 07:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=656#comment-61126</guid>
		<description>Not only does using a custom event name per property improve performance, it makes it trivial to add some [Event] metadata to your class or MXML document, and then you can trigger off property changes easily using events, without using the MXML binding synax or going through BindingUtil.</description>
		<content:encoded><![CDATA[<p>Not only does using a custom event name per property improve performance, it makes it trivial to add some [Event] metadata to your class or MXML document, and then you can trigger off property changes easily using events, without using the MXML binding synax or going through BindingUtil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Bindable] on a read-only getter is unnecessary and will be ignored. &#8211; Josh Talks Flash &#124; Enigmatic Thought</title>
		<link>http://joshblog.net/2009/07/15/flex-readonly-bindable-getter-ignored-warning-explained/comment-page-1/#comment-61123</link>
		<dc:creator>[Bindable] on a read-only getter is unnecessary and will be ignored. &#8211; Josh Talks Flash &#124; Enigmatic Thought</dc:creator>
		<pubDate>Thu, 16 Jul 2009 02:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=656#comment-61123</guid>
		<description>[...] Josh Talks Flash Josh posted about something I just ran into the other day.Â  The warning [Bindable] on a read-only getter is unnecessary and will be ignored appeared when I was creating a Model for an MVC application.Â  Since I was using an ArrayCollection [...]</description>
		<content:encoded><![CDATA[<p>[...] Josh Talks Flash Josh posted about something I just ran into the other day.Â  The warning [Bindable] on a read-only getter is unnecessary and will be ignored appeared when I was creating a Model for an MVC application.Â  Since I was using an ArrayCollection [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
