<?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: Using the Databinding API</title>
	<atom:link href="http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/</link>
	<description>Flash Platform Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:31:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vera</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-44</link>
		<dc:creator>Vera</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-44</guid>
		<description>Wow. That is really cool. Thanks for sharing this!&lt;br /&gt;
&lt;br /&gt;
Side note: You might want to fix the keyDown typo (should be lower case &quot;k&quot;). It took me a while to figure out why the code pasted from here didn&#039;t work for me!</description>
		<content:encoded><![CDATA[<p>Wow. That is really cool. Thanks for sharing this!</p>
<p>Side note: You might want to fix the keyDown typo (should be lower case &#8220;k&#8221;). It took me a while to figure out why the code pasted from here didn&#8217;t work for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-45</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-45</guid>
		<description>Thanks for pointing out the typo Vera, it&#039;s edited now! ;)</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out the typo Vera, it&#8217;s edited now! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philter</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-46</link>
		<dc:creator>Philter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-46</guid>
		<description>I&#039;ve been looking into the runtime APIs for a lot of the data component classes as well, and so far they do look fairly straighforward.&lt;br /&gt;
&lt;br /&gt;
Reading through the docs and seeing that you can use a regular object instead of an instance of EndPoint makes me wonder...exactly what benefit (added features) are there to using this class?  Too bad we can&#039;t look at the class code :(</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking into the runtime APIs for a lot of the data component classes as well, and so far they do look fairly straighforward.</p>
<p>Reading through the docs and seeing that you can use a regular object instead of an instance of EndPoint makes me wonder&#8230;exactly what benefit (added features) are there to using this class?  Too bad we can&#8217;t look at the class code :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-47</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-47</guid>
		<description>Hi Philter, actually you can browse to the EndPoint class (classes &gt; mx &gt; data &gt; binding &gt; EndPoint.as). &lt;br /&gt;
&lt;br /&gt;
I&#039;ve just been browsing through the class and it doesn&#039;t seem to provide any additional features, looks like its just acts as a placeholder for the constant, component, property and event parameters.&lt;br /&gt;
&lt;br /&gt;
Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi Philter, actually you can browse to the EndPoint class (classes > mx > data > binding > EndPoint.as). </p>
<p>I&#8217;ve just been browsing through the class and it doesn&#8217;t seem to provide any additional features, looks like its just acts as a placeholder for the constant, component, property and event parameters.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philter</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-48</link>
		<dc:creator>Philter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-48</guid>
		<description>Thanks Peter..i didn&#039;t realize that.&lt;br /&gt;
&lt;br /&gt;
I wonder why they decided to include source code for some of the classes and not others.  Still not really understanding that...</description>
		<content:encoded><![CDATA[<p>Thanks Peter..i didn&#8217;t realize that.</p>
<p>I wonder why they decided to include source code for some of the classes and not others.  Still not really understanding that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-49</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-49</guid>
		<description>Didn&#039;t work for me until I used:&lt;br /&gt;
&lt;br /&gt;
import mx.data.binding.Binding;&lt;br /&gt;
&lt;br /&gt;
For some reason my F04 compiler didn&#039;t like the &#039;.*&#039;</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me until I used:</p>
<p>import mx.data.binding.Binding;</p>
<p>For some reason my F04 compiler didn&#8217;t like the &#8216;.*&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-50</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-50</guid>
		<description>Mike, are you on a mac? You might want to try leaving out the semicolon after the import statement ... heard that solves it for some people.</description>
		<content:encoded><![CDATA[<p>Mike, are you on a mac? You might want to try leaving out the semicolon after the import statement &#8230; heard that solves it for some people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mga</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-51</link>
		<dc:creator>mga</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-51</guid>
		<description>how would you bind the DataProvider property of a DataSet to the results of an XMLConnector instance?</description>
		<content:encoded><![CDATA[<p>how would you bind the DataProvider property of a DataSet to the results of an XMLConnector instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-52</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-52</guid>
		<description>It&#039;s not very difficult to do, though it can be a bit confusing.&lt;br /&gt;
&lt;br /&gt;
What you do is select the XMLConnector component and open up the Component Inspector. You go to the &quot;schema&quot; tab and select the result property. Next you click the import button (which opens up a browse dialog) and there you browser or type the URL to your XML document. Once this is done you&#039;ll have the complete XML structure available in the results property and you can do a simple binding between the DataSet and the XMLConnector result property you want.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not very difficult to do, though it can be a bit confusing.</p>
<p>What you do is select the XMLConnector component and open up the Component Inspector. You go to the &#8220;schema&#8221; tab and select the result property. Next you click the import button (which opens up a browse dialog) and there you browser or type the URL to your XML document. Once this is done you&#8217;ll have the complete XML structure available in the results property and you can do a simple binding between the DataSet and the XMLConnector result property you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mga</title>
		<link>http://www.peterelst.com/blog/2003/11/02/using-the-databinding-api/comment-page-1/#comment-53</link>
		<dc:creator>mga</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=24#comment-53</guid>
		<description>hi&lt;br /&gt;
i tried:&lt;br /&gt;
import mx.data.binding.*&lt;br /&gt;
&lt;br /&gt;
var from:Object = {component: myxmlconn, property: &quot;results&quot;};&lt;br /&gt;
var to:Object = {component: mydataset, property: &quot;DataProvider&quot;};&lt;br /&gt;
&lt;br /&gt;
var myBinding:Binding = new Binding(from,to);&lt;br /&gt;
&lt;br /&gt;
myBinding.execut();&lt;br /&gt;
&lt;br /&gt;
should this work? schema is already in place</description>
		<content:encoded><![CDATA[<p>hi<br />
i tried:<br />
import mx.data.binding.*</p>
<p>var from:Object = {component: myxmlconn, property: &#8220;results&#8221;};<br />
var to:Object = {component: mydataset, property: &#8220;DataProvider&#8221;};</p>
<p>var myBinding:Binding = new Binding(from,to);</p>
<p>myBinding.execut();</p>
<p>should this work? schema is already in place</p>
]]></content:encoded>
	</item>
</channel>
</rss>

