<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using Flex with Subversion on Mac OS X or Linux</title>
	<atom:link href="http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/</link>
	<description>by Peter Kehl</description>
	<lastBuildDate>Thu, 22 Oct 2009 20:07:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: negev</title>
		<link>http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/#comment-87</link>
		<dc:creator>negev</dc:creator>
		<pubDate>Tue, 04 Mar 2008 10:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/#comment-87</guid>
		<description>Ben, thank you</description>
		<content:encoded><![CDATA[<p>Ben, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/#comment-86</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 04 Mar 2008 04:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/#comment-86</guid>
		<description>I forgot to mention your itemRenderer will have to implement &#039;IDropInListItemRenderer&#039; for the previous example to work correctly.</description>
		<content:encoded><![CDATA[<p>I forgot to mention your itemRenderer will have to implement &#8216;IDropInListItemRenderer&#8217; for the previous example to work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/#comment-85</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 04 Mar 2008 03:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://negev.wordpress.com/2007/11/17/using-flex-with-subversion-on-mac-os-x-or-linux/#comment-85</guid>
		<description>You can retreive an item renderers&#039;s parent &#039;dataField&#039; property with the following code.

import mx.controls.dataGridClasses.DataGridListData;
import mx.controls.listClasses.ListData;

var df:String = DataGridListData(listData).dataField;

df will contain the string value provided to your datagrid/list component&#039;s dataField attribute.</description>
		<content:encoded><![CDATA[<p>You can retreive an item renderers&#8217;s parent &#8216;dataField&#8217; property with the following code.</p>
<p>import mx.controls.dataGridClasses.DataGridListData;<br />
import mx.controls.listClasses.ListData;</p>
<p>var df:String = DataGridListData(listData).dataField;</p>
<p>df will contain the string value provided to your datagrid/list component&#8217;s dataField attribute.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
