Nov. 11, 2010
2:27 p.m.
Status: Accepted Owner: Torsten....@astares.de Labels: Milestone-1.2 New issue 3225 by Torsten....@astares.de: Fade image examples/methods give DNU http://code.google.com/p/pharo/issues/detail?id=3225 In class Form there are various #fadeImageXXX methods each with an example in the comment. Most of them do not work, for example: Display fadeImageCoarse: (Form fromDisplay: (40@40 extent: 300@300)) reverse at: 40@40 crashes with a DNU. MessageNotUnderstood: receiver of "bitShift:" is nil Same problem in Squeak btw.