Marko Riedel | 9 Jul 17:23

calendar view, again

Hi folks,

as I could not find an implementation of NSDatePicker, I wrote a calendar view myself, which you may find
here: 

    http://gnustep.it/marko/calendar.tgz.

If anyone wants to turn it into a proper implementation of DatePicker + Cell, feel free to go ahead, I think it
would be useful.

Best regards,

Marko Riedel

+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde <at> yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+

      __________________________________________________________
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang.
http://de.overview.mail.yahoo.com
Marko Riedel | 9 Jul 17:38

Re: calendar view, again

The TGZ archive includes a PNG image that shows what the calendar view looks like.

Best regards,

Marko

+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde <at> yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+

--- Marko Riedel <markoriedelde <at> yahoo.de> schrieb am Mi, 9.7.2008:

> Von: Marko Riedel <markoriedelde <at> yahoo.de>
> Betreff: calendar view, again
> An: "DISCUSS GNUstep" <discuss-gnustep <at> gnu.org>
> Datum: Mittwoch, 9. Juli 2008, 17:26
> Hi folks,
> 
> as I could not find an implementation of NSDatePicker, I
> wrote a calendar view myself, which you may find here: 
> 
>     http://gnustep.it/marko/calendar.tgz.
> 
> If anyone wants to turn it into a proper implementation of
> DatePicker + Cell, feel free to go ahead, I think it would
> be useful.
> 
> Best regards,
> 
(Continue reading)

Marko Riedel | 9 Jul 23:24

Re: calendar view, again


Hi folks,

by looking at the header file for the calendar you may find the following line:

#define BINCAL @"/usr/bin/cal"

which was left over from a previous version. I simply forgot to remove it. The calendar does NOT in fact use
"cal". I tried this approach, but was not satisfied with it.

The data for the calendar are calculated using the functions of NSCalendarDate alone.

Best regards,

Marko

+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde <at> yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+

--- Marko Riedel <markoriedelde <at> yahoo.de> schrieb am Mi, 9.7.2008:

> Von: Marko Riedel <markoriedelde <at> yahoo.de>
> Betreff: Re: calendar view, again
> An: "DISCUSS GNUstep" <discuss-gnustep <at> gnu.org>
> Datum: Mittwoch, 9. Juli 2008, 17:38
> The TGZ archive includes a PNG image that shows what the
> calendar view looks like.
> 
(Continue reading)

Marko Riedel | 10 Jul 17:51

Re: calendar view, again

Hello again,

just in case anyone is interested, I added some methods to the calendar that let the user set it
programmatically or from the current date.

    http://gnustep.it/marko/calendar.tgz.

Best regards,

Marko

+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde <at> yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+

--- Marko Riedel <markoriedelde <at> yahoo.de> schrieb am Mi, 9.7.2008:

> Von: Marko Riedel <markoriedelde <at> yahoo.de>
> Betreff: Re: calendar view, again
> An: "DISCUSS GNUstep" <discuss-gnustep <at> gnu.org>
> Datum: Mittwoch, 9. Juli 2008, 23:24
> Hi folks,
> 
> by looking at the header file for the calendar you may find
> the following line:
> 
> #define BINCAL @"/usr/bin/cal"
> 
> which was left over from a previous version. I simply
(Continue reading)


Gmane