After a bit of research I found the beginning of the thread :)I integrated your code in Spec (after minor fixes).You can see it here: https://pharo.fogbugz.com/default.asp?12066Thanks :)Ben2013/11/3 Benjamin <Benjamin.VanRyseghem.Pharo@gmail.com>
I think I missed the beginning of this thread :)So my question is what do you want to do ? :)I tried your ImageSpecTest, and after a minor fix, it opens :)But expect displaying an ImageMorph, it is not really usable :)
BenOn 03 Nov 2013, at 21:37, Sergi Reyner <sergi.reyner@gmail.com> wrote:<Raytests-SergiReyner.1.mcz>2013/11/3 Sergi Reyner <sergi.reyner@gmail.com>Something like this:initializeWidgetsselfinstantiateModels:{ (#listModel -> #ListComposableModel).(#pictureModel -> #AlphaImageModel).}I gave it another try, and after a few attempts I managed to put together a working example of what I meant, in Pharo 3.0. I attach the .mcz file.Cheers,Sergi