<?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/validatoring-forms-in-flex-2/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2006/08/validatoring-forms-in-flex-2/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Ray Solomon</title><link>http://renaun.com/blog/2006/08/validatoring-forms-in-flex-2/#comment-208838</link> <dc:creator>Ray Solomon</dc:creator> <pubDate>Fri, 09 Nov 2007 01:42:47 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-208838</guid> <description><![CDATA[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:SSSuggestions 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/validatoring-forms-in-flex-2/#comment-21603</link> <dc:creator>Scott</dc:creator> <pubDate>Thu, 01 Feb 2007 18:23:15 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-21603</guid> <description><![CDATA[Wasn&#039;t able to submit, when non-required validators weren&#039;t filled out, so I modified the following to AdvancedForm.setValidatorListenerEvents() in your &#039;for each&#039; loop:if( container[ a.@name ] is Validator &amp;&amp; container[ a.@name ].required ) {...}Sorry if there&#039;s a better place, but it&#039;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/validatoring-forms-in-flex-2/#comment-10180</link> <dc:creator>Dustin</dc:creator> <pubDate>Wed, 15 Nov 2006 01:21:11 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-10180</guid> <description><![CDATA[Renaun, Thanks a bunch for contributing this component to the community!I have one problem. If I&#039;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&#039;t seem to matter. Here&#039;s some code and directions to reproduce what I&#039;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/validatoring-forms-in-flex-2/#comment-4758</link> <dc:creator>Renaun Erickson</dc:creator> <pubDate>Wed, 30 Aug 2006 23:08:00 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4758</guid> <description><![CDATA[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&#039;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/validatoring-forms-in-flex-2/#comment-4754</link> <dc:creator>Lance</dc:creator> <pubDate>Wed, 30 Aug 2006 21:21:45 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/23/88/#comment-4754</guid> <description><![CDATA[I&#039;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> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.004 seconds using disk: basic
Object Caching 368/373 objects using disk: basic

 Served from: renaun.com @ 2026-06-09 05:49:23 by W3 Total Cache -->