for my purposes I managed to display my selectedRanges after changing
screens or selecting a date by overriding selectedRanges in
DateChooser.as in framework to be public 

--- In flexcoders@yahoogroups.com, "msloumac" <[EMAIL PROTECTED]>
wrote:
>
> Hi There,
> may be bug, the data binding works fine for selectedRanges= {etc} but
> when you select a date on the dateChooser - switch views then return
> to the dateChooser the selectedRanges highlights are lost - like the
> selectedDate is overriding them - if you programatically force a reset
> of selectedRanges - this does not work -
> mydatechooserid.selectedRanges=mydateRange;
> L
> 
> 
> --- In flexcoders@yahoogroups.com, "Brendan Meutzner" <bmeutzner@>
> wrote:
> >
> > Hey,
> > 
> > Yes, very annoying... it appears that  the combination of "{[{" causes
> > problems...
> > 
> > 
> > Brendan
> > 
> > 
> > On 1/25/07, Steve House <newsgroups@> wrote:
> > >
> > >   Brendan,
> > >
> > > I am getting the same problem with:
> > >
> > > <mx:DateField id="dtNeeded" disabledRanges="{[{rangeEnd: new
> Date()}]}"
> > >                             selectedDate="{detailObject.dtNeeded }"
> > > editable="true" />
> > >
> > > Really Annoying!  Adobe, is this a bug and is there a
> workaround???????
> > >
> > > Steve
> > >
> > >
> > > On 1/22/07, Brendan Meutzner <bmeutzner@> wrote:
> > > >
> > > >   Hi,
> > > >
> > > > The following line causes the code-highlighting features in
> FlexBuilderto stop working...
> > > >
> > > > <DateChooser selectedRanges=" {[{rangeStart:range1Start,
> > > > rangeEnd:range1End}]} " />
> > > >
> > > > Is this a bug?
> > > >
> > > > Brendan
> > > >
> > > >
> > >  
> > >
> > 
> > 
> > 
> > -- 
> > Brendan Meutzner
> > Stretch Media - RIA Adobe Flex Development
> > brendan.meutzner@
> > http://www.stretchmedia.ca
> >
>


Reply via email to