Re: NSDatePicker: Multiple selections?
Re: NSDatePicker: Multiple selections?
- Subject: Re: NSDatePicker: Multiple selections?
- From: Scott Anguish <email@hidden>
- Date: Tue, 12 Jul 2005 01:02:31 -0400
On Jul 12, 2005, at 12:59 AM, Matt Baker wrote:
Hello,
I realize NSDatePciker arrived with Tiger and there's at least a
few requested modifications, but I was wondering if anyone could
brainstorm a solutions to this problem:
Currently, NSDatepicker can only return one highlighted date. If
there a way to convince it to highlight multiple dates? For
instance, if given a dictionary/array/etc of dates: 2005-07-12,
2005-07-15,2005-08-01... it will give some indication that those
dates are highlighted.
Can this be done by overlaying some type of grid above the control?
Can the control give coordinates of a date, or would such a
solution require I programatically determine the position of a date?
this isn't currently supported, but there is stuff in place to
support date ranges it at some point.
You'd probably be better off using two date controls right now,
a start and end date... or a start calendar and then a duration
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden