First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Is it possible to catch Ctrl-C keystroke?
Hi, While running a TCL script, if someone hits Ctrl-C, does anyone know if there is a way to capture such Ctrl-C character (so my script can do some minimum cleanup job first before quitting)? Thanks, Victor ... 10 Jul 2008 18:35
ISO "anecdotal evidence"
Hello out there, "everybody" knows that in a group of software developers (all things being equal) the strongest can be N times as productive as the weakest - for sometimes quite astonishing values of N. "Everybody" with at least a certain knowledge of the software development process, that is - but not my current... 29 Jun 2008 05:00
Tcl Jobs and Degrees
George Peter Staplin wrote: Over the years I've noticed that unfilled jobs are available for experienced Tcl programmers with B.S. and doctorate degrees in computer science. Being one of those who (still) search for experienced Tcl programmers (see: http://groups.google.com/group/comp.lang.tcl/browse_thr... 27 Jun 2008 14:12
strange tcl behavior
Hello everybody! I have a big problem with a TCL script. I will do my best to describe the behavior: I have a C program that defines some custom TCL commands. The program parses an input TCL file. When it starts the parsing the only custom command is defobj <name> <alias>. What that command does is to create ... 27 Jun 2008 11:06
Devanagari question
Namaste, recently needing to do some work with Devanagari (Indian alphabet used for Hindi and others), I of course want to use Tcl/Tk for that. I however experience that the renderer on Windows XP that Tk uses fails to do some things (like short-i to the left, consonant clusters without vertical), while another re... 3 Jul 2008 11:28
Adaptive Comboboxes
Hello, I've been looking for the answer to this for an embarrasingly long time... A combobox in a GUI displays values from a list. That list is updated by user actions but I can't get the combobox to update to show the new values that have been appended or changed in the list. Optimally, the combobox selectio... 29 Jun 2008 07:03
How to make TCL to show the error stack in interpreted mode?
Thanks! This answers my question. ... 26 Jun 2008 18:45
Pipeline never becomes readable
Hi, I want to interact with gnuplot in Tcl in the following way: ==================== set a [open "|gnuplot" RDWR]; fconfigure $a -blocking 0; fileevent $a readable [list show $a]; proc show {ch} { puts "This is show"; puts [read $ch]; } # no matter how, the pipeline never becomes readable puts $... 27 Jun 2008 04:58
ANNOUNCE: Tcl/Tk 8.6a1 RELEASED
Tcl/Tk 8.6a1 Release Announcement June 25, 2008 The Tcl Core Team is pleased to announce the 8.6a1 releases of the Tcl dynamic language and the Tk toolkit. This is the first alpha release of Tcl/Tk 8.6. More details can be found below. We would like to express our gratitude to all those who submit bug repor... 28 Jun 2008 09:37
Why is this regular expression invalid in Expect? (where it is valid if I use regexp)
On Jun 26, 10:58 am, Victor <vhnguy...(a)yahoo.com> wrote: I have this expect code, but not obvious why it bombed based on regular expression syntax: -re {>[ ]*$} { } -re {*]\$[ ]*$} { } Password: couldn't compile regular expression pattern: quantifier operan... 26 Jun 2008 16:41
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50