Are there any Date and Calendar Widgets for EiffelBuild?

6 messages Options
Embed this post
Permalink
dciphercomputing

Are there any Date and Calendar Widgets for EiffelBuild?

Reply Threaded More More options
Print post
Permalink
Hi

Are there any date an calendar widgets available for EiffelBuild?

Simon

rfo

RE: Are there any Date and Calendar Widgets for EiffelBuild?

Reply Threaded More More options
Print post
Permalink
Hi Simon!

I don't believe so, but I have created a calendar widget in Eiffel
Vision that can be used.
I have recently made some (needed) changes and am working to make my
libraries available on Origo, but I still have a little work to do.  In
the mean time, have a look at my website (there's a screen shot) at
www.amalasoft.com to see if it is what you want.

     R

==================================================
Roger F. Osmond


> -------- Original Message --------
> Subject: [eiffel_software] Are there any Date and Calendar Widgets for
> EiffelBuild?
> From: "dciphercomputing" <[hidden email]>
> Date: Sat, September 05, 2009 10:55 am
> To: [hidden email]
> Hi
> Are there any date an calendar widgets available for EiffelBuild?
> Simon

peter7723

Re: Are there any Date and Calendar Widgets for EiffelBuild?

Reply Threaded More More options
Print post
Permalink
In reply to this post by dciphercomputing
--- In [hidden email], "dciphercomputing" <simonwhite@...> wrote:

> Are there any date an calendar widgets available for EiffelBuild?

In the windows .NET environment, you can use System.Windows.Forms.DateTimePicker

You need to compile for a dotnet target and include the mscorlib and the system.windows.forms assemblies.

Peter Horan


dciphercomputing

Re: Are there any Date and Calendar Widgets for EiffelBuild?

Reply Threaded More More options
Print post
Permalink
I was hoping to find some that were base on the EiffelVision so that they could be used on multiple platforms.

Thanks,
Simon


--- In [hidden email], "peter7723" <peter@...> wrote:

>
> --- In [hidden email], "dciphercomputing" <simonwhite@> wrote:
>
> > Are there any date an calendar widgets available for EiffelBuild?
>
> In the windows .NET environment, you can use System.Windows.Forms.DateTimePicker
>
> You need to compile for a dotnet target and include the mscorlib and the system.windows.forms assemblies.
>
> Peter Horan
>


rfo

RE: Re: Are there any Date and Calendar Widgets for EiffelBuild?

Reply Threaded More More options
Print post
Permalink
In reply to this post by dciphercomputing
Hi Simon!

Mine is entirely Eiffel Vision and is cross platform


     R

==================================================
Roger F. Osmond


> -------- Original Message --------
> Subject: [eiffel_software] Re: Are there any Date and Calendar Widgets
> for EiffelBuild?
> From: "dciphercomputing" <[hidden email]>
> Date: Sun, September 06, 2009 1:56 pm
> To: [hidden email]
> I was hoping to find some that were base on the EiffelVision so that they could be used on multiple platforms.
> Thanks,
> Simon
> --- In [hidden email], "peter7723" <peter@...> wrote:
> >
> > --- In [hidden email], "dciphercomputing" <simonwhite@> wrote:
> >
> > > Are there any date an calendar widgets available for EiffelBuild?
> >
> > In the windows .NET environment, you can use System.Windows.Forms.DateTimePicker
> >
> > You need to compile for a dotnet target and include the mscorlib and the system.windows.forms assemblies.
> >
> > Peter Horan
> >

dciphercomputing

Re: Are there any Date and Calendar Widgets for EiffelBuild?

Reply Threaded More More options
Print post
Permalink
In reply to this post by rfo
Hi

Yes the calendar control looks like what I want.

Simon

--- In [hidden email], <rfo@...> wrote:

>
> Hi Simon!
>
> I don't believe so, but I have created a calendar widget in Eiffel
> Vision that can be used.
> I have recently made some (needed) changes and am working to make my
> libraries available on Origo, but I still have a little work to do.  In
> the mean time, have a look at my website (there's a screen shot) at
> www.amalasoft.com to see if it is what you want.
>
>      R
>
> ==================================================
> Roger F. Osmond
>
>
> > -------- Original Message --------
> > Subject: [eiffel_software] Are there any Date and Calendar Widgets for
> > EiffelBuild?
> > From: "dciphercomputing" <simonwhite@...>
> > Date: Sat, September 05, 2009 10:55 am
> > To: [hidden email]
> > Hi
> > Are there any date an calendar widgets available for EiffelBuild?
> > Simon
>