<?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 error 1105: Target of assignment must be a reference value.</title>
	<atom:link href="http://www.n8williams.com/devblog/flex/flex-error-1105-target-of-assignment-must-be-a-reference-value/feed" rel="self" type="application/rss+xml" />
	<link>http://www.n8williams.com/devblog/flex/flex-error-1105-target-of-assignment-must-be-a-reference-value</link>
	<description>A knowledge base for simple (and beyond) web applications development</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:29:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.n8williams.com/devblog/flex/flex-error-1105-target-of-assignment-must-be-a-reference-value/comment-page-1#comment-2240</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Jan 2010 19:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8williams.com/devblog/?p=29#comment-2240</guid>
		<description>Sorry about the bad code snippet. There was a small difference, but I should have highlighted the code. In case you&#039;re still interested, the difference was that assigning an ObjectProxy to a value is not allowed, but you CAN and SHOULD assign the ObjectProxy&#039;s object attribute a value. So ObjectProxy.object = myObject instead of ObjectProxy = myObject.

Essentially, if you get an 1005, the thing on the left of the assignment in not changeable/editable/writable.

Thanks for the feedback. I&#039;m in the process of cleaning the posts up.</description>
		<content:encoded><![CDATA[<p>Sorry about the bad code snippet. There was a small difference, but I should have highlighted the code. In case you&#8217;re still interested, the difference was that assigning an ObjectProxy to a value is not allowed, but you CAN and SHOULD assign the ObjectProxy&#8217;s object attribute a value. So ObjectProxy.object = myObject instead of ObjectProxy = myObject.</p>
<p>Essentially, if you get an 1005, the thing on the left of the assignment in not changeable/editable/writable.</p>
<p>Thanks for the feedback. I&#8217;m in the process of cleaning the posts up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.n8williams.com/devblog/flex/flex-error-1105-target-of-assignment-must-be-a-reference-value/comment-page-1#comment-1977</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 06 Dec 2009 07:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8williams.com/devblog/?p=29#comment-1977</guid>
		<description>same thing for both codes?</description>
		<content:encoded><![CDATA[<p>same thing for both codes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

