[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'..."
WHT?!
Go back to browsing Form's class-side
"Protocol": *Graphics-Files -> #fromFileNamed:
Ugh.



-
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Protocols-Privacy-and-Extensions-NOT-One-Big-Happy-Family-tp4806747.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.



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 creation protocol...
Nothing there.
Hmm... I recall something about ImageMorph...
In ImageMorph's class comment: "Form fromFileNamed: 'myGraphicsFileName'..."
WHT?!
Go back to browsing Form's class-side
"Protocol": *Graphics-Files -> #fromFileNamed:
Ugh.



-
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Protocols-Privacy-and-Extensions-NOT-One-Big-Happy-Family-tp4806747.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.