The following are the parts of code include the DateField:

<mx:Canvas backgroundColor="#F2F4F3"
xmlns:mx="http://www.macromedia.com/2003/mxml"      xmlns:local="*"
            width="700"      height="220" vScrollPolicy="off"
hScrollPolicy="off" creationComplete="drawIt();">

...

...

<!-- statistics and filter area canvas -->
                  <mx:Canvas id="statistics_filter"
hScrollPolicy="off" vScrollPolicy="off" height="200" width="220">

...

<mx:FormItem label="From:" styleName="flabelColor" textAlign="left">
<mx:DateField id="fromDate" dateFormatter="formatDate" 
change="useFromDate(event)" height="17" width="95" verticalGap="0"
marginLeft="0" marginRight="0" />
</mx:FormItem>
<mx:FormItem label="Until:" styleName="flabelColor" textAlign="left">
<mx:DateField id="untillDate"  dateFormatter="formatDate"
change="useUntillDate(event)" height="17" width="95" verticalGap="0"
marginRight="0" marginLeft="0"/>
                                    </mx:FormItem>

...
    </mx:Canvas>     
                 
</mx:Canvas>

Clicking on Calendar of DateField the Calendar opens and upper dates
could not been seen because of external canvas.


Thank you for your response





--
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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to