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 [email protected], "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > Hey, > > Yes, very annoying... it appears that the combination of "{[{" causes > problems... > > > Brendan > > > On 1/25/07, Steve House <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED] > http://www.stretchmedia.ca >

