|
First
|
Prev |
Next
|
Last
Pages: 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422
Syntax, expressiveness and the beauty of Tcl Good Morning Fellows I just read the wiki-page about why Tcl syntax is so strange (http://wiki.tcl.tk/2401). I already read it a while ago and the discussion never really left my mind, since I'm often discussing and comparing Tcl and Python with one of my colleagues. My point is, that the very simple and strai... 14 Nov 2006 12:13
FlushChannel: damaged channel list I have a server daemon written in C which creates a pool of tcl interpreters within a thread ( one tcl per thread ) . There seems to be some issue with flushing a log file channel from tcl: FlushChannel: damaged channel list I also get a core dump: My C code: ff124a74 evalTclScript (d31c0, 2eafb8, fdd09b... 26 Oct 2006 11:33
help selecting from a numbered list Hi- I have a program I need to interact with which forces me to make a choice based on a numbered list. I thought expect would be a good fit for automating a task, however I am running into this issue - I don't know how to get my expect script to choose based on the list returned by the program. Given the foll... 26 Oct 2006 20:30
More than one (tcl tk) listbox Hi, I'm trying to write a tcl application where the user can select a number of options from different tk listboxes. The problem that I have is with two lists, A and B, if I select something from list A, and then select something from list B, the original list A selection goes away. Is there any way of stoppin... 26 Oct 2006 17:53
exec a perl script from a TclApp exe file I need to "exec" a perl script from a specific relatively located directory from inside a TclApp.exe . what I "was" doing in regular TCL scripts, was creating a batchfile, that called : perl PathToScript/Scriptname The perl script could be included in the TclApp, ot left uncompiled in a rel... 31 Oct 2006 16:33
New FreeWrap 6.2 + BWidget issue I'm using FreeWrap 6.2 on Windows 2000. In my .tcl file, I am using BWidget. So I have added these two lines in the .tcl file: lappend auto_path /tcl/lib/bwidget1.7 package require BWidget I have created an index file, like that: /Tcl/lib/bwidget1.7 /Tcl/lib/bwidget1.7/arrow.Tcl /Tcl/lib/bwidget1.7/bitmap.Tcl ... 22 Oct 2006 21:27
Standalone Mac applications A couple years ago I made a standalone tcl application for Macv OS X by, I believe, adding my starkit to wishkit.app, changing a couple settings someplace, and changing the icon. Is this still the preferred method to make a stand-alone app? I'm trying to talk someone else through the process, and somewhere we... 2 Nov 2006 21:21
FreeWrap 6.2 + BWidget I have made this change but now the message "can't find package BWidget" appear also when I run the .exe on the hard drive where I have generated it. Robert Heller a écrit : At 19 Oct 2006 12:39:17 -0700 sbaret(a)gmail.com wrote: I'm using FreeWrap 6.2 on Windows 2000. In my .tcl file, I am usi... 20 Oct 2006 15:04
TclLib 1.8, smtp Hello, I'm trying to send email using smtp package from TclLib 1.8. My SMTP server requires authorisation, so I use: mime::initialize -canonical text/plain -string $body mime::setheader $token Subject $subject smtp::sendmessage $token -recipients to_address -servers my_smtp_server -ports 25 -username my_user... 22 Oct 2006 15:12
How to use expect in local machine? Hi, I understand we have to spawn a process to interact with it using expect & send. I had been spawing ssh and running several commands in the remote machine using send, expect, send, expect... Now i am not pretty sure now how i can run the similar command using expect in local machine.... My objecitve... 19 Oct 2006 14:26 |