<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <![CDATA[ public function setDate():void{ myDC.selectedDate =new Date(2006,11,25); } ]]> </mx:Script> <mx:DateChooser id="myDC"/> <mx:Button label="Set Christmas date" click="setDate()"/> </mx:Application>
--- In [email protected], "Bas J. Brey" <[EMAIL PROTECTED]> wrote: > > I'm working with DateField components a lot and when i set the selectedDate > of the DateField component the connected DateChooser does show the correct > Year and Month, but does not highlight the selected Day! > > > > Any clues on how to work around this? > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

