.NET Time Picker Updates
I released some updates night before last. One new function is the ability to make the picker work as a clock in nature, rather than… well.. a picker!
- EnableClock is the new property that allows real time clock ticking action.
- IsReadOnly has been renamed to ReadOnly (don’t know what I was thinking at the time), and it’s functionality has been imporved in that the numbers in the clock are not even selectable from the user interface when this option is set to true.
- The control now will return seconds, when AllowSecondEditing is set to true.
That and I updated the time picker example page to reflect these new changes: .NET Time Picker Example Page
Hi Mike,
Your time picker is a good control. Do you allow downloading of source code?
Otherwise, features suggested.
- scrolling values with arrow keys.
- continued scrolling when arrow up/down clicked and held
- on tabbing, not stopping on the :
You can scroll when the EnableClock is not set, and when ReadOnly is not set. I don’t however have the continuous option set, and as of right now I’ve not posted the source.
Thanks for taking the time to comment!
Hello Micheal,
I am still interested in your control. Do you have any type of licensing for the TimePicker?
Is there an email for you? I tried the email link and they came back.
RT
Sorry about that. I had a typo in my contact email. Thanks for letting me know! No licensing… it’s free! I’m currently working on getting some documentation out here…
Hello Michael,
I’m glad that I found your blog because I need to use a date picker in our ASP.net appplication. I already downloaded the TimePicker.dll but dont know how to use it. Please help how can use the .dll. I am a beginner programmer.
Thanks,
Wezlie
Michael,
Do you allow download your source code? I cannot find it anywhere in your site.
Thanks,
Hueyer
@Hueyer Yes! The source code can be found here: http://timepicker.codeplex.com
Hi Michael,
Your control is really nice, i’m not using it in my web application… you made life a bit simpler. thanks.
Hi Michael,
Your control is really nice, i’m now using it in my web application… you made life a bit simpler. thank