comp.lang.tcl Google Group
when tcl-prevayler
cmon I wana throw away postgresql and point to something more to laugh about when loking at shops using oracle
tablelist make error
TCL :ActiveTCL 8.5 ,Tablelist:5.9
Example
======
package require gridplus
namespace import gridplus::*
gridplus tablelist .mytable {
4 "Column1"
4 "Column2"
0 "Column3"
freewrap make error. cannot find zip.h
I built the zip232 and copy the zip file to "unix" directory, I even tried to copy the zip.h file to unix directory or /usr/include directory, it always complain.
change d:f:r:5 to d-f-r-5 using tcl
Archives of comp.lang.tcl?
of"/"related to" Google?
I wish to refer to posts to the group. I have practical and
philosophical/ethical reasons to avoid references involving
google groups.
any ffidl users on 8.6?
hasn't been touched since 2006. Has anyone else gotten it to work?
re cntrl character class only contains 7f ?
unicodes 0-1f,7f-9F
What is wrong here:
% regexp {^[[:cntrl:]]*$} \x01
0
...
% regexp {^[[:cntrl:]]*$} \x1f
0
% regexp {^[[:cntrl:]]*$} \x7f
1
...
% regexp {^[[:cntrl:]]*$} \x9f
1
So, \u0000 - \u001f is not in this character class ?
Announcement: Next Scripting Framework 2.0b5 available
This is an announcement of the availability of the
Next Scripting Framework 2.0b5, which contains fully
scripted versions of XOTcl and NX (see [link]).
Since the last release of the the Next Scripting Framework
(NSF 2.0b3), we have received various feedback from early adopters.
scan
% scan "0.00001" %f a
% set a
1e-5
Is it possible to get a numeric representation out of scan like 0.00001?
Changing tcl_precision does not change the result format.
DrS
Treemaps
Has anyone implemented a treemap algorithm in Tcl?
(Ref: [link])
Treemapping is a way of displaying hierarchical numeric data as a series of partitioned rectangles.
Thanks!
Background service for internet
I am asking for advice about how to start a project for not restart it at the middle of the work.
What I plan is something like this (for let you understand):
* Background service based on HTTP requests, updating data profile from social networks
* Create routines that will be always running until the user ask for stop
Version conflict with Plotchart 2.1.0
Are there version conflict with new Plotchart 2.1.0 packet (taken by teacup) ?
There are old version 2.0.1 in plotchart.tcl file !?
It works when i corrected this version to 2.1.0.
Eras
how to embed toplevel in to frame on linux
i would like to embed toplevel in to frame (frame inside main window).
dock/undock embedded toplevel from frame or in to frame,
using -use option on toplevel, the toplevel can be embedded in to frames.
this works fine on Window but fails on Linux.
error message is "-use option can't be configured after creation of widget"
"do while": is it a good solution?
int main(int argc, char *argv[]) {
int c = 0;
do {
c++;
printf("\n%d", c);
} while(c <= 10);
exit();
Can it to be replace in tcl with for?
proc main {} {
set c 0;
for {} {$c <= 10} {
Bug in Tcl_GetRange()?
I am getting a crash in my application, and gdb reports this:
from /opt/ActiveTcl-8.6/lib/libtcl8 .6.so
from /opt/ActiveTcl-8.6/lib/libtcl8 .6.so
Tcl_Obj*) ()
from /opt/Ellogon/CDM/Linux/x86_64/ libCDM.so
Tcl_Interp*, int, Tcl_Obj* const*) () from
/opt/Ellogon/CDM/Linux/x86_64/ libCDM.so
who mentioned building websites with tclDOM and rendering dom tree?
freewrap requires missing dll from standard distribution but dll does not exist
If your application will be using the exec or open commands to run external applications that will be piping stdin or stdout to transfer information, make sure that tclpip86s.dll can be found in a location that TCL normally looks (e.g, the current directory, the Windows directory or the same directory as the executable program).
Home
Wiki
Archive Center
Bug Tracker
E-Mail