Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You'll be called to a post requiring ability in handling groups of people.


comp / comp.lang.tcl / BLT Package

SubjectAuthor
* BLT Packagekesavapraba
+- Re: BLT PackagePaul Obermeier
`* Re: BLT Packageet99
 `- Re: BLT Packagekesavapraba

1
Subject: BLT Package
From: kesavapraba
Newsgroups: comp.lang.tcl
Organization: novaBBS
Date: Thu, 27 Jun 2024 09:28 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: prabaiitmadras@gmail.com (kesavapraba)
Newsgroups: comp.lang.tcl
Subject: BLT Package
Date: Thu, 27 Jun 2024 09:28:52 +0000
Organization: novaBBS
Message-ID: <c0b340b65e8411bd93fe004f98bee735@www.novabbs.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
logging-data="1339036"; mail-complaints-to="usenet@i2pn2.org";
posting-account="dher1mDKXcUWzvBWOPiVOJNJw8qr4gtrb7/B2hen4Hk";
User-Agent: Rocksolid Light
X-Rslight-Posting-User: d04e23ee71e4718418dd73cd54b33ec16231359a
X-Rslight-Site: $2y$10$VQcsgmPIUj6WV4s3EDhhuuppDzhaGCZdkRS6quG3dXaJPYBmHAib6
X-Spam-Checker-Version: SpamAssassin 4.0.0
View all headers

Dear Tcl Community,

I want to use BLT package for plotting some graphs. Hence, I tried to
download and use it with Tcl8.6.13 version. The issue is that the
package is no longer used with Tcl versions higher than 8.4! Can you
please suggest me a way how I can make use of the package? The link
below is where I looked at for the BLT package.

https://sourceforge.net/projects/blt/files/

Thanks in advance.

Subject: Re: BLT Package
From: Paul Obermeier
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Thu, 27 Jun 2024 18:40 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: obermeier@poSoft.de (Paul Obermeier)
Newsgroups: comp.lang.tcl
Subject: Re: BLT Package
Date: Thu, 27 Jun 2024 20:40:46 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <v5kbnj$2rt5f$2@dont-email.me>
References: <c0b340b65e8411bd93fe004f98bee735@www.novabbs.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 27 Jun 2024 20:40:51 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="00f313b339e9216e1b1b0c72b6627c10";
logging-data="3011759"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Cx23kD4gwkp0y8mFOw7kGuL9zs0Jy3pY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:a+3GUn2m3xdnCJSTzE+qwnJoL58=
In-Reply-To: <c0b340b65e8411bd93fe004f98bee735@www.novabbs.com>
View all headers

You may look at the following packages as a replacement for BLT:

RBC (https://www.sourceforge.net/projects/rbctoolkit/)
tko (https://chiselapp.com/user/rene/repository/tko/index)

Both packages are part of the BAWT-BI distribution (https://www.tcl3d.org/bawt/download.html#tclbi)

Paul

Am 27.06.2024 um 11:28 schrieb kesavapraba:
> Dear Tcl Community,
>
> I want to use BLT package for plotting some graphs. Hence, I tried to
> download and use it with Tcl8.6.13 version. The issue is that the
> package is no longer used with Tcl versions higher than 8.4! Can you
> please suggest me a way how I can make use of the package? The link
> below is where I looked at for the BLT package.
>
> https://sourceforge.net/projects/blt/files/
>
> Thanks in advance.

Subject: Re: BLT Package
From: et99
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Fri, 28 Jun 2024 01:29 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: et99@rocketship1.me (et99)
Newsgroups: comp.lang.tcl
Subject: Re: BLT Package
Date: Thu, 27 Jun 2024 18:29:41 -0700
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <v5l3m5$308ds$1@dont-email.me>
References: <c0b340b65e8411bd93fe004f98bee735@www.novabbs.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 28 Jun 2024 03:29:42 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eb187e396070c4725818df009b93316d";
logging-data="3154364"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Mrn8zX2+tA3xLiKKMdK88"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Cancel-Lock: sha1:gH24dv6VGcjFwJVcvd6fMpDlNdY=
In-Reply-To: <c0b340b65e8411bd93fe004f98bee735@www.novabbs.com>
Content-Language: en-US
View all headers

On 6/27/2024 2:28 AM, kesavapraba wrote:
> Dear Tcl Community,
>
> I want to use BLT package for plotting some graphs. Hence, I tried to
> download and use it with Tcl8.6.13 version. The issue is that the
> package is no longer used with Tcl versions higher than 8.4! Can you
> please suggest me a way how I can make use of the package? The link
> below is where I looked at for the BLT package.
>
> https://sourceforge.net/projects/blt/files/
>
> Thanks in advance.

There is actually a blt that works with 8.6.13, see (my post at the bottom for 64 bit versions):

https://wiki.tcl-lang.org/page/BLT

Probably main difference between it and RBC is it includes the table geom manager, and the names of the extra procedures are

Blt_ZoomStack
Blt_Crosshairs
Blt_ActiveLegend
Blt_ClosestPoint

instead of Rbc_*

Table comes in handy if you've got some old demo code.

It's been a while since I played with it, I did find I had to manually source the tclindex file, like so:

set dir C:/Users/et/AppData/Local/Apps/Tcl86/lib/blt2.4 ;# location in magicsplat's distro
source $dir/tclindex

to use the above Blt_* proc's.

This was on windows to get it to work with magicsplat's distro where I copied into it's lib directory the blt2.4 directory I extracted from vanillawish-78555c39f0-win64.exe using 7-zip.

I saw that the linux versions had .so files, but didn't try them.

-et

Subject: Re: BLT Package
From: kesavapraba
Newsgroups: comp.lang.tcl
Organization: novaBBS
Date: Mon, 1 Jul 2024 08:24 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: prabaiitmadras@gmail.com (kesavapraba)
Newsgroups: comp.lang.tcl
Subject: Re: BLT Package
Date: Mon, 1 Jul 2024 08:24:51 +0000
Organization: novaBBS
Message-ID: <ab15f41df3bd476a612e090161273a2a@www.novabbs.com>
References: <c0b340b65e8411bd93fe004f98bee735@www.novabbs.com> <v5l3m5$308ds$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
logging-data="1776470"; mail-complaints-to="usenet@i2pn2.org";
posting-account="dher1mDKXcUWzvBWOPiVOJNJw8qr4gtrb7/B2hen4Hk";
User-Agent: Rocksolid Light
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Rslight-Posting-User: d04e23ee71e4718418dd73cd54b33ec16231359a
X-Rslight-Site: $2y$10$T6/UpWg6PoB.fS5ljKVRguy2aBr247dbOZcorg0qbDr7WOxwskIwi
View all headers

Thank you so much for your suggestions. Appreciate a lot.

1

rocksolid light 0.9.8
clearnet tor