PDA

View Full Version : Select time values from combo box eg: 12:00 am/pm


kminev
09-24-2008, 06:54 PM
I need to add a combo-like control on my UI to select time value kind of like the way the data field component works, but only using timestamps.

Any ideas if there is a way I can implement that, perhaps flex already have component build in for that.

Thanks in advance.

worthyashes
09-24-2008, 11:17 PM
You're going to have to build your own component for this. You can either extend the combo box class to create a custom combo to do it or give a combo box the data you need and use a custom render handler to display it. There's lots of info to google about both options.