Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Can BLT be replaced by Tcl packages ?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
relaxmike  
View profile  
 More options Nov 7 2007, 2:50 pm
Newsgroups: comp.lang.tcl
From: relaxmike <michael.bau...@gmail.com>
Date: Wed, 07 Nov 2007 19:50:36 -0000
Local: Wed, Nov 7 2007 2:50 pm
Subject: Can BLT be replaced by Tcl packages ?
Hi,
I have a Tcl software which uses several commands of the BLT package.
The problem is that binary versions of BLT are not
available on all platforms which are currently supported by Tcl, in
particular
the Active State distribution. Example : HP, Sun, etc...

I would like to replace the BLT commands that I use with
standard Tcl scripts so that I can have a more portable software.
Here is the full list of BLT commands that I use :
blt::graph
blt::vector
blt::barchart
blt::busy
blt::bgexec
blt::winop

I searched around the found alternative way of doing the same thing.
Here is what I found :

bgexec :  Tcl/[exec ...&], Tcl / [open | ...]
http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/95a...
http://wiki.tcl.tk/12704

busy
http://wiki.tcl.tk/3049
http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/68377
http://phaseit.net/claird/comp.lang.tcl/tcl-examples.html#busy

bltdebug : TclX / cmdtrace , TclX / profile

barchart, graph :
Tklib / Plotchart
http://www.flightlab.com/~joe/gutter/doc/tklib-0.4.1/plotchart.html
http://wiki.tcl.tk/18167

winop snap window photoName
http://wiki.tcl.tk/9127

In fact, I feel that BLT, which has been really useful in the past,
can be replaced
by other pure Tcl packages today. Am I wrong ?

Best regards,
Michaël


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.