Control to edit NSTimeInterval?

Hi,


I'm looking for a control for editing a time interval - similar to NSDatePicker but returning an NSTimeInterval.


It would be nice to be able specify what fields are present (e.g. days, hours, minutes, seconds, deciseconds, milliseconds).


Is this something I need to roll myself or is there a third party control that provides this functionality?


(I looked at DejaIntervalPicker, but it doesn't give you the ability to select individual fields and edit or use a stepper like NSDatePicker)


Thanks....


Bruce

Your spec is clear and that should not be too complicated to develop.

May be you could have days, hours, minutes, seconds in the picker but keep milliseconds out, just a textfield preset to 000. Use will be simpler.


I would advise, if you have some time, to try to develop yours.


If you have issues at some point, sure there will be someone on this forum to help.


Wish you good development.

Control to edit NSTimeInterval?
 
 
Q