[squeak-dev] Re: Alternative Background

Andreas Raab andreas.raab at gmx.de
Wed Mar 24 03:17:37 UTC 2010


Thanks! For the lazy people :-) execute this in your trunk image to try 
it out:

   World color:
     (InfiniteForm with:
       (HTTPSocket httpJpeg: 
'http://ftp.squeak.org/trunk/backgrounds/swp.jpg')).

If you like it run this to make it the default:

   MorphicProject defaultFill:
     (InfiniteForm with:
       (HTTPSocket httpJpeg: 
'http://ftp.squeak.org/trunk/backgrounds/swp.jpg')).

Cheers,
   - Andreas



More information about the Squeak-dev mailing list