Pharocasts: GUI with Polymorph

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

Pharocasts: GUI with Polymorph

laurent laffont
Develop a contact manager desktop application.

You will learn:
- how Pharo helps the "Program by intention" style of programming
- how to create basic persistency of created Contact object
- how to compose a GUI, basic widgets, events and layout

http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html


Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/
Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: GUI with Polymorph

Benjamin Van Ryseghem (Pharo)
Thank you, it's cool :)

Ben

On Feb 3, 2011, at 12:46 PM, laurent laffont wrote:

Develop a contact manager desktop application.

You will learn:
- how Pharo helps the "Program by intention" style of programming
- how to create basic persistency of created Contact object
- how to compose a GUI, basic widgets, events and layout

http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html


Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/

Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: GUI with Polymorph

garduino
In reply to this post by laurent laffont
Another EXCELLENT screencast by Laurent.

Thanks by share!!!

2011/2/3 laurent laffont <[hidden email]>:

> Develop a contact manager desktop application.
>
> You will learn:
> - how Pharo helps the "Program by intention" style of programming
> - how to create basic persistency of created Contact object
> - how to compose a GUI, basic widgets, events and layout
>
> http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html
>
> Laurent Laffont - @lolgzs
>
> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
> Blog: http://magaloma.blogspot.com/
>



--

Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: GUI with Polymorph

Stéphane Ducasse
In reply to this post by laurent laffont
argh the kind of mail I cannot skip fast :)
Thanks a lot laurent!
S.

On Feb 3, 2011, at 12:46 PM, laurent laffont wrote:

> Develop a contact manager desktop application.
>
> You will learn:
> - how Pharo helps the "Program by intention" style of programming
> - how to create basic persistency of created Contact object
> - how to compose a GUI, basic widgets, events and layout
>
> http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html
>
>
> Laurent Laffont - @lolgzs
>
> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
> Blog: http://magaloma.blogspot.com/


Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: GUI with Polymorph

Denis Kudriashov
In reply to this post by laurent laffont
Hello,

I really exciting in how #changed: work. It is from old smalltalk MVC?

2011/2/3 laurent laffont <[hidden email]>
Develop a contact manager desktop application.

You will learn:
- how Pharo helps the "Program by intention" style of programming
- how to create basic persistency of created Contact object
- how to compose a GUI, basic widgets, events and layout

http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html


Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/

Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: GUI with Polymorph

Jeff Gray
Thanks - that's very informative. Especially interesting for me.
Firstly I've been playing around with a similar example and was at least on the right track, though my several hours have only yielded half the solution so far :-)
Secondly, and much more importantly, it has given me a bit of an insight into how real smalltalk developers work. I had never really understood the productivity gains that this environment can give you over and above all the other IDEs for other languages that I have used previously.
Seeing the debugger being used to dynamically create stuff as you need it was a revelation :-)
Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: GUI with Polymorph

laurent laffont

On Tue, Feb 8, 2011 at 11:34 PM, Jeff Gray <[hidden email]> wrote:

Thanks - that's very informative. Especially interesting for me.
Firstly I've been playing around with a similar example and was at least on
the right track, though my several hours have only yielded half the solution
so far :-)
Secondly, and much more importantly, it has given me a bit of an insight
into how real smalltalk developers work. I had never really understood the
productivity gains that this environment can give you over and above all the
other IDEs for other languages that I have used previously.
Seeing the debugger being used to dynamically create stuff as you need it
was a revelation :-)

Cool !

Laurent
 
--
View this message in context: http://forum.world.st/Pharocasts-GUI-with-Polymorph-tp3257888p3280217.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.