[Bug] #fadeImageFine and #fadeImageCoarse

Torsten.Bergmann at phaidros.com Torsten.Bergmann at phaidros.com
Mon Oct 8 12:12:09 UTC 2001


Two of the fadeImage... methods in class DisplayScreen open the debugger 
(#fadeImageFine: as well #fadeImageCoarse:) on Win2000, Squeak3.2alpha.

|form|
form := (Form extent: Display extent depth: Display depth) fillWithColor:
Color blue.
Display fadeImageFine: form at: 0 at 0.

returns "Error: Improper store into indexable object"

Others seem to work:

|form|
form := (Form extent: Display extent depth: Display depth) fillWithColor:
Color blue.
Display fadeImageHor: form at: 0 at 0.
Display restore

Bye
Torsten




More information about the Squeak-dev mailing list