<?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: Small textarea enhancement</title>
	<atom:link href="http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/</link>
	<description>Flex, RIAs, Nirvana...</description>
	<lastBuildDate>Mon, 31 Aug 2009 22:10:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Curtis</title>
		<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-1310</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Tue, 31 Mar 2009 00:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-1310</guid>
		<description>Good stuff... Just wanted to add that you can use the mx_internal command to access the protected text field, so you don&#039;t have to subclass it.  

i.e: [input component].mx_internal::getTextField().getCharIndexAtPoint(x,y)</description>
		<content:encoded><![CDATA[<p>Good stuff&#8230; Just wanted to add that you can use the mx_internal command to access the protected text field, so you don&#8217;t have to subclass it.  </p>
<p>i.e: [input component].mx_internal::getTextField().getCharIndexAtPoint(x,y)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-928</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-928</guid>
		<description>This was very helpful - thanks!!  I&#039;m new to flex and I have an issue/question: i can&#039;t seem to access the .text value of my text area to then save to a DB.  I see the text that I dropped there, but I can&#039;t access it via the text property.  I&#039;m guessing this has something to do with parent/child relationship?

Thanks!</description>
		<content:encoded><![CDATA[<p>This was very helpful &#8211; thanks!!  I&#8217;m new to flex and I have an issue/question: i can&#8217;t seem to access the .text value of my text area to then save to a DB.  I see the text that I dropped there, but I can&#8217;t access it via the text property.  I&#8217;m guessing this has something to do with parent/child relationship?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-807</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 07 Feb 2008 06:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-807</guid>
		<description>Excellent. I&#039;d been wondering how to determine where the cursor is for a while now- I&#039;m making a crude spell checker for Flex and what would make it less crude is to be able to check a word at a time, whenever the space or newline key is hit.

An adaptation of this makes it all possible... thanks!</description>
		<content:encoded><![CDATA[<p>Excellent. I&#8217;d been wondering how to determine where the cursor is for a while now- I&#8217;m making a crude spell checker for Flex and what would make it less crude is to be able to check a word at a time, whenever the space or newline key is hit.</p>
<p>An adaptation of this makes it all possible&#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hsivaram</title>
		<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-6</link>
		<dc:creator>hsivaram</dc:creator>
		<pubDate>Sat, 24 Mar 2007 13:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-6</guid>
		<description>Ben:

I am gettig the stuff on to my own webhosting space, so the files will be up soon.

JabbyPanda:

Yes, I will do that for the forthcoming posts.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Ben:</p>
<p>I am gettig the stuff on to my own webhosting space, so the files will be up soon.</p>
<p>JabbyPanda:</p>
<p>Yes, I will do that for the forthcoming posts.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-4</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Thu, 22 Mar 2007 15:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-4</guid>
		<description>Why did you separate source file from SWF file? You could rely on  attribute ;)</description>
		<content:encoded><![CDATA[<p>Why did you separate source file from SWF file? You could rely on  attribute <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben LeMasurier</title>
		<link>http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-3</link>
		<dc:creator>Ben LeMasurier</dc:creator>
		<pubDate>Thu, 22 Mar 2007 13:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/03/13/small-textarea-enhancement/#comment-3</guid>
		<description>Do you have the source available still? Geocities reports that your site is down.

Thanks!

Ben</description>
		<content:encoded><![CDATA[<p>Do you have the source available still? Geocities reports that your site is down.</p>
<p>Thanks!</p>
<p>Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
