Stencil, Forms

Frédéric Ferrère frederic.ferrere at free.fr
Sat May 19 09:37:51 UTC 2007


Hello, all-

first, i apologize about my english :)

I've played with forms and stencils and an error occured in the 
following piece of code :

(ImageMorph new image contentsOfArea: (Rectangle origin: 0 at 0 extent: 
10 at 10)) stencil

evaluate this code and the following error occurs :

"Error : Instances of UndefinedObject are not indexable"

But the following code doesn't  raise any error :

ImageMorph new image stencil contentsOfArea: (Rectangle origin: 0 at 0 
extent: 10 at 10)

Any ideas ?

Thanks

--
FERRERE Frédéric



More information about the Squeak-dev mailing list