<?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: Validatoring Forms in Flex 2</title>
	<atom:link href="http://renaun.com/blog/2006/08/23/88/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/08/23/88/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Wed, 07 Jan 2009 13:13:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ray Solomon</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-208838</link>
		<dc:creator>Ray Solomon</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-208838</guid>
		<description>What would I have to do to add hours and minutes combo boxes under the date picker?
Goal is to allow clients to pick date and time of day and result in this format.
YYYY-MM-DD HH:MM:SS

Suggestions anyone?</description>
		<content:encoded><![CDATA[<p>What would I have to do to add hours and minutes combo boxes under the date picker?<br />
Goal is to allow clients to pick date and time of day and result in this format.<br />
YYYY-MM-DD HH:MM:SS</p>
<p>Suggestions anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-21603</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-21603</guid>
		<description>Wasn't able to submit, when non-required validators weren't filled out, so I modified the following to AdvancedForm.setValidatorListenerEvents() in your 'for each' loop:

if( container[ a.@name ] is Validator &#38;&#38; container[ a.@name ].required ) {...}

Sorry if there's a better place, but it's working...

Thanks so much.. working great!

-Scott</description>
		<content:encoded><![CDATA[<p>Wasn&#8217;t able to submit, when non-required validators weren&#8217;t filled out, so I modified the following to AdvancedForm.setValidatorListenerEvents() in your &#8216;for each&#8217; loop:</p>
<p>if( container[ a.@name ] is Validator &amp;&amp; container[ a.@name ].required ) {&#8230;}</p>
<p>Sorry if there&#8217;s a better place, but it&#8217;s working&#8230;</p>
<p>Thanks so much.. working great!</p>
<p>-Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-10180</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-10180</guid>
		<description>Renaun,
Thanks a bunch for contributing this component to the community!

I have one problem. If I'm using multiple validators in a form and I reset the form, the form then only requires one of the validators to be completed on the next time completing it. The rest don't seem to matter. Here's some code and directions to reproduce what I'm talking about.

The code:


	
    

        
            
        

        
            
        
        
        
            
        

        
    		
        

    	
	        
	        
    	

    
    
    
    
    



To reproduce the problem:
1. fill out the form.
2. clear the fields.
3. fill out any one field
4. click to fill out another field and the submit button becomes enabled.

Thanks for any help with this.</description>
		<content:encoded><![CDATA[<p>Renaun,<br />
Thanks a bunch for contributing this component to the community!</p>
<p>I have one problem. If I&#8217;m using multiple validators in a form and I reset the form, the form then only requires one of the validators to be completed on the next time completing it. The rest don&#8217;t seem to matter. Here&#8217;s some code and directions to reproduce what I&#8217;m talking about.</p>
<p>The code:</p>
<p>To reproduce the problem:<br />
1. fill out the form.<br />
2. clear the fields.<br />
3. fill out any one field<br />
4. click to fill out another field and the submit button becomes enabled.</p>
<p>Thanks for any help with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4758</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4758</guid>
		<description>I will look into it.  Its a error I throw when the snapshot does not find a valid value for the specific item that triggered a FOCUS_OUT event, which is set for TextInput's and TextAreas.</description>
		<content:encoded><![CDATA[<p>I will look into it.  Its a error I throw when the snapshot does not find a valid value for the specific item that triggered a FOCUS_OUT event, which is set for TextInput&#8217;s and TextAreas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4754</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4754</guid>
		<description>I'm using your component with on a few different forms in an app.  This error comes up when I transition from one state to another (containing a separate form).  Any Ideas.

Error: Snapshot not defined
	at com.renaun.containers::AdvancedForm/::textInputChange()
	at flash.display::Stage/set focus()
	at mx.core::UIComponent/setFocus()
	at mx.managers::FocusManager/setFocus()
	at mx.managers::FocusManager/::mouseDownHandler()</description>
		<content:encoded><![CDATA[<p>I&#8217;m using your component with on a few different forms in an app.  This error comes up when I transition from one state to another (containing a separate form).  Any Ideas.</p>
<p>Error: Snapshot not defined<br />
	at com.renaun.containers::AdvancedForm/::textInputChange()<br />
	at flash.display::Stage/set focus()<br />
	at mx.core::UIComponent/setFocus()<br />
	at mx.managers::FocusManager/setFocus()<br />
	at mx.managers::FocusManager/::mouseDownHandler()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Newb</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4496</link>
		<dc:creator>Flex Newb</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4496</guid>
		<description>Thanks, you just saved me a lot of time.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks, you just saved me a lot of time.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4467</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4467</guid>
		<description>Quick instructions:
Download and Extract source zip file.
In a your Flex Builder, navigate to the Flex Project you want to use it in.
Then click on Project -&gt; Properties -&gt; Flex Build Path
Then click on the Library Path tab on the right
Then click on the "Add SWC..." button on the right, browse to where you extracted the zip file.
You'll find the SWC file under /renaun_com_AdvancedForm/bin/, browse to this file and hit OK. 

Thats it, now you can use the component.

The other way would be to copy the /renaun_com_AdvancedForm/src/ files into your Project as is.

Hope that helps,</description>
		<content:encoded><![CDATA[<p>Quick instructions:<br />
Download and Extract source zip file.<br />
In a your Flex Builder, navigate to the Flex Project you want to use it in.<br />
Then click on Project -> Properties -> Flex Build Path<br />
Then click on the Library Path tab on the right<br />
Then click on the &#8220;Add SWC&#8230;&#8221; button on the right, browse to where you extracted the zip file.<br />
You&#8217;ll find the SWC file under /renaun_com_AdvancedForm/bin/, browse to this file and hit OK. </p>
<p>Thats it, now you can use the component.</p>
<p>The other way would be to copy the /renaun_com_AdvancedForm/src/ files into your Project as is.</p>
<p>Hope that helps,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Newb</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4466</link>
		<dc:creator>Flex Newb</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4466</guid>
		<description>Thanks for the component.  I have no clue how to install/use it.  Can you help?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the component.  I have no clue how to install/use it.  Can you help?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4414</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4414</guid>
		<description>Thanks Tariq,  

any suggestions on the components or comments on the usage of the components are welcome</description>
		<content:encoded><![CDATA[<p>Thanks Tariq,  </p>
<p>any suggestions on the components or comments on the usage of the components are welcome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tariq Ahmed</title>
		<link>http://renaun.com/blog/2006/08/23/88/comment-page-1/#comment-4413</link>
		<dc:creator>Tariq Ahmed</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4413</guid>
		<description>Wow, Renaun you're a productivity sharing machine!! :)

I added links to your latest set of components on CFLEX.</description>
		<content:encoded><![CDATA[<p>Wow, Renaun you&#8217;re a productivity sharing machine!! :)</p>
<p>I added links to your latest set of components on CFLEX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
