Need GUI for grid of data

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

Need GUI for grid of data

Ralph Boland
I need to create a GUI with a grid of data.
There are five columns and an arbitrary but small (<= 20) number of rows.
The user needs to be able add or delete rows at a given row and edit each cell.
Cells contain a single short string so all cells in a row can fit on the screen.
I plan to separate columns by vertical lines but likely not similarly
separate rows.
Cells will be left justified.

In time, I am sure I can figure out how to build such a GUI but I am
wondering if
there are any open source Squeak projects that build a GUI similar to
what I need.
I figure I can save a lot of time if I steal/study their
designs/implementations.

Can anybody point me to such projects?

Regards,

Ralph Boland






--
Had a wife and kids in Florida, Jack (Nicklaus)
Went out for a "ride" but I couldn't get back
As a ten timer being hunted down
OR
When the wife found out who I was knowing (biblically speaking)
I hit a hydrant and I just kept going.
...

Reply | Threaded
Open this post in threaded view
|

Re: Need GUI for grid of data

Edgar J. De Cleene



On 2/8/10 1:54 AM, "Ralph Boland" <[hidden email]> wrote:

> I need to create a GUI with a grid of data.
> There are five columns and an arbitrary but small (<= 20) number of rows.
> The user needs to be able add or delete rows at a given row and edit each
> cell.
> Cells contain a single short string so all cells in a row can fit on the
> screen.
> I plan to separate columns by vertical lines but likely not similarly
> separate rows.
> Cells will be left justified.
>
> In time, I am sure I can figure out how to build such a GUI but I am
> wondering if
> there are any open source Squeak projects that build a GUI similar to
> what I need.
> I figure I can save a lot of time if I steal/study their
> designs/implementations.
>
> Can anybody point me to such projects?
>
> Regards,
>
> Ralph Boland

See Skeleton of Takashi Yamamiya  , have the base you  need.

Edgar




Reply | Threaded
Open this post in threaded view
|

Re: Need GUI for grid of data

garduino
Also the old Enhanced ODBC has a simple grid of data.

2010/2/8 Edgar J. De Cleene <[hidden email]>:

>
>
>
> On 2/8/10 1:54 AM, "Ralph Boland" <[hidden email]> wrote:
>
>> I need to create a GUI with a grid of data.
>> There are five columns and an arbitrary but small (<= 20) number of rows.
>> The user needs to be able add or delete rows at a given row and edit each
>> cell.
>> Cells contain a single short string so all cells in a row can fit on the
>> screen.
>> I plan to separate columns by vertical lines but likely not similarly
>> separate rows.
>> Cells will be left justified.
>>
>> In time, I am sure I can figure out how to build such a GUI but I am
>> wondering if
>> there are any open source Squeak projects that build a GUI similar to
>> what I need.
>> I figure I can save a lot of time if I steal/study their
>> designs/implementations.
>>
>> Can anybody point me to such projects?
>>
>> Regards,
>>
>> Ralph Boland
>
> See Skeleton of Takashi Yamamiya  , have the base you  need.
>
> Edgar
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Need GUI for grid of data

Simon Guest-2
In reply to this post by Ralph Boland
At Sun, 7 Feb 2010 20:54:13 -0700,
Ralph Boland wrote:
>
> I need to create a GUI with a grid of data.
> Can anybody point me to such projects?

Would SGrid be any use?  I use it and like it.  Find it on SqueakMap.

cheers,
Simon