seems like the logicve is there;
"""
/**
* Determines if the value is not null and not NaN value.
*/
override protected function isRealValue(value:Object):Boolean
{
return ((value != null) && !isNaN(Number(value)));
}
""
Peace, Mike
On 8/28/06, Jeff Tapper <
[EMAIL PROTECTED]> wrote:
Am i missing something basic, or does the NumberValidator not contain the
infrastructure to ensure that the specified value is a number? I'm nearly
certian that the NumberValidator could perform a NaN check as well as
validating from within a range. Do we need to roll that ourselves in Flex 2?
--
What goes up, does come down. __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] NumberValidator question Michael Schmalle
- Re: [flexcoders] NumberValidator question Jeff Tapper
- Re: [flexcoders] NumberValidator question Michael Schmalle
- Re: [flexcoders] NumberValidator question Samuel Reuben
- Re: [flexcoders] NumberValidator questio... Michael Schmalle
- Re: [flexcoders] NumberValidator qu... Jeff Tapper
- Re: [flexcoders] NumberValidato... Samuel Reuben
Reply via email to

