<?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 in the Trenches	</title>
	<atom:link href="https://jessewarden.com/2006/07/binding-in-the-trenches.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/07/binding-in-the-trenches.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Thu, 23 Aug 2007 22:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Adam Flater		</title>
		<link>https://jessewarden.com/2006/07/binding-in-the-trenches.html/comment-page-1#comment-6733</link>

		<dc:creator><![CDATA[Adam Flater]]></dc:creator>
		<pubDate>Thu, 23 Aug 2007 22:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1038#comment-6733</guid>

					<description><![CDATA[Nice post man... on a related topic, here&#039;s a post I just made on binding as it relates to read-only models: http://adamflater.blogspot.com/2007/08/binding-with-getters-and-setting.html

-adam


---------
http://adamflater.blogspot.com]]></description>
			<content:encoded><![CDATA[<p>Nice post man&#8230; on a related topic, here&#8217;s a post I just made on binding as it relates to read-only models: <a href="http://adamflater.blogspot.com/2007/08/binding-with-getters-and-setting.html" rel="nofollow ugc">http://adamflater.blogspot.com/2007/08/binding-with-getters-and-setting.html</a></p>
<p>-adam</p>
<p>&#8212;&#8212;&#8212;<br />
<a href="http://adamflater.blogspot.com" rel="nofollow ugc">http://adamflater.blogspot.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John C. Bland II		</title>
		<link>https://jessewarden.com/2006/07/binding-in-the-trenches.html/comment-page-1#comment-3667</link>

		<dc:creator><![CDATA[John C. Bland II]]></dc:creator>
		<pubDate>Sat, 05 Aug 2006 18:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1038#comment-3667</guid>

					<description><![CDATA[Ok...noone, let&#039;s take your case for instance.

//AS 2.0
class data{
public static var Name:String = &#039;noone&#039;;
}

Now, to use that var you would do the following, right?

import data;
class section{
function section(){
_root.name.text = data.Name;
}
}

So, you have that done and you&#039;re good to go right. What happens to name.text after youupdate data.Name? 

import data;
class section{
function section(){
_root.name.text = data.Name; //value is &#039;noone&#039;
data.Name = &#039;John&#039;;
trace(_root.name.text); //value is &#039;noone&#039;
}
}

Now, if name.text was bound to data.Name the text property of name would stay updated with the value in data.Name.

Having used static classes too much I know where you are coming from but trust me/us...take the red pill. ;-)

Disclaimer:
Sorry for the AS 2. It comes more natural than AS 3 at this point. If Jesse integrated code completion (IntelliSense or something), it would be easier to comment with code. :-) j/k Jesse.


]]></description>
			<content:encoded><![CDATA[<p>Ok&#8230;noone, let&#8217;s take your case for instance.</p>
<p>//AS 2.0<br />
class data{<br />
public static var Name:String = &#8216;noone&#8217;;<br />
}</p>
<p>Now, to use that var you would do the following, right?</p>
<p>import data;<br />
class section{<br />
function section(){<br />
_root.name.text = data.Name;<br />
}<br />
}</p>
<p>So, you have that done and you&#8217;re good to go right. What happens to name.text after youupdate data.Name? </p>
<p>import data;<br />
class section{<br />
function section(){<br />
_root.name.text = data.Name; //value is &#8216;noone&#8217;<br />
data.Name = &#8216;John&#8217;;<br />
trace(_root.name.text); //value is &#8216;noone&#8217;<br />
}<br />
}</p>
<p>Now, if name.text was bound to data.Name the text property of name would stay updated with the value in data.Name.</p>
<p>Having used static classes too much I know where you are coming from but trust me/us&#8230;take the red pill. ;-)</p>
<p>Disclaimer:<br />
Sorry for the AS 2. It comes more natural than AS 3 at this point. If Jesse integrated code completion (IntelliSense or something), it would be easier to comment with code. :-) j/k Jesse.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: noone		</title>
		<link>https://jessewarden.com/2006/07/binding-in-the-trenches.html/comment-page-1#comment-3666</link>

		<dc:creator><![CDATA[noone]]></dc:creator>
		<pubDate>Fri, 04 Aug 2006 20:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1038#comment-3666</guid>

					<description><![CDATA[i don&#039;t really see a need for binding when you can just use a static variable or a static class?]]></description>
			<content:encoded><![CDATA[<p>i don&#8217;t really see a need for binding when you can just use a static variable or a static class?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/07/binding-in-the-trenches.html/comment-page-1#comment-3665</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 31 Jul 2006 21:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1038#comment-3665</guid>

					<description><![CDATA[In Flex 2?  Ok, thanks B, will look for that.

Unfortunately, I&#039;m in 1.5 currently.]]></description>
			<content:encoded><![CDATA[<p>In Flex 2?  Ok, thanks B, will look for that.</p>
<p>Unfortunately, I&#8217;m in 1.5 currently.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bokel		</title>
		<link>https://jessewarden.com/2006/07/binding-in-the-trenches.html/comment-page-1#comment-3664</link>

		<dc:creator><![CDATA[bokel]]></dc:creator>
		<pubDate>Mon, 31 Jul 2006 21:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1038#comment-3664</guid>

					<description><![CDATA[Also, if you see problems with binding, try BindingManager.debugBinding. 
Cheers,
Ralf.]]></description>
			<content:encoded><![CDATA[<p>Also, if you see problems with binding, try BindingManager.debugBinding.<br />
Cheers,<br />
Ralf.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
