how to keep Forms alive in projects

Bob Arning arning at charm.net
Fri Jan 10 16:00:42 UTC 2003


On Fri, 10 Jan 2003 16:51:36 +0100 "Baveco,  dr J.M." <J.M.Baveco at Alterra.wag-ur.nl> wrote:
>What's the trick to keep resources, e.g. Forms, around in Projects?

Hans,

One simple way would be to attach them to the World.

	World setProperty: #miscellaneousForms toValue: {form1. form2. etc.}.

Cheers,
Bob



More information about the Squeak-dev mailing list