Roassal visualization scrolling

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Roassal visualization scrolling

Fabrizio Perin-3
Hi,
is it possible to remove the inertia when scrolling a roassal visualization?
 
Cheers,
Fabrizio

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Roassal visualization scrolling

abergel
Hi Fabrizio,

I agree with you that the inertia does not work well. I first envision to have something like on the ipad/iphone. But it simply does not work as soon as you have more than a couple of hundreds elements, which is easy to get.

You can use:
-=-=-=-=-=-=-=-=-=-=-=-=
| view rawView |
rawView := ROView new.
rawView @ RODraggable.
view := ROMondrianViewBuilder initializedView: rawView.
view nodes: (1 to: 20).
view open
-=-=-=-=-=-=-=-=-=-=-=-=

Cheers,
Alexandre


On May 28, 2013, at 7:26 AM, Fabrizio Perin <[hidden email]> wrote:

> Hi,
> is it possible to remove the inertia when scrolling a roassal visualization?
>  
> Cheers,
> Fabrizio
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

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




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Roassal visualization scrolling

Fabrizio Perin-3
Hi Alex,
thanks for the snippet, it works like a charme. I think inertia is good but should be easy to enable and disable it.
 
Cheers,
Fabrizio
2013/5/28 Alexandre Bergel <[hidden email]>
Hi Fabrizio,

I agree with you that the inertia does not work well. I first envision to have something like on the ipad/iphone. But it simply does not work as soon as you have more than a couple of hundreds elements, which is easy to get.

You can use:
-=-=-=-=-=-=-=-=-=-=-=-=
| view rawView |
rawView := ROView new.
rawView @ RODraggable.
view := ROMondrianViewBuilder initializedView: rawView.
view nodes: (1 to: 20).
view open
-=-=-=-=-=-=-=-=-=-=-=-=

Cheers,
Alexandre


On May 28, 2013, at 7:26 AM, Fabrizio Perin <[hidden email]> wrote:

> Hi,
> is it possible to remove the inertia when scrolling a roassal visualization?
>
> Cheers,
> Fabrizio
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

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




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev