Hi,

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




__,_._,___

Reply via email to