From: Kevin Walzer on
On 6/5/10 5:34 PM, Csaba Nemethi wrote:
> I am pleased to announce version 5.0 of the multi-column listbox and
> tree widget package Tablelist.
>
> What is new in Tablelist 5.0?
> -----------------------------
>
> 1. A tablelist widget is now not only a multi-column listbox, but also
> a multi-column tree widget (thanks to Sebastien Barre, Tillmann
> Basien, Jos Decoster, Dr. Detlef Groth, Kai Morich, Georgios
> Petasis, and Kevin Walzer for their proposals, as well as to Paul
> Obermeier for testing the preliminary version). This is achieved
> with the aid of the new configuration options "-collapsecommand",
> "-expandcommand", "-treecolumn", and "-treestyle", along with the
> new subcommands "childcount", "childindex", "childkeys", "collapse",
> "collapseall", "depth", "descendantcount", "expand", "expandall",
> "expandedkeys", "insertchild(ren)", "insertchildlist", "noderow",
> "parentkey", and "toplevelkey".
>

Congratulations, Csaba! The new tree widget is an amazing addition.
Thanks for your continued work on this essential widget.

--Kevin

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
From: Csaba Nemethi on
Am 06.06.2010 13:55, schrieb Uwe Klein:
> Hi,
> this is a bit tangential.
>
> Can I configure (relief|colors|..) the tablelist widget in a
> way that completely avoids lightgray or white for any widget element?
>
> i.e. I need a style that is restricted to dark grays and (preferably) reds
> for viewing in a nightadapted red lit environment ( ships bridge ).
>
> uwe

Yes. You can override the default values of the various configuration
options to suit your needs. You can do this to 100 % with the
"classical" Tablelist package and to almost 100 % with Tablelist_tile.
In the latter case there might be some restrictions imposed by the tile
engine, depending on the theme in question. See the "More on
Tablelist_tile" section of Tablelist Programmer's Guide for details.

--
Csaba Nemethi http://www.nemethi.de mailto:csaba.nemethi(a)t-online.de

From: Uwe Klein on
Csaba Nemethi wrote:
> Am 06.06.2010 13:55, schrieb Uwe Klein:
>
>>Hi,
>>this is a bit tangential.
>>
>>Can I configure (relief|colors|..) the tablelist widget in a
>>way that completely avoids lightgray or white for any widget element?
>>
>>i.e. I need a style that is restricted to dark grays and (preferably) reds
>>for viewing in a nightadapted red lit environment ( ships bridge ).
>>
>>uwe
>
>
> Yes. You can override the default values of the various configuration
> options to suit your needs. You can do this to 100 % with the
> "classical" Tablelist package and to almost 100 % with Tablelist_tile.
> In the latter case there might be some restrictions imposed by the tile
> engine, depending on the theme in question. See the "More on
> Tablelist_tile" section of Tablelist Programmer's Guide for details.
>
OK, I'le try that.

Thanks you very much ( advice and widget ;-), Csaba.

uwe