I started to work on it. Not perfect, but a good start I feel. Feel free to try: -=-=-=-=-=-=-=-=-=-=-=-= | view els stack | view := ROView new. view add: ROElement sprite.
els := ROElement spritesFor: (1 to: 500). els do: [ :el | el + ROLabel @ ROPopup ]. view addAll: (ROGridLayout on: els). view @ RODraggable .
stack := ROViewStack new. stack addView: view. stack @ ROScrollbable. stack open. -=-=-=-=-=-=-=-=-=-=-=-=
Cheers, Alexandre
On Jun 4, 2012, at 10:28 PM, Usman Bhatti wrote:
Hello,
How to we add horizontal and vertical scroll bars to a Roassal visualization. I browsed through some examples but could not find one with these.
tx. usman _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev