[Spec] How to adding my scroll bar

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

[Spec] How to adding my scroll bar

Gisela Decuzzi
Hello, I have a component that basically contains lot of widgets and I want to add a scroll bar to it.
But I didn't find a way to do this.
I'm using Pharo 2.0 (I know 3.0 is better but I needed something stable).

My spec is a ColumnLayout with lot of rows. Maybe I should use another?
Can someone point me where to look at?

Reply | Threaded
Open this post in threaded view
|

Re: [Spec] How to adding my scroll bar

nacho
Hello Gisela,
I've been searching for a way to do that using Spec in Pharo 2.0 seems a tricky one. In Pharo 3 is a lot easier. 
One alternative solution, though not very nice, is to use a Slider with a vertical layout....
saludos
Nacho


Lic. Ignacio Sniechowski, MBA







On Fri, Nov 15, 2013 at 12:00 PM, Gisela Decuzzi <[hidden email]> wrote:
Hello, I have a component that basically contains lot of widgets and I want to add a scroll bar to it.
But I didn't find a way to do this.
I'm using Pharo 2.0 (I know 3.0 is better but I needed something stable).

My spec is a ColumnLayout with lot of rows. Maybe I should use another?
Can someone point me where to look at?


Nacho Smalltalker apprentice. Buenos Aires, Argentina.
Reply | Threaded
Open this post in threaded view
|

Re: [Spec] How to adding my scroll bar

hernanmd
In reply to this post by Gisela Decuzzi
I did it but not Spec.
Let me know if you need some hints.

Hernán

El 15/11/2013 12:00, Gisela Decuzzi escribió:
> Hello, I have a component that basically contains lot of widgets and I
> want to add a scroll bar to it.
> But I didn't find a way to do this.
> I'm using Pharo 2.0 (I know 3.0 is better but I needed something stable).
>
> My spec is a ColumnLayout with lot of rows. Maybe I should use another?
> Can someone point me where to look at?
>


BQB.jpg (132K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Spec] How to adding my scroll bar

Gisela Decuzzi
In reply to this post by nacho
Thanks for the answer, I will try it.


2013/11/15 Ignacio Matías Sniechowski <[hidden email]>
Hello Gisela,
I've been searching for a way to do that using Spec in Pharo 2.0 seems a tricky one. In Pharo 3 is a lot easier. 
One alternative solution, though not very nice, is to use a Slider with a vertical layout....
saludos
Nacho


Lic. Ignacio Sniechowski, MBA







On Fri, Nov 15, 2013 at 12:00 PM, Gisela Decuzzi <[hidden email]> wrote:
Hello, I have a component that basically contains lot of widgets and I want to add a scroll bar to it.
But I didn't find a way to do this.
I'm using Pharo 2.0 (I know 3.0 is better but I needed something stable).

My spec is a ColumnLayout with lot of rows. Maybe I should use another?
Can someone point me where to look at?