<?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"
	>
<channel>
	<title>Comments on: TextArea + HTML + Images == hell?</title>
	<atom:link href="http://aralbalkan.com/239/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/239</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Fri, 08 Aug 2008 20:58:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Ralph</title>
		<link>http://aralbalkan.com/239#comment-174026</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 05 Aug 2008 10:49:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-174026</guid>
		<description>Well, in Flex the TextArea dosn't have a redraw() - Method, right? I solved it just by putting a 
TextArea.htmlText += " \n";
after the TextArea is created. May help sombody. It's dirty, but It helped me.
Cheers</description>
		<content:encoded><![CDATA[<p>Well, in Flex the TextArea dosn&#8217;t have a redraw() - Method, right? I solved it just by putting a<br />
TextArea.htmlText += &#8221; \n&#8221;;<br />
after the TextArea is created. May help sombody. It&#8217;s dirty, but It helped me.<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Paul Simmons</title>
		<link>http://aralbalkan.com/239#comment-76508</link>
		<dc:creator>Andrew Paul Simmons</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:32:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-76508</guid>
		<description>Wow, thanks for the help.  This just save me a lot of time!!

_Andrew Paul Simmons</description>
		<content:encoded><![CDATA[<p>Wow, thanks for the help.  This just save me a lot of time!!</p>
<p>_Andrew Paul Simmons</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://aralbalkan.com/239#comment-30546</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 09 May 2007 15:52:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-30546</guid>
		<description>Sorry, wrong link. Click on "TextArea class" under "Related topics" to see a list of all the TextArea's methods.</description>
		<content:encoded><![CDATA[<p>Sorry, wrong link. Click on &#8220;TextArea class&#8221; under &#8220;Related topics&#8221; to see a list of all the TextArea&#8217;s methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://aralbalkan.com/239#comment-30543</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 09 May 2007 15:49:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-30543</guid>
		<description>Has anyone tried this? It's faster than TextArea.invalidate(). Although I'm not trying to load images into my TextArea, it solved a similar problem I was having:

TextArea.redraw();

Forces validation of the object so it is drawn in the current frame.

http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&#38;file=00002827.html</description>
		<content:encoded><![CDATA[<p>Has anyone tried this? It&#8217;s faster than TextArea.invalidate(). Although I&#8217;m not trying to load images into my TextArea, it solved a similar problem I was having:</p>
<p>TextArea.redraw();</p>
<p>Forces validation of the object so it is drawn in the current frame.</p>
<p><a href="http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&amp;file=00002827.html" rel="nofollow">http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&amp;file=00002827.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeroen</title>
		<link>http://aralbalkan.com/239#comment-7567</link>
		<dc:creator>jeroen</dc:creator>
		<pubDate>Fri, 17 Nov 2006 20:25:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-7567</guid>
		<description>I have a similar problem...

flash 8;
I load images and text (html) from xml in a the textarea.
When you scroll that textarea, the image becomes weird; Especially when you put another text ( image) from in the textarea.

I tried myTextArea.invalidate() but no luck

any ideas to fix this one?</description>
		<content:encoded><![CDATA[<p>I have a similar problem&#8230;</p>
<p>flash 8;<br />
I load images and text (html) from xml in a the textarea.<br />
When you scroll that textarea, the image becomes weird; Especially when you put another text ( image) from in the textarea.</p>
<p>I tried myTextArea.invalidate() but no luck</p>
<p>any ideas to fix this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://aralbalkan.com/239#comment-909</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 05 Jun 2006 01:42:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-909</guid>
		<description>dammit..  I just got caught in this hell.  I've been here before a year or two ago, but haven't had to deal with this since and I've forgotten how to work around it, can't find the project where I came up with a workaround, etc.  I guess this is the stuff that separates the hard core Flash developers from the Java developers who dabble in Flash (the ones I know go crazy over stuff like this and give up).</description>
		<content:encoded><![CDATA[<p>dammit..  I just got caught in this hell.  I&#8217;ve been here before a year or two ago, but haven&#8217;t had to deal with this since and I&#8217;ve forgotten how to work around it, can&#8217;t find the project where I came up with a workaround, etc.  I guess this is the stuff that separates the hard core Flash developers from the Java developers who dabble in Flash (the ones I know go crazy over stuff like this and give up).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://aralbalkan.com/239#comment-81</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Tue, 28 Dec 2004 15:27:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-81</guid>
		<description>It's not the TextArea's full fault, but Flash TextField's.  Have you every played around putting images in TextFields?  They are, franly, pieces of crystal; they look good initially, but once you modify them, the textfield gets all wonky and whacked out.  I've had serious issues over the past week, confirmed by reading other reports of serious TextField digging on the net, that Flash textfields have serious rendering issues, caused half in part by invalid HTML, and ...well, not sure the other half.&lt;br /&gt;
&lt;br /&gt;
If you cannot re-write the HTML yourself (if you look at the HTML Flash textfields generate, it's abhorrent), then yeah, invalidate till the cows come home.  I've always been lucky with 3 onEnterFrames; your milage may vary.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not the TextArea&#8217;s full fault, but Flash TextField&#8217;s.  Have you every played around putting images in TextFields?  They are, franly, pieces of crystal; they look good initially, but once you modify them, the textfield gets all wonky and whacked out.  I&#8217;ve had serious issues over the past week, confirmed by reading other reports of serious TextField digging on the net, that Flash textfields have serious rendering issues, caused half in part by invalid HTML, and &#8230;well, not sure the other half.</p>
<p>If you cannot re-write the HTML yourself (if you look at the HTML Flash textfields generate, it&#8217;s abhorrent), then yeah, invalidate till the cows come home.  I&#8217;ve always been lucky with 3 onEnterFrames; your milage may vary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://aralbalkan.com/239#comment-80</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Tue, 28 Dec 2004 11:39:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-80</guid>
		<description>Hi Christophe,&lt;br /&gt;
&lt;br /&gt;
Thanks for the suggestion. I tried it, but alas, the scrollbar/thumb is still initializing incorrectly. I even went through an diffed all my base classes in mx.core.* and mx.controls.TextArea, etc. to make sure that *I* didn't mess something up while in one of these files and they all diffed perfectly with the original copies in FirstRun.&lt;br /&gt;
&lt;br /&gt;
I'm going to try and see if SWFs behave differently but I'm not very optimistic that they will. </description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>Thanks for the suggestion. I tried it, but alas, the scrollbar/thumb is still initializing incorrectly. I even went through an diffed all my base classes in mx.core.* and mx.controls.TextArea, etc. to make sure that *I* didn&#8217;t mess something up while in one of these files and they all diffed perfectly with the original copies in FirstRun.</p>
<p>I&#8217;m going to try and see if SWFs behave differently but I&#8217;m not very optimistic that they will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cherreman</title>
		<link>http://aralbalkan.com/239#comment-79</link>
		<dc:creator>cherreman</dc:creator>
		<pubDate>Tue, 28 Dec 2004 09:42:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-79</guid>
		<description>Make sure you put every  tag in a &lt;p&gt; tag and that you close the &lt;p&gt; tag.&lt;br /&gt;
&lt;br /&gt;
Seems like the V2 component contain several bugs and haven't been tested very well before releasing them.&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
Christophe&lt;/p&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Make sure you put every  tag in a
<p> tag and that you close the </p>
<p> tag.</p>
<p>Seems like the V2 component contain several bugs and haven&#8217;t been tested very well before releasing them.</p>
<p>Hope that helps.</p>
<p>Christophe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
