Description:
The Tcl programming language and related tools.
|
|
|
Well known error "cannot use geometry manager pack inside ..."
|
| |
Hi,
I think that this topic has already been discussed and I'm afraid that the behavior will not be changed in future versions (8.6x).
But I have now the problem, that long running code is affected.
My famous application where I was thrown back is the great editor ASED ([link]), but also several older self written... more »
|
|
read a file
|
| |
Does anyone have a quick way of reading utf-16 data files created on Windows with Unicode encoding? When I read the file in tkcon, it seems that each character is double spaced which lead to some strange problems like some character comparisons no longer working.
DrS
|
|
Is Multithreading necessary?
|
| |
Hello to all.
In my application two tclsh interpreters are communicating between
each other. The first interpreter is working on a script, the second
interpreter works as debugger, reading and changing global variables
from first interpreter.
Is there a possibility to create the debugger as an second Thread in... more »
|
|
basic question, disabling command feedback
|
| |
Hi,
I am a new user, using tcl 8.4
I have a basic question,
when we do 'set a 1', it will gives feedback as '1'
...1
...
Is it possible to disable this feedback feature?
such as:
...
I am wondering if there any switch or parameter that I can set.
Or if there is't any, is there any tips to do it ?... more »
|
|
using http package to receive one-way soap/xml message
|
| |
Hello all,
I am using http package to send soap xml requests and receive xml
responses. This is synchronous and works well. I am using http package
on the client side and the web service is running remotely and is
implemented in a different programming language.
Now, I have a scenario where the web server sends me a one-way... more »
|
|
parameter -sticky news
|
| |
I am trying to resurrect an old Expect script I wrote and convert it
to straight Tcl/Tk. I find lines like this ;
...led001}
grid .led001 -row 00 -column 00 -sticky news
I understand everything except the last parameter. -sticky news. In
Tcl/tk or Expect, what does that
parameter do?
My memory is foggy on this very old script.... more »
|
|
Tcl Socket help
|
| |
I haven't done much (anything) with Tcl sockets and woul like some
ideas
The problem.
Connect to a server, send a message, get response, send another
message, get response then finished
After sending the message I don't want to wait more that 20 seconds or
so for a response, in other words time out. Depending on the size of... more »
|
|
communication between to interpreters
|
| |
I have an tcl project running with tclsh.exe.... In this project I
would like to create an other Interpreter in a separate application as
an small debugger for global variables.
One possibility is to use DDE Server/Client. I'm wondering if it's
possible to use TCOM or COM/DCOM zu communicate between the two tcl... more »
|
|
parsing output from expect script
|
| |
Hello,
My goal is to use expect to
1-connect to a series of systems
2-execute a command 20 times on each node to read through a log
(command is 'readlog')
3-grab the output of the commands
4-apply an regular expression on the returned buffer to only search
for lines with "Chassis"
5-prepend a hostname to each of the parsed lines returned from #4 like... more »
|
|
|