Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » CompositeTable MonthCalendar
CompositeTable MonthCalendar [message #49690] Thu, 21 February 2008 01:54 Go to next message
Eclipse UserFriend
Originally posted by: tskaufma.gmail.com

Hello,

I am looking at using the MonthCalendar provided by CompositeTable in my
RCP Application.

Is MonthCalendar suitable for use in an RCP? If so, are there any planned
improvements?

One thing that would be nice to have is to have MonthCalendar implement
ISelectionProvider and have the ability to set the selection on the
MonthCalendar.

Thanks,
Trevor Kaufman
Re: CompositeTable MonthCalendar [message #49751 is a reply to message #49690] Fri, 22 February 2008 22:49 Go to previous messageGo to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Hi Trevor,

On Wed, 2008-02-20 at 20:54 -0500, Trevor Kaufman wrote:
> I am looking at using the MonthCalendar provided by CompositeTable in my
> RCP Application.
>
> Is MonthCalendar suitable for use in an RCP? If so, are there any planned
> improvements?

It's deployed in an RCP app. I know it's pretty simple right now, but
it meets our needs.

> One thing that would be nice to have is to have MonthCalendar implement
> ISelectionProvider and have the ability to set the selection on the
> MonthCalendar.

I'm busy with enhancements to CompositeTable proper right now, but I'd
love to have contributions. :-)


Best regards,

Dave
Re: CompositeTable MonthCalendar [message #49782 is a reply to message #49751] Sat, 23 February 2008 22:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tskaufma.gmail.com

Hey Dave,

I'll see what I can do.

ISelectionProvider is a JFace interface, and the CompositeTable plugin
doesn't depend on JFace, so I have put my humble beginnings in another
plugin with .viewers at the end. At the moment it is my intend to implement
a complete ContentViewer for MonthCalendar. If you have any suggestions,
concerns or questions I'd love to hear them.

Should I file a bugzilla enhancement request for this?

Thanks,
Trevor Kaufman

"Dave Orme" <djo@coconut-palm-software.com> wrote in message
news:1203720563.11467.21.camel@caraway.coconut-palm-software.com...
> Hi Trevor,
>
> On Wed, 2008-02-20 at 20:54 -0500, Trevor Kaufman wrote:
>> I am looking at using the MonthCalendar provided by CompositeTable in my
>> RCP Application.
>>
>> Is MonthCalendar suitable for use in an RCP? If so, are there any planned
>> improvements?
>
> It's deployed in an RCP app. I know it's pretty simple right now, but
> it meets our needs.
>
>> One thing that would be nice to have is to have MonthCalendar implement
>> ISelectionProvider and have the ability to set the selection on the
>> MonthCalendar.
>
> I'm busy with enhancements to CompositeTable proper right now, but I'd
> love to have contributions. :-)
>
>
> Best regards,
>
> Dave
>
>
Re: CompositeTable MonthCalendar [message #49811 is a reply to message #49782] Mon, 25 February 2008 22:34 Go to previous messageGo to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
On Sat, 2008-02-23 at 17:15 -0500, Trevor Kaufman wrote:
> Hey Dave,
>
> I'll see what I can do.

Cool!

> ISelectionProvider is a JFace interface, and the CompositeTable plugin
> doesn't depend on JFace, so I have put my humble beginnings in another
> plugin with .viewers at the end. At the moment it is my intend to implement
> a complete ContentViewer for MonthCalendar. If you have any suggestions,
> concerns or questions I'd love to hear them.

Sounds great. Just follow the existing Nebula naming conventions for
these sorts of things. Also, to contribute > 100 lines of code through
Bugzilla, I believe you'll need a contributor's agreement on file at
Eclipse.org if you haven't got one already.

> Should I file a bugzilla enhancement request for this?

Yes, please.


Best regards,

Dave Orme
Re: CompositeTable MonthCalendar [message #50187 is a reply to message #49811] Sat, 01 March 2008 18:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tskaufma.gmail.com

Hey,

Bug 220870 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=220870 is the
enhancement request for the Viewer for MonthCalendar.


Additionally, MonthCalendar doesn't leave some indication of the previously
selected date when it loses focus. I've implemented a simple solution that
leaves the outline but changes the color, also the set focus now returns
focus to the previously selected date if there was one. Should I file a bug
or enhancement request for this ?

Thanks,
Trevor

"Dave Orme" <djo@coconut-palm-software.com> wrote in message
news:1203978881.3275.9.camel@caraway.coconut-palm-software.com...
>
> On Sat, 2008-02-23 at 17:15 -0500, Trevor Kaufman wrote:
>> Hey Dave,
>>
>> I'll see what I can do.
>
> Cool!
>
>> ISelectionProvider is a JFace interface, and the CompositeTable plugin
>> doesn't depend on JFace, so I have put my humble beginnings in another
>> plugin with .viewers at the end. At the moment it is my intend to
>> implement
>> a complete ContentViewer for MonthCalendar. If you have any suggestions,
>> concerns or questions I'd love to hear them.
>
> Sounds great. Just follow the existing Nebula naming conventions for
> these sorts of things. Also, to contribute > 100 lines of code through
> Bugzilla, I believe you'll need a contributor's agreement on file at
> Eclipse.org if you haven't got one already.
>
>> Should I file a bugzilla enhancement request for this?
>
> Yes, please.
>
>
> Best regards,
>
> Dave Orme
>
>
Re: CompositeTable MonthCalendar [message #50395 is a reply to message #50187] Tue, 04 March 2008 19:09 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
I answered this on Bugzilla; thanks again much for your feedback and
contributions!


Best regards,

Dave Orme

On Sat, 2008-03-01 at 13:38 -0500, Trevor Kaufman wrote:
> Hey,
>
> Bug 220870 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=220870 is the
> enhancement request for the Viewer for MonthCalendar.
>
>
> Additionally, MonthCalendar doesn't leave some indication of the previously
> selected date when it loses focus. I've implemented a simple solution that
> leaves the outline but changes the color, also the set focus now returns
> focus to the previously selected date if there was one. Should I file a bug
> or enhancement request for this ?
>
> Thanks,
> Trevor
>
> "Dave Orme" <djo@coconut-palm-software.com> wrote in message
> news:1203978881.3275.9.camel@caraway.coconut-palm-software.com...
> >
> > On Sat, 2008-02-23 at 17:15 -0500, Trevor Kaufman wrote:
> >> Hey Dave,
> >>
> >> I'll see what I can do.
> >
> > Cool!
> >
> >> ISelectionProvider is a JFace interface, and the CompositeTable plugin
> >> doesn't depend on JFace, so I have put my humble beginnings in another
> >> plugin with .viewers at the end. At the moment it is my intend to
> >> implement
> >> a complete ContentViewer for MonthCalendar. If you have any suggestions,
> >> concerns or questions I'd love to hear them.
> >
> > Sounds great. Just follow the existing Nebula naming conventions for
> > these sorts of things. Also, to contribute > 100 lines of code through
> > Bugzilla, I believe you'll need a contributor's agreement on file at
> > Eclipse.org if you haven't got one already.
> >
> >> Should I file a bugzilla enhancement request for this?
> >
> > Yes, please.
> >
> >
> > Best regards,
> >
> > Dave Orme
> >
> >
Re: CompositeTable MonthCalendar [message #588686 is a reply to message #49690] Fri, 22 February 2008 22:49 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Hi Trevor,

On Wed, 2008-02-20 at 20:54 -0500, Trevor Kaufman wrote:
> I am looking at using the MonthCalendar provided by CompositeTable in my
> RCP Application.
>
> Is MonthCalendar suitable for use in an RCP? If so, are there any planned
> improvements?

It's deployed in an RCP app. I know it's pretty simple right now, but
it meets our needs.

> One thing that would be nice to have is to have MonthCalendar implement
> ISelectionProvider and have the ability to set the selection on the
> MonthCalendar.

I'm busy with enhancements to CompositeTable proper right now, but I'd
love to have contributions. :-)


Best regards,

Dave
Re: CompositeTable MonthCalendar [message #588697 is a reply to message #49751] Sat, 23 February 2008 22:15 Go to previous message
Eclipse UserFriend
Originally posted by: tskaufma.gmail.com

Hey Dave,

I'll see what I can do.

ISelectionProvider is a JFace interface, and the CompositeTable plugin
doesn't depend on JFace, so I have put my humble beginnings in another
plugin with .viewers at the end. At the moment it is my intend to implement
a complete ContentViewer for MonthCalendar. If you have any suggestions,
concerns or questions I'd love to hear them.

Should I file a bugzilla enhancement request for this?

Thanks,
Trevor Kaufman

"Dave Orme" <djo@coconut-palm-software.com> wrote in message
news:1203720563.11467.21.camel@caraway.coconut-palm-software.com...
> Hi Trevor,
>
> On Wed, 2008-02-20 at 20:54 -0500, Trevor Kaufman wrote:
>> I am looking at using the MonthCalendar provided by CompositeTable in my
>> RCP Application.
>>
>> Is MonthCalendar suitable for use in an RCP? If so, are there any planned
>> improvements?
>
> It's deployed in an RCP app. I know it's pretty simple right now, but
> it meets our needs.
>
>> One thing that would be nice to have is to have MonthCalendar implement
>> ISelectionProvider and have the ability to set the selection on the
>> MonthCalendar.
>
> I'm busy with enhancements to CompositeTable proper right now, but I'd
> love to have contributions. :-)
>
>
> Best regards,
>
> Dave
>
>
Re: CompositeTable MonthCalendar [message #588704 is a reply to message #49782] Mon, 25 February 2008 22:34 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
On Sat, 2008-02-23 at 17:15 -0500, Trevor Kaufman wrote:
> Hey Dave,
>
> I'll see what I can do.

Cool!

> ISelectionProvider is a JFace interface, and the CompositeTable plugin
> doesn't depend on JFace, so I have put my humble beginnings in another
> plugin with .viewers at the end. At the moment it is my intend to implement
> a complete ContentViewer for MonthCalendar. If you have any suggestions,
> concerns or questions I'd love to hear them.

Sounds great. Just follow the existing Nebula naming conventions for
these sorts of things. Also, to contribute > 100 lines of code through
Bugzilla, I believe you'll need a contributor's agreement on file at
Eclipse.org if you haven't got one already.

> Should I file a bugzilla enhancement request for this?

Yes, please.


Best regards,

Dave Orme
Re: CompositeTable MonthCalendar [message #588861 is a reply to message #49811] Sat, 01 March 2008 18:38 Go to previous message
Eclipse UserFriend
Originally posted by: tskaufma.gmail.com

Hey,

Bug 220870 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=220870 is the
enhancement request for the Viewer for MonthCalendar.


Additionally, MonthCalendar doesn't leave some indication of the previously
selected date when it loses focus. I've implemented a simple solution that
leaves the outline but changes the color, also the set focus now returns
focus to the previously selected date if there was one. Should I file a bug
or enhancement request for this ?

Thanks,
Trevor

"Dave Orme" <djo@coconut-palm-software.com> wrote in message
news:1203978881.3275.9.camel@caraway.coconut-palm-software.com...
>
> On Sat, 2008-02-23 at 17:15 -0500, Trevor Kaufman wrote:
>> Hey Dave,
>>
>> I'll see what I can do.
>
> Cool!
>
>> ISelectionProvider is a JFace interface, and the CompositeTable plugin
>> doesn't depend on JFace, so I have put my humble beginnings in another
>> plugin with .viewers at the end. At the moment it is my intend to
>> implement
>> a complete ContentViewer for MonthCalendar. If you have any suggestions,
>> concerns or questions I'd love to hear them.
>
> Sounds great. Just follow the existing Nebula naming conventions for
> these sorts of things. Also, to contribute > 100 lines of code through
> Bugzilla, I believe you'll need a contributor's agreement on file at
> Eclipse.org if you haven't got one already.
>
>> Should I file a bugzilla enhancement request for this?
>
> Yes, please.
>
>
> Best regards,
>
> Dave Orme
>
>
Re: CompositeTable MonthCalendar [message #588902 is a reply to message #50187] Tue, 04 March 2008 19:09 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
I answered this on Bugzilla; thanks again much for your feedback and
contributions!


Best regards,

Dave Orme

On Sat, 2008-03-01 at 13:38 -0500, Trevor Kaufman wrote:
> Hey,
>
> Bug 220870 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=220870 is the
> enhancement request for the Viewer for MonthCalendar.
>
>
> Additionally, MonthCalendar doesn't leave some indication of the previously
> selected date when it loses focus. I've implemented a simple solution that
> leaves the outline but changes the color, also the set focus now returns
> focus to the previously selected date if there was one. Should I file a bug
> or enhancement request for this ?
>
> Thanks,
> Trevor
>
> "Dave Orme" <djo@coconut-palm-software.com> wrote in message
> news:1203978881.3275.9.camel@caraway.coconut-palm-software.com...
> >
> > On Sat, 2008-02-23 at 17:15 -0500, Trevor Kaufman wrote:
> >> Hey Dave,
> >>
> >> I'll see what I can do.
> >
> > Cool!
> >
> >> ISelectionProvider is a JFace interface, and the CompositeTable plugin
> >> doesn't depend on JFace, so I have put my humble beginnings in another
> >> plugin with .viewers at the end. At the moment it is my intend to
> >> implement
> >> a complete ContentViewer for MonthCalendar. If you have any suggestions,
> >> concerns or questions I'd love to hear them.
> >
> > Sounds great. Just follow the existing Nebula naming conventions for
> > these sorts of things. Also, to contribute > 100 lines of code through
> > Bugzilla, I believe you'll need a contributor's agreement on file at
> > Eclipse.org if you haven't got one already.
> >
> >> Should I file a bugzilla enhancement request for this?
> >
> > Yes, please.
> >
> >
> > Best regards,
> >
> > Dave Orme
> >
> >
Previous Topic:Re: Need a multi-column list widget for SWT
Next Topic:creating custom row numbers in row headers grid table?
Goto Forum:
  


Current Time: Thu Mar 28 21:33:52 GMT 2024

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

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

Back to the top