Table data morphic widget

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

Table data morphic widget

Andres Valloud-4
Hello... I'm looking for a table data morphic widget.  Does anyone have
one of those?  Or, did I miss one already in the image?  Basically I
need to display row-type data where each column may be of different
nature (such as strings, or numbers, etc).  Critically, selecting any of
the columns in a row should select the entire row.

Andres.

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: Table data morphic widget

garduino
Hi Andres:

I do not saw nothing as you comment in Cuis but I remember in the Squeak package ODBC Enhanced a sort of morphic grid.

Cheers.


Saludos / Regards,
Germán Arduino
@garduino


2015-09-20 21:53 GMT-03:00 Andres Valloud <[hidden email]>:
Hello... I'm looking for a table data morphic widget.  Does anyone have one of those?  Or, did I miss one already in the image?  Basically I need to display row-type data where each column may be of different nature (such as strings, or numbers, etc).  Critically, selecting any of the columns in a row should select the entire row.

Andres.

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: Table data morphic widget

Dan Norton
In reply to this post by Andres Valloud-4
Hi Andres,

It is possible that all you need is a fixed-width font and a SystemWindow with a
PluggableListMorph. Data in the rows of the list morph will appear in columns and when you
click on any column, the entire row is selected. Instead of a package, this approach uses
features already in Cuis.

See the Terse Guide (in Help) for hints on installing and using the font. If you want, I can
provide an example of columns in a PluggableListMorph.

 - Dan

On 20 Sep 2015 at 17:53, Andres Valloud wrote:

> Hello... I'm looking for a table data morphic widget.  Does anyone
> have
> one of those?  Or, did I miss one already in the image?  Basically I
> need to display row-type data where each column may be of different
> nature (such as strings, or numbers, etc).  Critically, selecting
> any of
> the columns in a row should select the entire row.
>
> Andres.
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org



_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org