Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Looking for a SWT Calendar Widget
Looking for a SWT Calendar Widget [message #324172] Fri, 18 January 2008 09:44 Go to next message
Toby Weston is currently offline Toby WestonFriend
Messages: 22
Registered: July 2009
Junior Member
Hi Folks,

Anyone know of a good calendar component? Not just date picker but a large calendar like you'd see in PIM such as outlook?

I've seen CCalendar from AspenCloud (http://calypsorcp.sourceforge.net/screenshots.php#caly) but they describe this as proof of concept.

swt-calendar seems to have disappeared completly?


Any other's people are using?

Cheers ears,
Re: Looking for a SWT Calendar Widget [message #324184 is a reply to message #324172] Fri, 18 January 2008 15:51 Go to previous messageGo to next message
Matthew Hall is currently offline Matthew HallFriend
Messages: 368
Registered: July 2009
Senior Member
Toby Weston wrote:
> Hi Folks,
>
> Anyone know of a good calendar component? Not just date picker but a large calendar like you'd see in PIM such as outlook?
>
> I've seen CCalendar from AspenCloud (http://calypsorcp.sourceforge.net/screenshots.php#caly) but they describe this as proof of concept.
>
> swt-calendar seems to have disappeared completly?
>
>
> Any other's people are using?
>
> Cheers ears,

SWT has a new DateTime control as of version 3.3, which you can use with
the SWT.CALENDAR style. Or check out the Nebula project, which has
several calendar widgets:
http://www.eclipse.org/nebula/

Matthew
Re: Looking for a SWT Calendar Widget [message #324187 is a reply to message #324184] Fri, 18 January 2008 16:47 Go to previous messageGo to next message
Toby Weston is currently offline Toby WestonFriend
Messages: 22
Registered: July 2009
Junior Member
Thanks, so does the SWT component with SWT.CALENDAR style mean it can be quiet large (not just a picker)? I'm aiming to associate things with a day to get a diary thing going.

Cheers
Re: Looking for a SWT Calendar Widget [message #324189 is a reply to message #324187] Fri, 18 January 2008 16:59 Go to previous messageGo to next message
Matthew Hall is currently offline Matthew HallFriend
Messages: 368
Registered: July 2009
Senior Member
Toby Weston wrote:
> Thanks, so does the SWT component with SWT.CALENDAR style mean it can be quiet large (not just a picker)? I'm aiming to associate things with a day to get a diary thing going.
>
> Cheers

The SWT widgets page has a screenshot that should give you an idea:
http://www.eclipse.org/swt/widgets/

4 rows down, in the right-hand column.

Matthew
Re: Looking for a SWT Calendar Widget [message #324191 is a reply to message #324172] Fri, 18 January 2008 18:09 Go to previous messageGo to next message
Peter Kliem is currently offline Peter KliemFriend
Messages: 35
Registered: July 2009
Member
Hi,

if you are going for some outlook like look you can check out
http://xpmp.de/jaretcalendar.html. This is based on the jaret timebars
(gantt) using them as a vertical gantt.

Peter

Toby Weston wrote:
> Hi Folks,
>
> Anyone know of a good calendar component? Not just date picker but a large calendar like you'd see in PIM such as outlook?
>
> I've seen CCalendar from AspenCloud (http://calypsorcp.sourceforge.net/screenshots.php#caly) but they describe this as proof of concept.
>
> swt-calendar seems to have disappeared completly?
>
>
> Any other's people are using?
>
> Cheers ears,
Re: Looking for a SWT Calendar Widget [message #324192 is a reply to message #324191] Fri, 18 January 2008 18:17 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi Peter,

This looks so great. Chances this get's part of Nebula?

Tom

Peter Kliem schrieb:
> Hi,
>
> if you are going for some outlook like look you can check out
> http://xpmp.de/jaretcalendar.html. This is based on the jaret timebars
> (gantt) using them as a vertical gantt.
>
> Peter
>
> Toby Weston wrote:
>> Hi Folks,
>>
>> Anyone know of a good calendar component? Not just date picker but a
>> large calendar like you'd see in PIM such as outlook?
>>
>> I've seen CCalendar from AspenCloud
>> (http://calypsorcp.sourceforge.net/screenshots.php#caly) but they
>> describe this as proof of concept.
>>
>> swt-calendar seems to have disappeared completly?
>>
>>
>> Any other's people are using?
>>
>> Cheers ears,


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: Looking for a SWT Calendar Widget [message #324195 is a reply to message #324192] Fri, 18 January 2008 19:00 Go to previous messageGo to next message
Peter Kliem is currently offline Peter KliemFriend
Messages: 35
Registered: July 2009
Member
Hi Tom,

thanks! Sorry, no chance this gets added to Nebula since it is GPLed
(with a linking exception making it compatible with other licenses like
EPL as long as the using projects are free and public) and I sell
licenses for commercial use.

It would not be compatible with Nebula anyway since Nebula is restricted
to Java 1.4 and widgets that are coded more along SWT coding style.

Peter

Tom Schindl wrote:
> Hi Peter,
>
> This looks so great. Chances this get's part of Nebula?
>
> Tom
>
> Peter Kliem schrieb:
>> Hi,
>>
>> if you are going for some outlook like look you can check out
>> http://xpmp.de/jaretcalendar.html. This is based on the jaret timebars
>> (gantt) using them as a vertical gantt.
>>
>> Peter
>>
>> Toby Weston wrote:
>>> Hi Folks,
>>>
>>> Anyone know of a good calendar component? Not just date picker but a
>>> large calendar like you'd see in PIM such as outlook?
>>>
>>> I've seen CCalendar from AspenCloud
>>> (http://calypsorcp.sourceforge.net/screenshots.php#caly) but they
>>> describe this as proof of concept.
>>>
>>> swt-calendar seems to have disappeared completly?
>>>
>>>
>>> Any other's people are using?
>>>
>>> Cheers ears,
>
>
Re: Looking for a SWT Calendar Widget [message #528130 is a reply to message #324195] Mon, 19 April 2010 13:29 Go to previous message
Peter Rademaker is currently offline Peter RademakerFriend
Messages: 4
Registered: February 2010
Junior Member
Hi,

Is there any news on this? Maybe someone started a new project?
Toby, what did you use eventually?

I'm working on an Eclipse RCP based ERP system in which we would like to use a calendar widget for allocating resources. (e.g., planning/registration of employee working hours) I like the Jaret Calendar, however, it does not seem to be mature enough for our purposes.

On my search I found another (commercial) project, apart from the ones you've mentioned above: http://migcalendar.com
It seems to be mature enough for our purposes, but unfortunately it is a Swing based library.

Although in a pilot we did successfully integrate the MIG Swing component in SWT, (thanks to http://www.eclipse.org/articles/Article-Swing-SWT-Integratio n) we'd rather use a (non-commercial) SWT widget for this.

Peter

Previous Topic:How to programmatically import update sites in my IDE?
Next Topic:item pulldown in toolbar
Goto Forum:
  


Current Time: Thu Apr 18 09:25:50 GMT 2024

Powered by FUDForum. Page generated in 0.02398 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top