datechooser

Flex DateChooser events for individual days?

I'm using a DateChooser, and want to show different information in a tooltip as the user rolls over each day. Is there an event that fires as I'm rolling around the calendar that will tell me what day I'm currently over? ...

How do I get advanced date control for SSRS Reports which allows me to select year?

Is there a better way to allow us to scan back a year at a time in addition to a month at a time rather than just only a month at a time? ...

Flex component to select month and year only

is there a custom component that extends DateChooser that only has the month and year but not the date grid to select a specific day. All i need is the month and year not any specific day. if the month is changed i could use the change event to select the 1st day of that month ...

Flex actionscript extending DateChooser, events in calendar

ExtendedDateChooser class is great solution for simple event calendar used in my flex project. You can find it if google for "Adding-Calendar-Event-Entries-to-the-Flex-DateChooser-Component" with a link of updated solution in comments of the post. I posted files below. Problem in that calendar is text events are missing when month is ch...

DateChooser.. disable year and month?

I want a to user a DateChooser to allow a user to select a date in a given month and year. I want to set the month and year programmatically and only allow the user to select the date/day. I can do this for the year easily by setting the minYear and maxYear to whatever year I want, but I am not seeing a strait forward way of disallowin...

Flex 4 DateChooser

Hello. I have an Array of days. I want those days to have a different background-color in the DateChooser component, say red. How can I do that please? ...

How to skin an mx:DateChooser in Flex 4

I found these properties: selectionIndicatorSkin="..." todayIndicatorSkin="..." Which skins the DateChooser Selected and todays item. Oddly enough I didn't find a way where I can specifiy the skin for regular days! I found this property: weekDayStyleName="..." so I created a style .myStyle{ skin-class: ClassReference("com.my...