Here is an example:
-=-=-=-=-=-=-=-=-=-=-=-=
| v |
v := RTView new.
v @ RTZoomableView.
v add: (RTLabel new elementOn:
'Scroll your mouse wheel
while hovering cursor
over the view to zoom it').
v
-=-=-=-=-=-=-=-=-=-=-=-=

https://www.facebook.com/video.php?v=700319393387994&set=vb.340543479365589&type=2&theater

Zooming is not infinite here. There is nothing that prevent us from doing it. 
It is just we have not faced any need. What would be a simple and compelling 
example of infinite zooming? This would be fun to implement. Each element 
should have a depth right? And zooming is actually moving the camera in and out?

Cheers,
Alexandre


On Sep 16, 2014, at 12:13 PM, Sean P. DeNigris <s...@clipperadams.com> wrote:

> On Sep 16, 2014, at 12:08 PM, "abergel [via Smalltalk]" <[hidden email]> 
> wrote: 
> > Why staying in Morphic? 
> I want a "morph" with all the existing capabilities of a WorldMorph, that 
> also has zooming and infinite scrolling. Is this easily possible via 
> Roassal/Trachel?
> Cheers, 
> Sean
> 
> View this message in context: Re: Zoomable & Infinitely scrollable 
> PasteupMorph
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to