<?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"
	>
<channel>
	<title>Comments on: Binding read-only accessors in Flex</title>
	<atom:link href="http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex</link>
	<description>Ruben writes flashy writings</description>
	<pubDate>Fri, 21 Nov 2008 03:59:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-36481</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-36481</guid>
		<description>Hey Gareth, you're welcome, glad you got it to work :)</description>
		<content:encoded><![CDATA[<p>Hey Gareth, you&#8217;re welcome, glad you got it to work <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Arch</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-36464</link>
		<dc:creator>Gareth Arch</dc:creator>
		<pubDate>Mon, 23 Jun 2008 18:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-36464</guid>
		<description>Thanks for posting this.  I was wondering why my (supposed) bindings were not firing when I made my class [Bindable].  I added your method and everything now works exactly as expected.  I also tried to change the setter to private (or protected) and I kept getting the 1000 error, but your method works perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  I was wondering why my (supposed) bindings were not firing when I made my class [Bindable].  I added your method and everything now works exactly as expected.  I also tried to change the setter to private (or protected) and I kept getting the 1000 error, but your method works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-34296</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 14 Jun 2008 17:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-34296</guid>
		<description>Hey, nice solution! I'm going to try this.</description>
		<content:encoded><![CDATA[<p>Hey, nice solution! I&#8217;m going to try this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: return undefined; &#187; Creating bindable, calculated read-only properties in Flex</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-20879</link>
		<dc:creator>return undefined; &#187; Creating bindable, calculated read-only properties in Flex</dc:creator>
		<pubDate>Fri, 07 Mar 2008 07:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-20879</guid>
		<description>[...] handy if you're stuck. Binding to variable backed read-only properties has been covered by numerous other people and I would recommend learning about that as well. [...]</description>
		<content:encoded><![CDATA[<p>[...] handy if you&#8217;re stuck. Binding to variable backed read-only properties has been covered by numerous other people and I would recommend learning about that as well. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-20016</link>
		<dc:creator>js</dc:creator>
		<pubDate>Thu, 28 Feb 2008 21:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-20016</guid>
		<description>thanks for your job !</description>
		<content:encoded><![CDATA[<p>thanks for your job !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Part 02: Value Objects &#38; Model Objects at tsclausing.com</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-16874</link>
		<dc:creator>Flex Part 02: Value Objects &#38; Model Objects at tsclausing.com</dc:creator>
		<pubDate>Fri, 25 Jan 2008 13:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-16874</guid>
		<description>[...] getters and setters to enforce these same rules, but unfortunately get methods are not bindable (not entirely true - the initial value of the getter will be detected by binding, but updates to the property will not [...]</description>
		<content:encoded><![CDATA[<p>[...] getters and setters to enforce these same rules, but unfortunately get methods are not bindable (not entirely true - the initial value of the getter will be detected by binding, but updates to the property will not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: å†°å±±ä¸Šçš„æ’­å®¢ &#187; Blog Archive &#187; é‡å°å”¯è®€å±¬æ€§ä½¿ç”¨[Bindable]</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-13467</link>
		<dc:creator>å†°å±±ä¸Šçš„æ’­å®¢ &#187; Blog Archive &#187; é‡å°å”¯è®€å±¬æ€§ä½¿ç”¨[Bindable]</dc:creator>
		<pubDate>Tue, 18 Dec 2007 19:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-13467</guid>
		<description>[...] è«‹çœ‹é€™ç¯‡æ–‡ç« ï¼Œæ‰¾åˆ°Ely Greenfieldçš„å›žè¦†ï¼Œæœ‰ä¸€æ®µé€™éº¼èªªé“:  Instead when you put [Bindable] on a [...]</description>
		<content:encoded><![CDATA[<p>[...] è«‹çœ‹é€™ç¯‡æ–‡ç« ï¼Œæ‰¾åˆ°Ely Greenfieldçš„å›žè¦†ï¼Œæœ‰ä¸€æ®µé€™éº¼èªªé“:  Instead when you put [Bindable] on a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Flater</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-7033</link>
		<dc:creator>Adam Flater</dc:creator>
		<pubDate>Thu, 11 Oct 2007 20:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-7033</guid>
		<description>@ruben... I should have mentionted that I was using Moxie. They must have resolved that issue in the new compiler.

-adam</description>
		<content:encoded><![CDATA[<p>@ruben&#8230; I should have mentionted that I was using Moxie. They must have resolved that issue in the new compiler.</p>
<p>-adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambiguous reference bug for namespaces in Flex</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-2532</link>
		<dc:creator>Ambiguous reference bug for namespaces in Flex</dc:creator>
		<pubDate>Sat, 25 Aug 2007 10:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-2532</guid>
		<description>[...] what?TextFormat data retrievalAdvanced type-checking in Actionscript3.0  ï»¿Before coming up with a solution for binding read-only accessors a few months ago, I had already tried out various alternatives, among which the following (which [...]</description>
		<content:encoded><![CDATA[<p>[...] what?TextFormat data retrievalAdvanced type-checking in Actionscript3.0  ï»¿Before coming up with a solution for binding read-only accessors a few months ago, I had already tried out various alternatives, among which the following (which [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-2478</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Fri, 24 Aug 2007 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-2478</guid>
		<description>Haha, alright then, well in that case nevermind what I said.. :)</description>
		<content:encoded><![CDATA[<p>Haha, alright then, well in that case nevermind what I said.. <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
