Something simple that also works is taking a "months" array, slicing out the "meetings" and using the left overs as the basis for your disabledRanges array. HTH...=)

P E A C E

Hasan

On Nov 28, 2006, at 7:46 AM, qnotemedia wrote:

Never really found an answer to this. Anyone know where I can find
more primers on extending Components? I've gone through a few, but
none of them seem to really apply to this particular dilemma.

- Chris

--- In flexcoders@yahoogroups.com, "qnotemedia" <[EMAIL PROTECTED]>
wrote:
>
> Sorry - posted this in the wrong thread!!
>
> So how about this? If you CTRL-Click on a default Datechooser in
MXML,
> you get the built-in DateChooser.as. I'm particularly interested in
> the section on the showToday property, which of course has its own
> style for a specific date. I would think that maybe this could
perhaps
> be edited to accept an array of dates instead of a single date? I
just
> don't quite know enough yet on exactly how to do something that
> simple...
>
> - Chris
>
>
> --- In flexcoders@yahoogroups.com, "Andrew D. Goodfellow"
> <agoodfellow@> wrote:
> >
> > Yeah, I've been trying to figure this one out in my spare time as
> well.
> > "selectedRanges" is definitely not what you want. I haven't dug
> into sub
> > classing the DateChooser yet, but I am sure that will be required.
> >
> > Can anyone from Adobe shed some more light on this components
> rendering
> > grid?
> >
> > -Andy
> >
> > On 11/9/06, qnotemedia <qnotemedia@> wrote:
> > >
> > > Nah, not selectedRanges - cause, I'd like to highlight
specific
> dates
> > > randomly, not consecutive ones. Though I haven't used
> > > selectedRanges...can you specify the same date as the "range?"
> Will
> > > look into that...
> > >
> > > Anyone use Outlook's Calendar? i.e. when you look at the whole
> > > month, numbers (dates) that have meetings are bolded. That's
what
> > > I'd like to accomplish.
> > >
> > > I figured this would clearly require extending the DateChooser
> class
> > > and passing the data to it as a property. However, I'm not sure
> how
> > > to selectively apply a bold style or something to a specific
date.
> > > What part of the DateChooser is rendering the dates?
> > >
> > > - Chris
> > >
> > > --- In flexcoders@yahoogroups.com <flexcoders%
40yahoogroups.com>,
> Tom
> > > Chiverton <tom.chiverton@>
> > > wrote:
> > > > set selectedRanges ?
> > > >
> > > > --
> > > > Tom Chiverton
> > > > Helping to administratively harvest internet appliances
> > > >
> > > > ****************************************************
> > > >
> > > > This email is sent for and on behalf of Halliwells LLP.
> > > >
> > > > Halliwells LLP is a limited liability partnership registered
in
> > > England and Wales under registered number OC307980 whose
> registered
> > > office address is at St James's Court Brown Street Manchester M2
> > > 2JF. A list of members is available for inspection at the
> registered
> > > office. Any reference to a partner in relation to Halliwells LLP
> > > means a member of Halliwells LLP. Regulated by the Law Society.
> > > >
> > > > CONFIDENTIALITY
> > > >
> > > > This email is intended only for the use of the addressee named
> > > above and may be confidential or legally privileged. If you are
> not
> > > the addressee you must not read it and must not use any
> information
> > > contained in nor copy it nor inform any person other than
> Halliwells
> > > LLP or the addressee of its existence or contents. If you have
> > > received this email in error please delete it and notify
> Halliwells
> > > LLP IT Department on 0870 365 8008.
> > > >
> > > > For more information about Halliwells LLP visit
> www.halliwells.com.
> > > >
> > >
> > >
> > >
> >
>




Reply via email to