Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Save energy: be apathetic.


comp / comp.lang.tcl / ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1

SubjectAuthor
* ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1nemethi
`* Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1Alan Grunwald
 `- Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1nemethi

1
Subject: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1
From: nemethi
Newsgroups: comp.lang.tcl
Date: Tue, 3 Dec 2024 16:04 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!2.eu.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.tota-refugium.de!.POSTED!not-for-mail
From: csaba.nemethi@t-online.de (nemethi)
Newsgroups: comp.lang.tcl
Subject: ANNOUNCE: Multi-column listbox and tree widget package Tablelist
7.4.1
Date: Tue, 3 Dec 2024 17:04:48 +0100
Message-ID: <vina70$on40$1@tota-refugium.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 3 Dec 2024 16:04:48 -0000 (UTC)
Injection-Info: tota-refugium.de;
logging-data="810112"; mail-complaints-to="abuse@news.tota-refugium.de"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:3tmlAF7diutHadaYYxm1511T6Vc=
Content-Language: en-US
X-User-ID: eJwFwQcBADAIAzBLwMqzw/MvYYk+Y2uHqUFPr+6eVApR0IAVaGJOn0FdT0hgaXd6EJUeHxgCETM=
View all headers

This is to announce the bugfix version 7.4.1 of the multi-column listbox
and tree widget package Tablelist.

What is new in Tablelist 7.4.1?
-------------------------------

1. Optimization: The "-window" cell configuration option no longer
performs a window update if the new option value equals the old one
(thanks to Nicolas Bats for his proposal).

2. Eliminated a negative side effect of the optimization of
"cellconfigure -image|text" introduced in Tablelist 7.4, related to
interactive cell editing (thanks to Nicolas Bats and Alexandru
Dadalau for their bug reports).

How to get it?
--------------

Tablelist is available for free download from the URL

https://www.nemethi.de

The distribution file is "tablelist7.4.1.tar.gz" for UNIX and
"tablelist7_4_1.zip" for Windows. These files contain the same
information, except for the additional carriage return character
preceding the linefeed at the end of each line in the text files for
Windows.

Tablelist is also included in tklib, which has the address

https://core.tcl.tk/tklib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable. For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries. The
locations of these library directories are given by the "tcl_library"
and "tk_library" variables, respectively.

To install Tablelist on UNIX, "cd" to the desired directory and unpack
the distribution file "tablelist7.4.1.tar.gz":

gunzip -c tablelist7.4.1.tar.gz | tar -xf -

On most UNIX systems this can be replaced with

tar -zxf tablelist7.4.1.tar.gz

Both commands will create a directory named "tablelist7.4.1 with the
subdirectories "demos", "doc", and "scripts".

On Windows, use WinZip or some other program capable of unpacking the
distribution file "tablelist7_4_1.zip" into the directory
"tablelist7.4.1", with the subdirectories "demos", "doc", and "scripts".

How to use it?
--------------

The Tablelist distribution provides two packages, called Tablelist and
Tablelist_tile. The main difference between the two is that
Tablelist_tile enables the tile-based, theme-specific appearance of
tablelist widgets; this package requires tile 0.6 or higher. It is not
possible to use both packages in one and the same application, because
both are implemented in the same "tablelist" namespace and provide
identical commands.

To be able to use the commands and variables implemented in the package
Tablelist, your scripts must contain one of the lines

package require tablelist ?version?
package require Tablelist ?version?

Likewise, to be able to use the commands and variables implemented in
the package Tablelist_tile, your scripts must contain one of the lines

package require tablelist_tile ?version?
package require Tablelist_tile ?version?

Since the packages Tablelist and Tablelist_tile are implemented in the
"tablelist" namespace, you must either import the procedures you need,
or use qualified names like "tablelist::tablelist".

For a detailed description of the commands and variables provided by
Tablelist and of the examples contained in the "demos" directory, see
the tutorial "tablelist.html" and the reference pages, all located in
the "doc" directory.

--
Csaba Nemethi https://www.nemethi.de mailto:csaba.nemethi@t-online.de

Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1
From: Alan Grunwald
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Wed, 4 Dec 2024 17:10 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam.nurdglaw@gmail.com (Alan Grunwald)
Newsgroups: comp.lang.tcl
Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist
7.4.1
Date: Wed, 4 Dec 2024 17:10:16 +0000
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <viq2fi$10917$1@dont-email.me>
References: <vina70$on40$1@tota-refugium.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 04 Dec 2024 18:11:14 +0100 (CET)
Injection-Info: dont-email.me; posting-host="0803e79bdc13160bd01ffda199844649";
logging-data="1057831"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/aUgjzte1fZYYBdGpmscdJERypyQKDm7k="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:bg5R5JyJ9TCvbkbRuFIqc2k0xn8=
Content-Language: en-US
In-Reply-To: <vina70$on40$1@tota-refugium.de>
View all headers

On 03/12/2024 16:04, nemethi wrote:
> This is to announce the bugfix version 7.4.1 of the multi-column listbox
> and tree widget package Tablelist.
>
> What is new in Tablelist 7.4.1?
<snip>

Hi Csaba,

Many thanks for your great work with Tablelist, Wcb, Mentry, Scrollutil
and much else.

May I ask for one tiny, near-trivial change?

Please will you change the subject of these announcements to specify the
name and version of the package before the description? (So, for
instance, "ANNOUNCE: Tabelist version 7.4.1 Multi-column listbox and
tree widget package".)

This would make it easier for people, like me, whose newsreader elides
the title. At present, I need to open the message or scroll the
newsreader index to see how many versions behind I am, and therefore how
hard to think about updating. You're right, I am VERY lazy :-).

Thanks again

Alan

Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.4.1
From: nemethi
Newsgroups: comp.lang.tcl
Date: Thu, 5 Dec 2024 09:32 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.tota-refugium.de!.POSTED!not-for-mail
From: csaba.nemethi@t-online.de (nemethi)
Newsgroups: comp.lang.tcl
Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist
7.4.1
Date: Thu, 5 Dec 2024 10:32:26 +0100
Message-ID: <virrva$r7cl$1@tota-refugium.de>
References: <vina70$on40$1@tota-refugium.de> <viq2fi$10917$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 5 Dec 2024 09:32:26 -0000 (UTC)
Injection-Info: tota-refugium.de;
logging-data="892309"; mail-complaints-to="abuse@news.tota-refugium.de"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:LyN3s4Rs/z1T8jil3TRg2xLvPiw=
Content-Language: en-US
In-Reply-To: <viq2fi$10917$1@dont-email.me>
X-User-ID: eJwNy8ERACEIA8CWDoREy0G59F+Cfndmc8BwGEhEKqWgMb1WL2haz/HUUEeyvVjtwv/Rydc2xgUXDRDo
View all headers

Am 04.12.24 um 18:10 schrieb Alan Grunwald:
> On 03/12/2024 16:04, nemethi wrote:
>> This is to announce the bugfix version 7.4.1 of the multi-column
>> listbox and tree widget package Tablelist.
>>
>> What is new in Tablelist 7.4.1?
> <snip>
>
> Hi Csaba,
>
> Many thanks for your great work with Tablelist, Wcb, Mentry, Scrollutil
> and much else.
>
> May I ask for one tiny, near-trivial change?
>
> Please will you change the subject of these announcements to specify the
> name and version of the package before the description? (So, for
> instance, "ANNOUNCE: Tabelist version 7.4.1 Multi-column listbox and
> tree widget package".)
>
> This would make it easier for people, like me, whose newsreader elides
> the title. At present, I need to open the message or scroll the
> newsreader index to see how many versions behind I am, and therefore how
> hard to think about updating. You're right, I am VERY lazy :-).
>
> Thanks again
>
> Alan
>

I haven't been aware of this newsreader issue (I am using Thunderbird).
But no problem, I will follow your suggestion in future announcements.

--
Csaba Nemethi https://www.nemethi.de mailto:csaba.nemethi@t-online.de

1

rocksolid light 0.9.8
clearnet tor