<?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: createTextField STILL Returns Squat	</title>
	<atom:link href="https://jessewarden.com/2003/12/createtextfield-still-returns-squat.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2003/12/createtextfield-still-returns-squat.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 09 Dec 2003 16:36:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/12/createtextfield-still-returns-squat.html/comment-page-1#comment-1072</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Tue, 09 Dec 2003 16:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=350#comment-1072</guid>

					<description><![CDATA[Prototype fi, never die.

That&#039;s a prototype I don&#039;t mind using... thank you!
]]></description>
			<content:encoded><![CDATA[<p>Prototype fi, never die.</p>
<p>That&#8217;s a prototype I don&#8217;t mind using&#8230; thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PiXELWiT		</title>
		<link>https://jessewarden.com/2003/12/createtextfield-still-returns-squat.html/comment-page-1#comment-1071</link>

		<dc:creator><![CDATA[PiXELWiT]]></dc:creator>
		<pubDate>Tue, 09 Dec 2003 16:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=350#comment-1071</guid>

					<description><![CDATA[I agree that this is something Macromedia should fix but in the meantime here&#039;s some code that might help you get by:

MovieClip.prototype.oldCreateTextField = MovieClip.prototype.createTextField;
MovieClip.prototype.createTextField = function(name, depth, x, y, width, height){
	this.oldCreateTextField(name, depth, x, y, width, height);
	return this[name];
}
var myTF = createTextField(&quot;Cow&quot;, 10, 50, 50, 100, 20);
myTF.text = &quot;moo&quot;;]]></description>
			<content:encoded><![CDATA[<p>I agree that this is something Macromedia should fix but in the meantime here&#8217;s some code that might help you get by:</p>
<p>MovieClip.prototype.oldCreateTextField = MovieClip.prototype.createTextField;<br />
MovieClip.prototype.createTextField = function(name, depth, x, y, width, height){<br />
	this.oldCreateTextField(name, depth, x, y, width, height);<br />
	return this[name];<br />
}<br />
var myTF = createTextField(&#8220;Cow&#8221;, 10, 50, 50, 100, 20);<br />
myTF.text = &#8220;moo&#8221;;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://jessewarden.com/2003/12/createtextfield-still-returns-squat.html/comment-page-1#comment-1070</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 09 Dec 2003 15:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=350#comment-1070</guid>

					<description><![CDATA[Very true Jesse! Its kinda ridiculous having to code your own routine to check if its there or not.]]></description>
			<content:encoded><![CDATA[<p>Very true Jesse! Its kinda ridiculous having to code your own routine to check if its there or not.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob Clagett		</title>
		<link>https://jessewarden.com/2003/12/createtextfield-still-returns-squat.html/comment-page-1#comment-1069</link>

		<dc:creator><![CDATA[Bob Clagett]]></dc:creator>
		<pubDate>Tue, 09 Dec 2003 05:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=350#comment-1069</guid>

					<description><![CDATA[i&#039;m on it man!  This bugs the crap out of me too!]]></description>
			<content:encoded><![CDATA[<p>i&#8217;m on it man!  This bugs the crap out of me too!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
