Questions tagged [datechooser]
29 questions
3
votes
2 answers
Flex DateChooser - Difference in font-color for week/weekend days
I would like to see different colors in my DateChooser / CalendarLayout for weekdays and weekend days. I would also like to achieve this using a custom stylename (for example: "weekColor" and "weekendColor".
Any idea how this can be…

Rick Veenstra
- 61
- 4
3
votes
2 answers
Select month and year range (without days) Android
maybe someone know component (view) to select range? like:
Select from: select to:
month+year month+year
i finded datePicker views on gitHub only with days selection range:
github
but in this component draws dates :(

Профіль заблоковано
- 73
- 1
- 1
- 13
3
votes
4 answers
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…

JD Isaacks
- 56,088
- 93
- 276
- 422
2
votes
3 answers
Flex 4 DateChooser
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?

Francisc
- 77,430
- 63
- 180
- 276
2
votes
1 answer
1
vote
2 answers
cannot find mx:DateChooser in Flash Builder 4.6
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7d9b.html#WS2db454920e96a9e51e63e3d11c0bf63b33-7fd3
Shows that mx:DateChooser control can be used in Flash Builder 4.6
I cannot find it in the codehint.
Please advise on how…

Kim Stacks
- 10,202
- 35
- 151
- 282
1
vote
1 answer
Flex: How to make DateChooser show selectedDate
I got a Problem with my DateChooser. When clicking the control directly it highlights the date as it should.
When selecting the date programmatically it won't show.
var date:Date = notification.getBody() as Date;
_view.dcMiniCalendar.selectedDate…

Max
- 180
- 4
- 13
1
vote
0 answers
JCombobox freezes after i choose a date from datechooser?
I dont know why my combo box freezes after choosing a date.
This is the code for the combobox:
String[] name_bike= {"S","x","x"};
JComboBox comboBox = new…

Luffy123
- 47
- 6
1
vote
1 answer
How can I programmatically open the DateChooserPanel when my frame gets shown
I'm using the DateChooser Lib from Androsov Vadim which can be found here:
Sourceforge Link
What I want to achieve is, simply show the popup menu when the frame gets shown.
Here is a simple implementation of the DateChooserCombo
package…

Margu
- 175
- 3
- 14
1
vote
1 answer
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…

Nemi
- 1,012
- 10
- 19
0
votes
3 answers
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?

sprugman
- 19,351
- 35
- 110
- 163
0
votes
1 answer
How to use button to get a Jquery Datepicker?
I want to create a Datechooser, but I want a button near the text field and when I click the button, the Datepicker should show up, but selected date should be in the text box.
How can I do this.

srisar
- 1,495
- 5
- 18
- 27
0
votes
2 answers
How can I change the selected date text-color in a Datechooser?
I'm trying to change the selected date text-color.
.dateChooser{
selection-color:#000000;
}
`
I changed my selected date (FEB 23) selection-color to black, but I also need to change the text-color, let's…

user454530
- 101
- 7
0
votes
1 answer
Flex DateField / DateChooser Issue
We use the mx:DateField for our Dates and editable="true" so that we can either choose a date or enter it as well. The requirement is that we should not be able to enter more than 10 characters in this field (10/10/2010). But the DateField does not…

Harry
- 546
- 6
- 22
- 50
0
votes
1 answer
debugger version of flash not loading swf unless user mouseover
I have embedded the calender (datefield and datechooser) control of flex in cfm. When my application page loads the calender (swf) gets loads only if we mouseover the placeholder. However the issue is only in machines which have the debugger flash…

Yoosaf Abdulla
- 3,722
- 4
- 31
- 34