Re: [Pharo-users] [Ann] MorphicDraw

2015-04-30 Thread Sean P. DeNigris
Stephan Eggermont wrote > - I've added #isMorphicDraw and #isMorphicDrawShape to make sure >only MorphicDraw shapes don't escape from their panel, and >no other morphs are added to the panel. Is there a more >elegant way to achieve that? Double-dispatch? - Cheers, Sean -- View t

Re: [Pharo-users] [Ann] MorphicDraw

2015-04-30 Thread p...@highoctane.be
Nice thing! Phil On Thu, Apr 30, 2015 at 1:57 AM, Stephan Eggermont wrote: > To better understand Morphic, I've started writing a small application > that can draw shapes and connect them. > > A pdf documenting what I've done is at > https://github.com/StephanEggermont/MorphicDraw > > Code is o

Re: [Pharo-users] [Ann] MorphicDraw

2015-04-30 Thread Stephan Eggermont
On 30/04/15 10:10, Sven Van Caekenberghe wrote: I have not yet read it, but this is very cool, well done ! This kind of material is very welcome. Thanks. I am pleasantly surprised by the small amount of code needed to create something like this. Not so much by the effort in finding out how to

Re: [Pharo-users] [Ann] MorphicDraw

2015-04-30 Thread Sven Van Caekenberghe
I have not yet read it, but this is very cool, well done ! This kind of material is very welcome. > On 30 Apr 2015, at 01:57, Stephan Eggermont wrote: > > To better understand Morphic, I've started writing a small application that > can draw shapes and connect them. > > A pdf documenting what

[Pharo-users] [Ann] MorphicDraw

2015-04-29 Thread Stephan Eggermont
To better understand Morphic, I've started writing a small application that can draw shapes and connect them. A pdf documenting what I've done is at https://github.com/StephanEggermont/MorphicDraw Code is on smalltalkhub, StephanEggermont/MorphicDraw Suggestions, fixes and improvements are wel