Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!rutgers!mcnc!gatech!bloom-beacon!eru!hagbard!sunic!mcsun!unido!laura!julien!atoenne From: atoenne@julien.informatik.uni-dortmund.de (Andreas Toenne) Newsgroups: comp.lang.smalltalk Subject: Smalltalk R4 Goodie Message-ID: <2946@laura.UUCP> Date: 17 Jan 91 10:30:01 GMT Sender: news@laura.UUCP Reply-To: atoenne@julien.informatik.uni-dortmund.de (Andreas Toenne) Organization: University of Dortmund, Germany Lines: 14 Sorry, I've just found a small bug in my iconize goodie. I use gc paint: (ColorValue white) as the icon label color. This does not work on black and white screens because this is the background color too. Replace this line in WindowHolder>>open by gc paint: (LookPreferences defaultForWindows selectionBackgroundColor). This should yield a reasonable 'inverted' color to the regular background color. (ie. black on white or lightGray on darkGray). Andreas Toenne atoenne@unido.uucp