MaskedTextMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

MaskedTextMorph

Denis Kudriashov
Hello

I implement MaskedTextMorph class for masked input fields.

See attachment and class side example.

Its just little class. I dont create separate package for it. Maybe somebody add it to some widgets package

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

MaskedTextMorph.st (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: MaskedTextMorph

Stéphane Ducasse
Thanks denis

did you sign the license agreement?
Please do. http://pharo.gforge.inria.fr/licenseDocuments/

We will be happy to integrate your changes (modulo UI people like it).
Do make sure that this happens can you open a bug entry on
        http://code.google.com/p/pharo/issues/
Stef


On Jun 2, 2010, at 10:03 AM, Denis Kudriashov wrote:

> Hello
>
> I implement MaskedTextMorph class for masked input fields.
>
> See attachment and class side example.
>
> Its just little class. I dont create separate package for it. Maybe somebody add it to some widgets package
> <MaskedTextMorph.st>_______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MaskedTextMorph

Denis Kudriashov
How I can sign license agreement?
I add it to bug entry.

2010/6/2 Stéphane Ducasse <[hidden email]>
Thanks denis

did you sign the license agreement?
Please do. http://pharo.gforge.inria.fr/licenseDocuments/

We will be happy to integrate your changes (modulo UI people like it).
Do make sure that this happens can you open a bug entry on
       http://code.google.com/p/pharo/issues/
Stef


On Jun 2, 2010, at 10:03 AM, Denis Kudriashov wrote:

> Hello
>
> I implement MaskedTextMorph class for masked input fields.
>
> See attachment and class side example.
>
> Its just little class. I dont create separate package for it. Maybe somebody add it to some widgets package
> <MaskedTextMorph.st>_______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MaskedTextMorph

Stéphane Ducasse

On Jun 2, 2010, at 10:23 AM, Denis Kudriashov wrote:

> How I can sign license agreement?
> I add it to bug entry.

excellent
>
> 2010/6/2 Stéphane Ducasse <[hidden email]>
> Thanks denis
>
> did you sign the license agreement?
> Please do. http://pharo.gforge.inria.fr/licenseDocuments/

- print it
- fill it up
- send it by mail to me with a nice stamp :) (you can also send a pdf).
:)

>
> We will be happy to integrate your changes (modulo UI people like it).
> Do make sure that this happens can you open a bug entry on
>        http://code.google.com/p/pharo/issues/
> Stef
>
>
> On Jun 2, 2010, at 10:03 AM, Denis Kudriashov wrote:
>
> > Hello
> >
> > I implement MaskedTextMorph class for masked input fields.
> >
> > See attachment and class side example.
> >
> > Its just little class. I dont create separate package for it. Maybe somebody add it to some widgets package
> > <MaskedTextMorph.st>_______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MaskedTextMorph

Mariano Martinez Peck
Hi and welcome.

In http://www.pharo-project.org/documentation/faq

you can read the question: "How can I contribute to Pharo?"  which links you to: http://code.google.com/p/pharo/wiki/HowToContribute

and

http://pharocasts.blogspot.com/2010/03/how-to-contribute-to-pharo.html

cheers

Mariano


On Wed, Jun 2, 2010 at 10:29 AM, Stéphane Ducasse <[hidden email]> wrote:

On Jun 2, 2010, at 10:23 AM, Denis Kudriashov wrote:

> How I can sign license agreement?
> I add it to bug entry.

excellent
>
> 2010/6/2 Stéphane Ducasse <[hidden email]>
> Thanks denis
>
> did you sign the license agreement?
> Please do. http://pharo.gforge.inria.fr/licenseDocuments/

- print it
- fill it up
- send it by mail to me with a nice stamp :) (you can also send a pdf).
:)

>
> We will be happy to integrate your changes (modulo UI people like it).
> Do make sure that this happens can you open a bug entry on
>        http://code.google.com/p/pharo/issues/
> Stef
>
>
> On Jun 2, 2010, at 10:03 AM, Denis Kudriashov wrote:
>
> > Hello
> >
> > I implement MaskedTextMorph class for masked input fields.
> >
> > See attachment and class side example.
> >
> > Its just little class. I dont create separate package for it. Maybe somebody add it to some widgets package
> > <MaskedTextMorph.st>_______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project