[squeak-dev] Re: looks evolution

Andreas Raab andreas.raab at gmx.de
Wed Apr 21 21:26:36 UTC 2010


On 4/21/2010 1:51 PM, Chris Muller wrote:
> What do folks think about each major Squeak release having slightly
> different appearance?  It seems to have happened, perhaps "naturally,"
> with every version since Squeak 2.9, at least.  I think it's great for
> each release to have its own "personality".
>
> A different background is a great place to start for keeping things
> fresh with new looks.  Is 4.1 using a small tiled picture of some
> kind?  Here is an alternative which I think looks kind of like rough
> construction paper.  12K though..

Try it with:

World color: (InfiniteForm with: (Form fromBinaryStream:
	(HTTPSocket httpGet: 
'http://ftp.squeak.org/trunk/backgrounds/finegragrain.png'))).

Set it as default using:

MorphicProject defaultFill: (InfiniteForm with: (Form fromBinaryStream:
	(HTTPSocket httpGet: 
'http://ftp.squeak.org/trunk/backgrounds/finegragrain.png'))).

   - A.



More information about the Squeak-dev mailing list