Jerome,
> Is there a way to set the default shellview colour so that it follows
> the user choosen coour scheme?
Yes, use the expression:
Color window
which answers an instance of SystemColor. You'll find that the above is
simply a shortcut for:
Color systemColor: COLOR_WINDOW
To find out what the color really is (in RGB) you can inspect:
Color window asRGB
Best Regards,
Andy Bower
Dolphin Support
http://www.object-arts.com---
Visit the Dolphin Smalltalk WikiWeb
http://www.object-arts.com/wiki/html/Dolphin/FrontPage.htm---