Tutorial on Announcements

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

Tutorial on Announcements

DougEdmunds
http://dougedmunds.com/pmwiki.php?n=Pharo.AnnouncementsTutorial

What you can get out of this tutorial and sample code

How to use Announcements
Ideas on building a GUI
Associating buttons with actions
Pulling text out of a text field morph.
Convert text to numbers using exception handling
How to create and exit an endless loop
Setting process priority
Reply | Threaded
Open this post in threaded view
|

Re: Tutorial on Announcements

abergel
Excellent!
We should see how to integrate this into PBE

Alexandre


On 29 Apr 2011, at 21:57, DougEdmunds wrote:

> http://dougedmunds.com/pmwiki.php?n=Pharo.AnnouncementsTutorial
>
> What you can get out of this tutorial and sample code
>
> How to use Announcements
> Ideas on building a GUI
> Associating buttons with actions
> Pulling text out of a text field morph.
> Convert text to numbers using exception handling
> How to create and exit an endless loop
> Setting process priority
>
> --
> View this message in context: http://forum.world.st/Tutorial-on-Announcements-tp3485040p3485040.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply | Threaded
Open this post in threaded view
|

Re: Tutorial on Announcements

DougEdmunds
In reply to this post by DougEdmunds
What the GUI looks like

Snapshot of the GUI created in the tutorial.