<?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: Better form validation in Flex</title>
	<atom:link href="http://aralbalkan.com/1125/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1125</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Fri, 29 Aug 2008 21:22:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: gembin</title>
		<link>http://aralbalkan.com/1125#comment-177692</link>
		<dc:creator>gembin</dc:creator>
		<pubDate>Tue, 19 Aug 2008 08:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-177692</guid>
		<description>if i put the form in the TitleWindow, when i drag the window the toolTip is not following the window, how to manage this situation?</description>
		<content:encoded><![CDATA[<p>if i put the form in the TitleWindow, when i drag the window the toolTip is not following the window, how to manage this situation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: switcher</title>
		<link>http://aralbalkan.com/1125#comment-168997</link>
		<dc:creator>switcher</dc:creator>
		<pubDate>Mon, 21 Jul 2008 20:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-168997</guid>
		<description>Thanks a lot for this tip, but you have to write :  
 var toolTipExists:Boolean = errorMessageToolTips.hasOwnProperty(target.name);
before 
 if (target.text == "")

if not, it can't work because var toolTipExists doesn't exist !
else
{
  // TextInput is valid. Hide the error message if one exists.
   if (toolTipExists)
   {
        (errorMessageToolTips[target.name] as ToolTip).visible = false;</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tip, but you have to write :<br />
 var toolTipExists:Boolean = errorMessageToolTips.hasOwnProperty(target.name);<br />
before<br />
 if (target.text == &#8220;&#8221;)</p>
<p>if not, it can&#8217;t work because var toolTipExists doesn&#8217;t exist !<br />
else<br />
{<br />
  // TextInput is valid. Hide the error message if one exists.<br />
   if (toolTipExists)<br />
   {<br />
        (errorMessageToolTips[target.name] as ToolTip).visible = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tami</title>
		<link>http://aralbalkan.com/1125#comment-155851</link>
		<dc:creator>Tami</dc:creator>
		<pubDate>Sun, 15 Jun 2008 05:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-155851</guid>
		<description>Abstraction also adds scalability to a solution--and as "Hmm" pointed out this "simple" solution won't scale to large forms.  My plug for "complex" yet "elegant" solutions...</description>
		<content:encoded><![CDATA[<p>Abstraction also adds scalability to a solution&#8211;and as &#8220;Hmm&#8221; pointed out this &#8220;simple&#8221; solution won&#8217;t scale to large forms.  My plug for &#8220;complex&#8221; yet &#8220;elegant&#8221; solutions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hmm</title>
		<link>http://aralbalkan.com/1125#comment-154220</link>
		<dc:creator>Hmm</dc:creator>
		<pubDate>Mon, 09 Jun 2008 18:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-154220</guid>
		<description>Abstraction??
This won't work for large forms. A more sophisticated solution is needed.</description>
		<content:encoded><![CDATA[<p>Abstraction??<br />
This won&#8217;t work for large forms. A more sophisticated solution is needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinton</title>
		<link>http://aralbalkan.com/1125#comment-136763</link>
		<dc:creator>Quinton</dc:creator>
		<pubDate>Wed, 16 Apr 2008 23:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-136763</guid>
		<description>Thanks!!! This is good stuff.</description>
		<content:encoded><![CDATA[<p>Thanks!!! This is good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://aralbalkan.com/1125#comment-130563</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-130563</guid>
		<description>Hi, send me tutorial of Flex?
thank you
Leandro</description>
		<content:encoded><![CDATA[<p>Hi, send me tutorial of Flex?<br />
thank you<br />
Leandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://aralbalkan.com/1125#comment-129943</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 26 Mar 2008 19:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-129943</guid>
		<description>abstraction for those that know what they're doing saves a lot of time and money.    Real programmers know that...</description>
		<content:encoded><![CDATA[<p>abstraction for those that know what they&#8217;re doing saves a lot of time and money.    Real programmers know that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hmm</title>
		<link>http://aralbalkan.com/1125#comment-128412</link>
		<dc:creator>Hmm</dc:creator>
		<pubDate>Fri, 21 Mar 2008 21:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-128412</guid>
		<description>Your point about the red borders not being enough information is a good one, but what if your form is complicated with about 10 or 15 fields? You can't display them all (especially if the page just loaded).  It'd be good if an error tip only displayed like this for the component that currently has the focus.</description>
		<content:encoded><![CDATA[<p>Your point about the red borders not being enough information is a good one, but what if your form is complicated with about 10 or 15 fields? You can&#8217;t display them all (especially if the page just loaded).  It&#8217;d be good if an error tip only displayed like this for the component that currently has the focus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien</title>
		<link>http://aralbalkan.com/1125#comment-124201</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Sat, 08 Mar 2008 16:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-124201</guid>
		<description>i was talking about the HBox workaround (HBox word has been removed from previous post)</description>
		<content:encoded><![CDATA[<p>i was talking about the HBox workaround (HBox word has been removed from previous post)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien</title>
		<link>http://aralbalkan.com/1125#comment-124200</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Sat, 08 Mar 2008 16:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1125#comment-124200</guid>
		<description>Thanks for the  workaround !!!  I was starting to go crazy with  my tooltip not EXACTLY where i wanted it to be ! :) Saved my day !</description>
		<content:encoded><![CDATA[<p>Thanks for the  workaround !!!  I was starting to go crazy with  my tooltip not EXACTLY where i wanted it to be ! <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Saved my day !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
