Re: Calendar question
Re: Calendar question
- Subject: Re: Calendar question
- From: Matteo Manferdini <email@hidden>
- Date: Fri, 21 Apr 2006 16:37:37 +0200
Il giorno 21/apr/06, alle ore 16:18, JuanC ha scritto:
Hi to everybody!
Sorry for bother us!
I need implement a calendar like -iCalc-. I am using a NSMatrix of
rectangle and trying to write the different day number on it.
Unfortunately I canĀ“t write on the rectangle of this matrix.
Questions:
-Is this approach the correct?
-iCalc do used a similar approach?
-Anyone know a code example that could help me?
After a careful analisys on the behaviour of iCal, I *think* that the
calendar and the events in iCal are all custom views. I found also
other applications using the same approach.
I couldnt find code examples on this, as the applications I looked to
figure it out are all commercial, but you can find an example on how
to implement a view with draggable items in Sketch, in the examples
directory (/Developer/Examples/AppKit/). The idea is to use custom
views to implement draggable items instead of bezier paths.
Note however that doing this way you have to implement yourself also
the view displaying the calendar.
---
Matteo Manferdini
_______________________________________________
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