Sean P. DeNigris wrote
> How would I get an ImageMorph to automatically resize inside a Spec UI?

The following must be called /after/ the ImageMorph is added to the
parent...
        imageMorph addFlexShell
                hResizing: #spaceFill;
                vResizing: #spaceFill.

The resizing is a bit slow, but it works. HTH...



-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/ImageMorph-scaling-tp4719248p4721219.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to