Hi,<div><br></div><div>I think you can do it by adding a flex shell to your morph and then changing the extent of the shell. Something like this:</div><div><br></div><div><div>t := morph addFlexShell.</div><div>t extent: 100@100.</div>

<div><br></div><div>Cheers</div><div>Richo</div><br><div class="gmail_quote">On Sat, Oct 9, 2010 at 3:13 PM, d3orn <span dir="ltr">&lt;<a href="mailto:dominique.rahm@gmx.ch">dominique.rahm@gmx.ch</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hey there,<br>
I&#39;m currently working on a Morph holding different submorphs and now I would<br>
like to create something like a minimap of this supermorph holding a<br>
representation of the submorphs.<br>
Therefore I created a x: 200 and y: displaywidth morph<br>
now I would like to copy the supermorph and scaling down his width to 200<br>
and then center it inside the minimapMorph..<br>
This is very the problems starts^^<br>
I therefore create a new Morph and adding all the submorphs to this, then I<br>
calculate the factor (supermorph width / 200)<br>
now I would like to scale the supermorph copy and all it&#39;s submorphs but I<br>
don&#39;t know exactly how I could do this...<br>
Any help would be very nice<br>
thx<br>
<font color="#888888">--<br>
View this message in context: <a href="http://forum.world.st/Morphic-tp2969771p2969771.html" target="_blank">http://forum.world.st/Morphic-tp2969771p2969771.html</a><br>
Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
</font></blockquote></div><br></div>