Multicolumn text view with spec

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

Multicolumn text view with spec

NorbertHartl
What would be the way to open a Systemwindow containing just a column view in spec?

the column view is for aligning text that is one or two lines. No editing just displaying.

thanks,

Norbert
Reply | Threaded
Open this post in threaded view
|

Re: Multicolumn text view with spec

nacho
You can take a look at ComposableModel>>#ScrollSyncExample

Try:

ScrollSyncExample new openWithSpec

I guess that's what you need.

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

Re: Multicolumn text view with spec

NorbertHartl


> Am 04.11.2013 um 14:50 schrieb nacho <[hidden email]>:
>
> You can take a look at ComposableModel>>#ScrollSyncExample
>
> Try:
>
> ScrollSyncExample new openWithSpec
>
> I guess that's what you need.
>
thanks, but I don't have them in my image. You were refering to a 3.0 image?
Is spec usable in 2.0?

Norbert

> cheers
> Nacho
>
>
>
>
> --
> View this message in context: http://forum.world.st/Multicolumn-text-view-with-spec-tp4719050p4719129.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Multicolumn text view with spec

nacho
Yes I'm referring to Pharo 3, try with the latest image.
It should be there...if you can't find it let me know.
cheers


Lic. Ignacio Sniechowski, MBA







On Mon, Nov 4, 2013 at 2:43 PM, Norbert Hartl <[hidden email]> wrote:


> Am 04.11.2013 um 14:50 schrieb nacho <[hidden email]>:
>
> You can take a look at ComposableModel>>#ScrollSyncExample
>
> Try:
>
> ScrollSyncExample new openWithSpec
>
> I guess that's what you need.
>
thanks, but I don't have them in my image. You were refering to a 3.0 image?
Is spec usable in 2.0?

Norbert
> cheers
> Nacho
>
>
>
>
> --
> View this message in context: http://forum.world.st/Multicolumn-text-view-with-spec-tp4719050p4719129.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>



test.tiff (462K) Download Attachment
Nacho Smalltalker apprentice. Buenos Aires, Argentina.
Reply | Threaded
Open this post in threaded view
|

Re: Multicolumn text view with spec

Benjamin Van Ryseghem (Pharo)
An old version of spec is usable in 2.0

The 3.0 version is _far_ better.

You may want to use MultiColumnListModel (it’s the widget used in the senders/implementors UI)
Otherwise, you can indeed use the scroll sync example to sync to lists together.

Ben

On 04 Nov 2013, at 18:59, Ignacio Matías Sniechowski <[hidden email]> wrote:

Yes I'm referring to Pharo 3, try with the latest image.
It should be there...if you can't find it let me know.
cheers


Lic. Ignacio Sniechowski, MBA







On Mon, Nov 4, 2013 at 2:43 PM, Norbert Hartl <[hidden email]> wrote:


> Am 04.11.2013 um 14:50 schrieb nacho <[hidden email]>:
>
> You can take a look at ComposableModel>>#ScrollSyncExample
>
> Try:
>
> ScrollSyncExample new openWithSpec
>
> I guess that's what you need.
>
thanks, but I don't have them in my image. You were refering to a 3.0 image?
Is spec usable in 2.0?

Norbert
> cheers
> Nacho
>
>
>
>
> --
> View this message in context: http://forum.world.st/Multicolumn-text-view-with-spec-tp4719050p4719129.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


<test.tiff>

Reply | Threaded
Open this post in threaded view
|

Re: Multicolumn text view with spec

NorbertHartl


Am 04.11.2013 um 23:09 schrieb Benjamin <[hidden email]>:

An old version of spec is usable in 2.0

The 3.0 version is _far_ better.

Of course :) But I like to do things I can use in production. So for people like me the newest is only an option if I do prototyping.

Norbert

You may want to use MultiColumnListModel (it’s the widget used in the senders/implementors UI)
Otherwise, you can indeed use the scroll sync example to sync to lists together.

Ben

On 04 Nov 2013, at 18:59, Ignacio Matías Sniechowski <[hidden email]> wrote:

Yes I'm referring to Pharo 3, try with the latest image.
It should be there...if you can't find it let me know.
cheers


Lic. Ignacio Sniechowski, MBA







On Mon, Nov 4, 2013 at 2:43 PM, Norbert Hartl <[hidden email]> wrote:


> Am 04.11.2013 um 14:50 schrieb nacho <[hidden email]>:
>
> You can take a look at ComposableModel>>#ScrollSyncExample
>
> Try:
>
> ScrollSyncExample new openWithSpec
>
> I guess that's what you need.
>
thanks, but I don't have them in my image. You were refering to a 3.0 image?
Is spec usable in 2.0?

Norbert
> cheers
> Nacho
>
>
>
>
> --
> View this message in context: http://forum.world.st/Multicolumn-text-view-with-spec-tp4719050p4719129.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


<test.tiff>

Reply | Threaded
Open this post in threaded view
|

Re: Multicolumn text view with spec

Benjamin Van Ryseghem (Pharo)
I think MultiColumnList was already supported in 2.0 :)

Ben

On 05 Nov 2013, at 00:06, Norbert Hartl <[hidden email]> wrote:



Am 04.11.2013 um 23:09 schrieb Benjamin <[hidden email]>:

An old version of spec is usable in 2.0

The 3.0 version is _far_ better.

Of course :) But I like to do things I can use in production. So for people like me the newest is only an option if I do prototyping.

Norbert

You may want to use MultiColumnListModel (it’s the widget used in the senders/implementors UI)
Otherwise, you can indeed use the scroll sync example to sync to lists together.

Ben

On 04 Nov 2013, at 18:59, Ignacio Matías Sniechowski <[hidden email]> wrote:

Yes I'm referring to Pharo 3, try with the latest image.
It should be there...if you can't find it let me know.
cheers


Lic. Ignacio Sniechowski, MBA







On Mon, Nov 4, 2013 at 2:43 PM, Norbert Hartl <[hidden email]> wrote:


> Am 04.11.2013 um 14:50 schrieb nacho <[hidden email]>:
>
> You can take a look at ComposableModel>>#ScrollSyncExample
>
> Try:
>
> ScrollSyncExample new openWithSpec
>
> I guess that's what you need.
>
thanks, but I don't have them in my image. You were refering to a 3.0 image?
Is spec usable in 2.0?

Norbert
> cheers
> Nacho
>
>
>
>
> --
> View this message in context: http://forum.world.st/Multicolumn-text-view-with-spec-tp4719050p4719129.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


<test.tiff>