More on invisible Tools flap buttons

Ned Konz ned at bike-nomad.com
Fri May 9 19:45:38 UTC 2003


As you remember, if you re-create the Tools flap after changing the 
display depth to 32, you can't see the button images (you can see the 
text, but not the thumbnails of the tools themselves).

However, if you change SketchMorph>>drawOn: from

drawOn: aCanvas
	aCanvas translucentImage: self rotatedForm at: bounds origin

to this:

drawOn: aCanvas
	aCanvas paintImage: self rotatedForm at: bounds origin

you can see the buttons OK.

What do we need to do to fix this problem?

Thanks,
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list