Re: ImageMorph scaling
Posted by
Sean P. DeNigris on
Nov 12, 2013; 5:16am
URL: https://forum.world.st/ImageMorph-scaling-tp4719248p4721219.html
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