Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

"Don't think; let the machine do it for you!" -- E. C. Berkeley


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

SubjectAuthor
* ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0nemethi
+- ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0Alexandru
`* ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0greg
 `- ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0greg

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

<umgv04$dgvg$1@tota-refugium.de>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=13041&group=comp.lang.tcl#13041

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!news.hispagatos.org!news.nntp4.net!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.0
Date: Wed, 27 Dec 2023 11:41:08 +0100
Message-ID: <umgv04$dgvg$1@tota-refugium.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 27 Dec 2023 10:41:08 -0000 (UTC)
Injection-Info: tota-refugium.de;
logging-data="443376"; mail-complaints-to="abuse@news.tota-refugium.de"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:/F0jtAzYZxRwOSuFBRddVxGufnI=
X-User-ID: eJwFwQkBwDAIA0BLpfxykg38S+ida0h8aeFhvr5c6rKHtpPBOUCuaF1tyVOEw2T6nh9WAB47SRHi
Content-Language: en-US
 by: nemethi - Wed, 27 Dec 2023 10:41 UTC

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

What is new in Tablelist 7.0?
-----------------------------

1. Dropped the support for Tk versions earlier than 8.4. This has made
the code simpler and easier to maintain.

2. For the selection type "cell", the F2 key now starts the interactive
editing of the active element, just like Return and KP_Enter (thanks
to Alexandru Dadalau for his proposal).

3. Added explicit support for the themes "black", "breeze",
"breeze-dark", "sun-valley-light", and "sun-valley-dark".

4. Improved the compatibility with Tcl 9 and Tk 8.7/9. For example,
added support for the new <TouchpadScroll> event, introduced in Tk
8.7 and 9.

5. Removed the now redundant distribution file "repair.tcl".

6. Fixed a long-standing bug related to updating the list variable by
the "insertcolumns", "insertcolumnlist", and "deletecolumns"
subcommands (thanks to Alexandru Dadalau for his bug report).

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

Tablelist is available for free download from the URL

https://www.nemethi.de

The distribution file is "tablelist7.0.tar.gz" for UNIX and
"tablelist7_0.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.0.tar.gz":

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

On most UNIX systems this can be replaced with

tar -zxf tablelist7.0.tar.gz

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

On Windows, use WinZip or some other program capable of unpacking the
distribution file "tablelist7_0.zip" into the directory
"tablelist7.0", 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

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

<f98bcd70-be40-4f0b-a66a-076f972562ean@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=13048&group=comp.lang.tcl#13048

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:34f:b0:427:a563:d1d1 with SMTP id r15-20020a05622a034f00b00427a563d1d1mr1477411qtw.10.1703839047949;
Fri, 29 Dec 2023 00:37:27 -0800 (PST)
X-Received: by 2002:a05:622a:199b:b0:427:867b:85bf with SMTP id
u27-20020a05622a199b00b00427867b85bfmr408502qtc.5.1703839047592; Fri, 29 Dec
2023 00:37:27 -0800 (PST)
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Fri, 29 Dec 2023 00:37:27 -0800 (PST)
In-Reply-To: <umgv04$dgvg$1@tota-refugium.de>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:9e8:891f:2500:782a:3e04:9597:6014;
posting-account=glPZ8goAAADztwA3kVEZPMKXCGydx5DU
NNTP-Posting-Host: 2001:9e8:891f:2500:782a:3e04:9597:6014
References: <umgv04$dgvg$1@tota-refugium.de>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f98bcd70-be40-4f0b-a66a-076f972562ean@googlegroups.com>
Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0
From: alexandru.dadalau@meshparts.de (Alexandru)
Injection-Date: Fri, 29 Dec 2023 08:37:27 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 5479
 by: Alexandru - Fri, 29 Dec 2023 08:37 UTC

nemethi schrieb am Mittwoch, 27. Dezember 2023 um 11:41:13 UTC+1:
> I am pleased to announce version 7.0 of the multi-column listbox and
> tree widget package Tablelist.
>
> What is new in Tablelist 7.0?
> -----------------------------
>
> 1. Dropped the support for Tk versions earlier than 8.4. This has made
> the code simpler and easier to maintain.
>
> 2. For the selection type "cell", the F2 key now starts the interactive
> editing of the active element, just like Return and KP_Enter (thanks
> to Alexandru Dadalau for his proposal).
>
> 3. Added explicit support for the themes "black", "breeze",
> "breeze-dark", "sun-valley-light", and "sun-valley-dark".
>
> 4. Improved the compatibility with Tcl 9 and Tk 8.7/9. For example,
> added support for the new <TouchpadScroll> event, introduced in Tk
> 8.7 and 9.
>
> 5. Removed the now redundant distribution file "repair.tcl".
>
> 6. Fixed a long-standing bug related to updating the list variable by
> the "insertcolumns", "insertcolumnlist", and "deletecolumns"
> subcommands (thanks to Alexandru Dadalau for his bug report).
>
> How to get it?
> --------------
>
> Tablelist is available for free download from the URL
>
> https://www.nemethi.de
>
> The distribution file is "tablelist7.0.tar.gz" for UNIX and
> "tablelist7_0.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.0.tar.gz":
>
> gunzip -c tablelist7.0.tar.gz | tar -xf -
>
> On most UNIX systems this can be replaced with
>
> tar -zxf tablelist7.0.tar.gz
>
> Both commands will create a directory named "tablelist7.0 with the
> subdirectories "demos", "doc", and "scripts".
>
> On Windows, use WinZip or some other program capable of unpacking the
> distribution file "tablelist7_0.zip" into the directory
> "tablelist7.0", 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....@t-online.de
Hi Csaba,

Happy to see a major release of the Tablelist and Scrollutil.
Already downloaded and using it.
Many thanks
Alexandru

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

<7c01db06-422c-4630-b1ca-87709b3dd063n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=13049&group=comp.lang.tcl#13049

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:148f:b0:428:998:ea01 with SMTP id t15-20020a05622a148f00b004280998ea01mr76143qtx.0.1703858605044;
Fri, 29 Dec 2023 06:03:25 -0800 (PST)
X-Received: by 2002:ad4:42b0:0:b0:67f:10ed:f42f with SMTP id
e16-20020ad442b0000000b0067f10edf42fmr61102qvr.6.1703858604744; Fri, 29 Dec
2023 06:03:24 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Fri, 29 Dec 2023 06:03:24 -0800 (PST)
In-Reply-To: <umgv04$dgvg$1@tota-refugium.de>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.4; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.4
References: <umgv04$dgvg$1@tota-refugium.de>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7c01db06-422c-4630-b1ca-87709b3dd063n@googlegroups.com>
Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0
From: gregor.ebbing@googlemail.com (greg)
Injection-Date: Fri, 29 Dec 2023 14:03:25 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 5274
 by: greg - Fri, 29 Dec 2023 14:03 UTC

nemethi schrieb am Mittwoch, 27. Dezember 2023 um 11:41:13 UTC+1:
> I am pleased to announce version 7.0 of the multi-column listbox and
> tree widget package Tablelist.
>
> What is new in Tablelist 7.0?
> -----------------------------
>
> 1. Dropped the support for Tk versions earlier than 8.4. This has made
> the code simpler and easier to maintain.
>
> 2. For the selection type "cell", the F2 key now starts the interactive
> editing of the active element, just like Return and KP_Enter (thanks
> to Alexandru Dadalau for his proposal).
>
> 3. Added explicit support for the themes "black", "breeze",
> "breeze-dark", "sun-valley-light", and "sun-valley-dark".
>
> 4. Improved the compatibility with Tcl 9 and Tk 8.7/9. For example,
> added support for the new <TouchpadScroll> event, introduced in Tk
> 8.7 and 9.
>
> 5. Removed the now redundant distribution file "repair.tcl".
>
> 6. Fixed a long-standing bug related to updating the list variable by
> the "insertcolumns", "insertcolumnlist", and "deletecolumns"
> subcommands (thanks to Alexandru Dadalau for his bug report).
>
> How to get it?
> --------------
>
> Tablelist is available for free download from the URL
>
> https://www.nemethi.de
>
> The distribution file is "tablelist7.0.tar.gz" for UNIX and
> "tablelist7_0.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.0.tar.gz":
>
> gunzip -c tablelist7.0.tar.gz | tar -xf -
>
> On most UNIX systems this can be replaced with
>
> tar -zxf tablelist7.0.tar.gz
>
> Both commands will create a directory named "tablelist7.0 with the
> subdirectories "demos", "doc", and "scripts".
>
> On Windows, use WinZip or some other program capable of unpacking the
> distribution file "tablelist7_0.zip" into the directory
> "tablelist7.0", 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

Hello,

Download does not work.

Gregor

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

<d3b4a667-bb2d-403e-a052-563da29688c4n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=13053&group=comp.lang.tcl#13053

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:ac8:5892:0:b0:427:f248:d811 with SMTP id t18-20020ac85892000000b00427f248d811mr543782qta.12.1703876930285;
Fri, 29 Dec 2023 11:08:50 -0800 (PST)
X-Received: by 2002:a05:622a:386:b0:425:c4fb:cb08 with SMTP id
j6-20020a05622a038600b00425c4fbcb08mr1524582qtx.5.1703876929927; Fri, 29 Dec
2023 11:08:49 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Fri, 29 Dec 2023 11:08:49 -0800 (PST)
In-Reply-To: <7c01db06-422c-4630-b1ca-87709b3dd063n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.4; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.4
References: <umgv04$dgvg$1@tota-refugium.de> <7c01db06-422c-4630-b1ca-87709b3dd063n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d3b4a667-bb2d-403e-a052-563da29688c4n@googlegroups.com>
Subject: Re: ANNOUNCE: Multi-column listbox and tree widget package Tablelist 7.0
From: gregor.ebbing@googlemail.com (greg)
Injection-Date: Fri, 29 Dec 2023 19:08:50 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 5689
 by: greg - Fri, 29 Dec 2023 19:08 UTC

greg schrieb am Freitag, 29. Dezember 2023 um 15:03:27 UTC+1:
> nemethi schrieb am Mittwoch, 27. Dezember 2023 um 11:41:13 UTC+1:
> > I am pleased to announce version 7.0 of the multi-column listbox and
> > tree widget package Tablelist.
> >
> > What is new in Tablelist 7.0?
> > -----------------------------
> >
> > 1. Dropped the support for Tk versions earlier than 8.4. This has made
> > the code simpler and easier to maintain.
> >
> > 2. For the selection type "cell", the F2 key now starts the interactive
> > editing of the active element, just like Return and KP_Enter (thanks
> > to Alexandru Dadalau for his proposal).
> >
> > 3. Added explicit support for the themes "black", "breeze",
> > "breeze-dark", "sun-valley-light", and "sun-valley-dark".
> >
> > 4. Improved the compatibility with Tcl 9 and Tk 8.7/9. For example,
> > added support for the new <TouchpadScroll> event, introduced in Tk
> > 8.7 and 9.
> >
> > 5. Removed the now redundant distribution file "repair.tcl".
> >
> > 6. Fixed a long-standing bug related to updating the list variable by
> > the "insertcolumns", "insertcolumnlist", and "deletecolumns"
> > subcommands (thanks to Alexandru Dadalau for his bug report).
> >
> > How to get it?
> > --------------
> >
> > Tablelist is available for free download from the URL
> >
> > https://www.nemethi.de
> >
> > The distribution file is "tablelist7.0.tar.gz" for UNIX and
> > "tablelist7_0.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.0.tar.gz":
> >
> > gunzip -c tablelist7.0.tar.gz | tar -xf -
> >
> > On most UNIX systems this can be replaced with
> >
> > tar -zxf tablelist7.0.tar.gz
> >
> > Both commands will create a directory named "tablelist7.0 with the
> > subdirectories "demos", "doc", and "scripts".
> >
> > On Windows, use WinZip or some other program capable of unpacking the
> > distribution file "tablelist7_0.zip" into the directory
> > "tablelist7.0", 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
> Hello,
>
> Download does not work.
>
> Gregor
Download is ok.
It was due to the Firefox setting

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor