Thanks, Carlos.

I will give it a try.

Cheers,
Doru


On 2 Aug 2009, at 18:55, Carlos Crosetti wrote:

> Doru, I don`t think so. Please post to this mailing list if you find  
> such
> table/grid morph.
>
> I am using the SGrid package found at map.squeak.org, I wokks in  
> Pharo as
> well as Squeak 3.10.
> You will be able to display an array of arrays of objects prividing  
> the
> column names and a list of selectors to be sent to each cell.
>
> The simple example code is as follows:
>
>       | table |
>       table := (GridMorph
>               from: #(joe jack ben sam mary sally jen)
>               performing: #(asString reverse allButFirst asHex hash)) title:  
> 'Simple Tab
>       table openInWorld.
>       ^ table
>
> Find attached the screenshot resulting from this code.
>
> I atempted to add per-column alinmgent to Sgrid but stumbled with my  
> lack of
> morphic frameworl development knowledge. If you are interested in  
> building
> on top of SGrid, I will be interested in collaborating (providing
> specifications, teet cases).
>
> Carlos
>
>
> -----Mensaje original-----
> De: [email protected]
> [mailto:[email protected]]en nombre de Tudor
> Girba
> Enviado el: Sabado, 01 de Agosto de 2009 08:57 p.m.
> Para: Pharo Development
> Asunto: [Pharo-project] table widget
>
>
> Hi,
>
> Is there a table widget in Morphic/Polymorph?
>
> I would features like:
> - add columns
> - sort the rows based on a column
> - select a row
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "We cannot reach the flow of things unless we let go."
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> --
> Internal Virus Database is out-of-date.
> Checked by AVG.
> Version: 7.5.560 / Virus Database: 269.21.6/1323 - Release Date:  
> 10/03/2008
> 11:07 a.m.
>
> <sgrid.doc.doc>_______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

"To lead is not to demand things, it is to make them happen."




_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to