Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

21 May, 2024: Computers section is temporarily disabled for maintenance. It will take several days before it's back.


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

SubjectAuthor
* ANNOUNCE: Multi-column listbox and tree widget package Tablelist 6.22nemethi
`- Re: ANNOUNCE: Multi-column listbox and tree widget package TablelistHarald Oehlmann

1
ANNOUNCE: Multi-column listbox and tree widget package Tablelist 6.22

<u7u8bn$23esr$1@tota-refugium.de>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=22359&group=comp.lang.tcl#22359

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.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 6.22
Date: Mon, 3 Jul 2023 12:36:39 +0200
Message-ID: <u7u8bn$23esr$1@tota-refugium.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 3 Jul 2023 10:36:40 -0000 (UTC)
Injection-Info: tota-refugium.de;
logging-data="2210715"; mail-complaints-to="abuse@news.tota-refugium.de"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.0
Cancel-Lock: sha1:DMkK4o96GSYaeTD4C+Po4pCLjOA=
Content-Language: en-US
X-User-ID: eJwFwQkBwDAIA0BLfAkgp6PFv4TdwamcDIKBxS4sj0wgO/HMS1vPu7JagXKxocVnJYrLsv4BAaEPtg==
 by: nemethi - Mon, 3 Jul 2023 10:36 UTC

I am pleased to announce version 6.22 of the multi-column listbox and
tree widget package Tablelist.

What is new in Tablelist 6.22?
------------------------------

1. If SVG is supported, i.e., if the Tk version is at least 8.7 or the
tksvg package can be loaded into the interpreter, then the new
variable "tablelist::svgfmt" is set to a Tcl list that you can pass
to the commands that create or manipulate SVG images as the value of
their "-format" option to make sure that your images will be
properly scaled (see the new section "More on tablelist::svgfmt" in
Tablelist Programmer's Guide for details).

2. In the presence of SVG support, added the arrow style "photo0x0",
whose sort arrows are SVG images that will scale automatically
according to the display's real scaling percentage (which can be
greater than 200, the maximum value of the variable
"tablelist::scalingpct").

3. Removed the very rarely needed arrow styles "flat6x4", "flat7x5",
"flat9x6", "flatAngle9x7", and "flatAngle10x7", and added the styles
"flat10x5", "flat12x6", "flat14x7", and "flat16x8".

4. The default value of the "-arrowstyle" option on X11 is now
"photo0x0" if SVG is supported, and (depending on the display's
scaling level) one of "flat8x4", "flat10x5", "flat12x6", "flat14x7",
or "flat16x8" otherwise (POTENTIAL INCOMPATIBILITY!).

5. In the presence of SVG support, added the tree styles "plain",
"bicolor", "white", and "classic", which are quite similar to the
styles "plain*", "bicolor*", "white*", and "classic*", except that
they use SVG images whose sizes are automatically adapted to the
display's real scaling percentage.

6. The BWidget SpinBox and ComboBox widgets used for interactive cell
editing are now scaled according to the display's real scaling
percentage rather than to the value of the variable
"tablelist::scalingpct".

7. If SVG is supported then the temporarily or persistently embedded
checkbuttons as well as the calendar and watch icons of the Iwidgets
dateentry and timeentry widgets used for interactive cell editing
now use SVG images that will scale automatically according to the
display's real scaling percentage.

8. For Tcl versions 8.4 and later replaced the deprecated "trace
variable" and "trace vdelete" invocations with "trace add variable"
and "trace remove variable", respectively.

9. Improvements in the themepatch package, especially regarding the
"default" theme.

10. In the presence of SVG support, the demo scripts now use SVG images
created with the aid of the variable "tablelist::svgfmt", and on X11
the demo scripts "browseTree(_tile).tcl" and "dirViewer(_tile).tcl"
now set the "-treestyle" option to the SVG-based style "bicolor".

11. Guarded against destroying a tablelist widget in which interactive
cell editing is in progress (thanks to Alexandru Dadalau for his bug
report).

12. Several further improvements and minor bug fixes.

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

Tablelist is available for free download from the URL

https://www.nemethi.de

The distribution file is "tablelist6.22.tar.gz" for UNIX and
"tablelist6_22.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 "tablelist6.22.tar.gz":

gunzip -c tablelist6.22.tar.gz | tar -xf -

On most UNIX systems this can be replaced with

tar -zxf tablelist6.22.tar.gz

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

On Windows, use WinZip or some other program capable of unpacking the
distribution file "tablelist6_22.zip" into the directory
"tablelist6.22", 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 Tcl/Tk 8.4 or higher and 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

Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 6.22

<u80cls$p5i$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=22374&group=comp.lang.tcl#22374

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist
6.22
Date: Tue, 4 Jul 2023 08:02:25 +0200
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <u80cls$p5i$1@dont-email.me>
References: <u7u8bn$23esr$1@tota-refugium.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 4 Jul 2023 06:02:52 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="2c81630bc1e82b3edca17a1f837bf2c9";
logging-data="25778"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19UFL1pAnFK+OnC5Mbc92az"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:64coiIMvLN3TXKyheOvM4xFionM=
Content-Language: en-GB
In-Reply-To: <u7u8bn$23esr$1@tota-refugium.de>
 by: Harald Oehlmann - Tue, 4 Jul 2023 06:02 UTC

Am 03.07.2023 um 12:36 schrieb nemethi:
> I am pleased to announce version 6.22 of the multi-column listbox and
> tree widget package Tablelist.

Thanks, Csaba, to move all to scalable SVG, I really appreciate !

Take care,
Harald


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

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor