Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-08 Thread stepharo
Matteo your emails format looks quite strange... Le 8/11/16 à 14:27, Matteo via Pharo-users a écrit : I think the adaptor will called "MorphicImageFastTableAdaptor", and the model "ImageFastTableAdapter". In the package "Spec-MorphicAdapters", the "MorphicFastTableAdapter" uses an object "FT

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-08 Thread Matteo via Pharo-users
;> >> Re: [Pharo-users] Spec: Setting rows height of a pictures list.eml >> >> Sujet : >> Re: [Pharo-users] Spec: Setting rows height of a pictures list >> De : >> Matteo >> Date : >> 5/11/16 15:53 >> >> Pour : >> Any question a

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-05 Thread stepharo
Le 5/11/16 à 15:59, Matteo via Pharo-users a écrit : Re: [Pharo-users] Spec: Setting rows height of a pictures list.eml Sujet : Re: [Pharo-users] Spec: Setting rows height of a pictures list De : Matteo Date : 5/11/16 15:53 Pour : Any question about pharo is welcome Hi Nicolai

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-05 Thread Matteo via Pharo-users
>> > To: Any question about pharo is welcome <mailto:pharo-users@lists.pharo.org>> > Cc: > Date: Mon, 31 Oct 2016 15:06:27 +0100 > Subject: Re: [Pharo-users] Spec: Setting rows height of a pictures list > Thanks Nicolai, > > unfortunat

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Nicolai Hess
2016-10-31 15:07 GMT+01:00 Matteo via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Matteo > To: Any question about pharo is welcome > Cc: > Date: Mon, 31 Oct 2016 15:06:27 +0100 > Subject: Re: [Pharo-us

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Matteo via Pharo-users
--- Begin Message --- Thanks Nicolai, unfortunately, even using images of the same height I obtain a list with thin rows. Maybe I'm typing something wrong. I'll try to figure out how to handle this. Please let me know, if you have any further suggestion. Thanks, Matteo

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Nicolai Hess
2016-10-31 10:19 GMT+01:00 Matteo via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Matteo > To: "Pharo is welcome (ML)" > Cc: > Date: Mon, 31 Oct 2016 10:18:03 +0100 > Subject: Spec: Setting rows height of a pictures list > Hi, >

[Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Matteo via Pharo-users
--- Begin Message --- Hi, I've created a list of pictures, i.e. a widget based on ListModel where each item is a ImageModel. When the widget is displayed I get list window with very thin rows. Is there a way to control the ListModel rows height? Thanks, Matteo --- End M