Re: time setter
Re: time setter
- Subject: Re: time setter
- From: Stefan Arentz <email@hidden>
- Date: Tue, 16 Jul 2002 01:16:31 +0200
On Mon, Jul 15, 2002 at 03:46:34PM -0500, Olivier Destrebecq wrote:
>
I need my user to be able to enter dates in my software. I already found
>
the omniAppkit calendar, which is great, but i cannot find any view that
>
would let the user enter the time of the day. Anybody knows where i
>
could find this? Or somebody would like to share. Apple has one in the
>
date and time preference pane which work great, but i don't think they
>
share that one.
You have a couple of options. The most simple thing to do is to use a
NSTextField with a NSDateFormatter that only accepts time formats. If
you want a control that looks more like the one Apple is using then
you could buy that ABC Framework from www.jiiva.com.
Personally I would go for option thee; write one yourself. More fun
and you learn a great deal about Cocoa :-)
Stefan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >time setter (From: Olivier Destrebecq <email@hidden>) |