Hi all,
              Whenever i assign day / month or year sources of
datevalidator, all UI is invisible when run, screen is filled with default
background. Sometimes/cases u can see the thing in design mode , but out put
is same. This is cut down version of the code

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute">


     <mx:DateValidator id="m"  daySource="dob_date"/>
        <mx:NumericStepper  id="dob_date" minimum="1" maximum="31"
width="40" stepSize="1"   x="88" y="162"/>
        <mx:NumericStepper id="dob_month" minimum="1" maximum="12"
width="40" stepSize="1" x="152" y="162"/>
        <mx:NumericStepper id="dob_year" width="64" stepSize="1"
minimum="1950" maximum="1990" x="219" y="162"/>
        <mx:Image x="202" y="33" width="195" height="98" id="test"/>

</mx:Application>

-- 


Regards,
Yogesh

Reply via email to