Lisp HUG Maillist Archive

table widget in CAPI

Hello

I am looking for a way to write a table widget, which holds various price data, and change a cell colour when some condition is met.

For example, a table contains high / low price data, and when a new price exceeds the previous high price, it changes background colour to green, and changes to red when it exceeds the previous low price.

I looked at item-pinboard-object and multi-column-list-panel but I am not sure which one to use. It seems that multi-column-list-panel is more straightforward but I am wondering if I can change a background colour in a particular cell or insert an image.

Thanks in advance,

Yoshi

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: table widget in CAPI

You might want to have a look at this one:

http://lisp.ystok.ru/ygrid/

On Mon, Aug 12, 2013 at 5:52 AM, Yoshiharu Iguchi <minisoba@gmail.com> wrote:
>
> Hello
>
> I am looking for a way to write a table widget, which holds various price data, and change a cell colour when some condition is met.
>
> For example, a table contains high / low price data, and when a new price exceeds the previous high price, it changes background colour to green, and changes to red when it exceeds the previous low price.
>
> I looked at item-pinboard-object and multi-column-list-panel but I am not sure which one to use. It seems that multi-column-list-panel is more straightforward but I am wondering if I can change a background colour in a particular cell or insert an image.
>
> Thanks in advance,
>
> Yoshi
>
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:35 UTC