[Pharo-dev] Protocols, Privacy, and Extensions - NOT One Big Happy Family

2015-02-20 Thread Sean P. DeNigris
It will be fun to have these concepts distinguished on their own some day :) How do I create a form from a file? Let's check the instance creation protocol... Nothing there. Hmm... I recall something about ImageMorph... In ImageMorph's class comment: "Form fromFileNamed: 'myGraphicsFileName'..." W

Re: [Pharo-dev] Protocols, Privacy, and Extensions - NOT One Big Happy Family

2015-02-21 Thread stepharo
Camille proposed and implemented a module system in which extensions are local to the packages. Now putting it in production requires some work. Stef It will be fun to have these concepts distinguished on their own some day :) How do I create a form from a file? Let's check the instance creati