Isolating information in projects

Bob Arning arning at charm.net
Fri Dec 21 01:43:35 UTC 2001


On Thu, 20 Dec 2001 18:30:14 -0700 (MST) Eric Scharff <Eric.Scharff at Colorado.EDU> wrote:
>What is the proper way to isolate something to a project?
>
>For example, suppose I wanted to make a notification list, sending email
>to a set of people when a project changed.  I'd want that information
>saved when I publish or export a project.
>
>I suppose I could add my own instance variables and appropriate accessors
>methods to Project, but I have a sneaking suspicion that wouldn't be saved
>when exporting the project (because of Project's implementation of
>objectForDataStream:).
>
>I tried to isolate projects and use global variables, but that didn't seem
>to work.
>
>Any ideas?

Try holding them in some morph in the world.

Cheers,
Bob




More information about the Squeak-dev mailing list