[squeak-dev] Minimal Squeak Project

Edgar J. De Cleene edgardec2005 at gmail.com
Sat Feb 13 13:58:28 UTC 2016


Very nice !

I create my initialize as no idea how you launch this

See in FunSqueak 4.6

https://youtu.be/3YpDXLNaHyw



On 2/12/16, 12:24 PM, "marcel.taeumel" <Marcel.Taeumel at hpi.de> wrote:

> Hi, there!
> 
> Please find attached some code for a minimal Squeak project. For my opinion,
> we should detach the UserInputEvent class tree from Morphic to have some
> more object-orented event handling code available (for other projects).
> 
> Squeash-mt.mcz <http://forum.world.st/file/n4877272/Squeash-mt.mcz>
> 
> <http://forum.world.st/file/n4877272/minimal-squeak-project-1.gif>
> 
> Best,
> Marcel
> 
> 
> 
> --
> View this message in context:
> http://forum.world.st/Minimal-Squeak-Project-tp4877272.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.

-------------- next part --------------
'From Squeak4.5 of 28 April 2015 [latest update: #14870] on 13 February 2016 at 10:39:56 am'!

!SqueashProject methodsFor: 'initialization' stamp: 'edc 2/13/2016 10:37'!
initialize
super initialize.
self restore! !


More information about the Squeak-dev mailing list