Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Calendar control
Calendar control [message #386132] Thu, 13 November 2003 21:24 Go to next message
user is currently offline userFriend
Messages: 296
Registered: July 2009
Senior Member
I need a control to accept dates, and I really hate using a Text control
(with the validation that requires). Does anyone know where I can find
the code for a 'pop-up' calendar control? Or will I have to write my
own? :-{

I've only been working with SWT for about a week (and have almost no
experience in UI development in Java). I'm finding it to be fairly easy
to grasp, but would rather not write a calendar control if I don't have
to. Seems like a common enough need that there would be something available.

TIA,
Dave Derry
Re: Calendar control [message #386548 is a reply to message #386132] Fri, 14 November 2003 07:37 Go to previous messageGo to next message
Peter Goetz is currently offline Peter GoetzFriend
Messages: 38
Registered: July 2009
Member
Hi Dave,

user@domain.invalid wrote:
> I need a control to accept dates, and I really hate using a Text control
> (with the validation that requires). Does anyone know where I can find
> the code for a 'pop-up' calendar control? Or will I have to write my
> own? :-{

The group search found this: http://eclipsewiki.swiki.net/159

I tried this widget a while ago but it was - in parts - buggy. I don't
know if anything has happened since, but for a start it's a very handy
widget.

>
> TIA,
> Dave Derry
>

Peter
Re: Calendar control [message #386552 is a reply to message #386132] Fri, 14 November 2003 10:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.simons.uniopt.net

On Thu, 13 Nov 2003 16:24:33 -0500
user@domain.invalid wrote:

> I need a control to accept dates, and I really hate using a Text control
> (with the validation that requires). Does anyone know where I can find
> the code for a 'pop-up' calendar control? Or will I have to write my
> own? :-{
>
> I've only been working with SWT for about a week (and have almost no
> experience in UI development in Java). I'm finding it to be fairly easy
> to grasp, but would rather not write a calendar control if I don't have
> to. Seems like a common enough need that there would be something available.
>
> TIA,
> Dave Derry
>

Hi Dave,

I've written such a widget. If I should mail it to You, please let me know.

Regards,
Michael
Re: Calendar control [message #386554 is a reply to message #386552] Fri, 14 November 2003 10:59 Go to previous messageGo to next message
Konstantin Scheglov is currently offline Konstantin ScheglovFriend
Messages: 555
Registered: July 2009
Senior Member
Michael Simons <michael.simons@uniopt.net> wrote:

> I've written such a widget. If I should mail it to You, please let me know.
URL please :-)
Or just mail it to me.

--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)


Konstantin Scheglov,
Google, Inc.
Re: Calendar control [message #386557 is a reply to message #386552] Fri, 14 November 2003 13:10 Go to previous messageGo to next message
Peter Goetz is currently offline Peter GoetzFriend
Messages: 38
Registered: July 2009
Member
>
> Hi Dave,

Hi Michael,

>
> I've written such a widget. If I should mail it to You, please let me know.

I would be interested in the widget. Could you please send it to me?

>
> Regards,
> Michael

Thanks in advance,

Peter
Re: Calendar control [message #386559 is a reply to message #386548] Fri, 14 November 2003 14:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Dave.Derry.equifax.com

Peter Goetz wrote:
> Hi Dave,
>
>
> The group search found this: http://eclipsewiki.swiki.net/159
>
> I tried this widget a while ago but it was - in parts - buggy. I don't
> know if anything has happened since, but for a start it's a very handy
> widget.
>
>>
>
> Peter
>

Thanks for that link Peter. I'll give the widget a try. And I've already
bookmarked the site!

Dave D
Re: Calendar control [message #386560 is a reply to message #386552] Fri, 14 November 2003 14:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Dave.Derry.equifax.com

Michael Simons wrote:
>
> Hi Dave,
>
> I've written such a widget. If I should mail it to You, please let me know.
>
> Regards,
> Michael

Hi Mike,

Yes I would be interested in it. Notice I've corrected the From: info.
I've just started using Mozilla for a newsreader, and didn't have it
fully configured.

Thanks,
Dave D
Re: Calendar control [message #387003 is a reply to message #386132] Fri, 14 November 2003 14:55 Go to previous messageGo to next message
Richard Moore is currently offline Richard MooreFriend
Messages: 71
Registered: July 2009
Member
Hi Dave,
If you cannot find a plugin, you could always try active X. the link below
has an example...

http://www.eclipse.org/articles/index.html

then look at the activeX suppport in SWT article. The calendar doesn't look
that great but better than writing your own...

Regards
Richard





<user@domain.invalid> wrote in message news:bp0sn9$3m5$1@eclipse.org...
> I need a control to accept dates, and I really hate using a Text control
> (with the validation that requires). Does anyone know where I can find
> the code for a 'pop-up' calendar control? Or will I have to write my
> own? :-{
>
> I've only been working with SWT for about a week (and have almost no
> experience in UI development in Java). I'm finding it to be fairly easy
> to grasp, but would rather not write a calendar control if I don't have
> to. Seems like a common enough need that there would be something
available.
>
> TIA,
> Dave Derry
>
Re: Calendar control [message #387022 is a reply to message #386552] Sat, 15 November 2003 16:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex.attention-span.net

I'd like to get a copy too please.

Alexandre Leduc

Michael Simons wrote:
> On Thu, 13 Nov 2003 16:24:33 -0500
> user@domain.invalid wrote:
>
>
>>I need a control to accept dates, and I really hate using a Text control
>>(with the validation that requires). Does anyone know where I can find
>>the code for a 'pop-up' calendar control? Or will I have to write my
>>own? :-{
>>
>>I've only been working with SWT for about a week (and have almost no
>>experience in UI development in Java). I'm finding it to be fairly easy
>>to grasp, but would rather not write a calendar control if I don't have
>>to. Seems like a common enough need that there would be something available.
>>
>>TIA,
>>Dave Derry
>>
>
>
> Hi Dave,
>
> I've written such a widget. If I should mail it to You, please let me know.
>
> Regards,
> Michael
Re: Calendar control [message #387305 is a reply to message #386552] Sun, 16 November 2003 14:32 Go to previous messageGo to next message
Axel Schlueter is currently offline Axel SchlueterFriend
Messages: 41
Registered: July 2009
Member
Michael Simons wrote:
> I've written such a widget. If I should mail it to You, please let me know.

I'd like to get it, too.

Thanks,
Axel
CalendarWidget [message #388028 is a reply to message #386552] Mon, 17 November 2003 11:31 Go to previous message
Eclipse UserFriend
Originally posted by: michael.simons.uniopt.net

Hi,

You can download the CalendarWidget at http://micasim.de/warehouse/

It's work in progress (see below), so please don't hesitate to criticise (micasim@gmx.de).

known bugs and missing features

* not localized
* on Windows the setBackground() method of org.eclipse.swt.widgets.Control doesn't work.

Regards,
Michael
Previous Topic:OLE exception with Excel
Next Topic:Bookmarks
Goto Forum:
  


Current Time: Wed Apr 24 13:49:26 GMT 2024

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

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

Back to the top