<?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: 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 Swieringa on Actionscript and a whole lot of other stuff..</description>
	<lastBuildDate>Mon, 08 Mar 2010 09:38:49 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-95216</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-95216</guid>
		<description>This was a great gem. Thanks for the post.</description>
		<content:encoded><![CDATA[<p>This was a great gem. Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????Flex [Bindable] ?????? at Adobe Show Center</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-92702</link>
		<dc:creator>????Flex [Bindable] ?????? at Adobe Show Center</dc:creator>
		<pubDate>Thu, 15 Oct 2009 02:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-92702</guid>
		<description>[...] ??????content??_wholeText?????????????_wholeText????????????“??”??????????????????????return content?????????????????????????http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex??Ely Greenfield??? [...]</description>
		<content:encoded><![CDATA[<p>[...] ??????content??_wholeText?????????????_wholeText????????????“??”??????????????????????return content?????????????????????????http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex??Ely Greenfield??? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beesbusy</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-92651</link>
		<dc:creator>beesbusy</dc:creator>
		<pubDate>Tue, 13 Oct 2009 03:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-92651</guid>
		<description>Your article is really helpful for me. Thank u so much.</description>
		<content:encoded><![CDATA[<p>Your article is really helpful for me. Thank u so much.</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-page-1#comment-90567</link>
		<dc:creator>????? &#187; Blog Archive &#187; ????????[Bindable]</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-90567</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: Niels Wolf</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-87012</link>
		<dc:creator>Niels Wolf</dc:creator>
		<pubDate>Thu, 11 Jun 2009 13:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-87012</guid>
		<description>My comment on your &quot;Note&quot;:

I strongly advise to use only private fields in any case! If a subclass should be able to access them, create protected (or public) getter-setter. I strongly believe that a super class should be able to protect its fields from set into illegal states by subclasses!!

You created that blackbox, you make sure it will work (even if extended)...</description>
		<content:encoded><![CDATA[<p>My comment on your &#8220;Note&#8221;:</p>
<p>I strongly advise to use only private fields in any case! If a subclass should be able to access them, create protected (or public) getter-setter. I strongly believe that a super class should be able to protect its fields from set into illegal states by subclasses!!</p>
<p>You created that blackbox, you make sure it will work (even if extended)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Carlos</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-86272</link>
		<dc:creator>Jose Carlos</dc:creator>
		<pubDate>Thu, 28 May 2009 09:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-86272</guid>
		<description>Great! it&#039;s working fine!

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Great! it&#8217;s working fine!</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjeev</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-82314</link>
		<dc:creator>sanjeev</dc:creator>
		<pubDate>Sun, 29 Mar 2009 07:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-82314</guid>
		<description>Hi All,

It dosn&#039;t works 

I have a model class where in I have many public getter properties which returns private variables without any setter implementation now the problem is wherever I used these getter API as data provider for many component and if I change in data provider of any component then the private variables also changed and getter property starts returning updated values.

I tried all above solutions but dosn&#039;t works.</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>It dosn&#8217;t works </p>
<p>I have a model class where in I have many public getter properties which returns private variables without any setter implementation now the problem is wherever I used these getter API as data provider for many component and if I change in data provider of any component then the private variables also changed and getter property starts returning updated values.</p>
<p>I tried all above solutions but dosn&#8217;t works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#comment-74943</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 15 Dec 2008 16:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex#comment-74943</guid>
		<description>you can get around this by specifying the namespace first i.e.

protected::someProperty = &quot;blah&quot;;</description>
		<content:encoded><![CDATA[<p>you can get around this by specifying the namespace first i.e.</p>
<p>protected::someProperty = &#8220;blah&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/binding-read-only-accessors-in-flex/comment-page-1#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&#039;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-page-1#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>
</channel>
</rss>
