-
ghowlett committed patchset 1980 of module blt to the The BLT Toolkit CVS repository, changing 1 files.
2010-01-07 15:46:53 UTC by ghowlett
-
ghowlett committed patchset 1979 of module blt to the The BLT Toolkit CVS repository, changing 3 files.
2010-01-07 00:15:51 UTC by ghowlett
-
The command
yaxis configure -title "string"
crashes BLT with an X11 error of BadMatch (invalid parameter attributes)
I find this with Fedora Core 12 using the blt.i686 2.4-31.z.fc12 package.
2010-01-06 22:30:27 UTC by nobody
-
ghowlett committed patchset 1978 of module blt to the The BLT Toolkit CVS repository, changing 1 files.
2010-01-06 16:08:40 UTC by ghowlett
-
ghowlett committed patchset 1977 of module blt to the The BLT Toolkit CVS repository, changing 1 files.
2010-01-06 00:24:09 UTC by ghowlett
-
ghowlett committed patchset 1976 of module blt to the The BLT Toolkit CVS repository, changing 1 files.
2010-01-05 15:00:42 UTC by ghowlett
-
Hi!
I use blt to handle data collected from measurements devices and recently stumble over bug in handling values with preceding + sign. Workaround is trivial (and shown below) but it takes a while before I figure the cause of an error.
$tclsh
% package require BLT
3.0
% set x +0.0001e-02
+0.0001e-02
% blt::vector expr "$x > 0"
missing operand
% blt::vector expr "[expr $x] > 0"...
2010-01-02 14:04:07 UTC by nobody
-
ghowlett committed patchset 1975 of module blt to the The BLT Toolkit CVS repository, changing 5 files.
2009-12-30 23:12:12 UTC by ghowlett
-
ghowlett committed patchset 1974 of module blt to the The BLT Toolkit CVS repository, changing 6 files.
2009-12-28 15:26:34 UTC by ghowlett
-
ghowlett committed patchset 1973 of module blt to the The BLT Toolkit CVS repository, changing 4 files.
2009-12-24 05:11:19 UTC by ghowlett