|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
newbie
i am trying to learn tcl(with special emphasis on its interface with fortran) can you peple suggest some good starting point? ... 5 Jul 2008 21:42
different behavior of shell and embedded interpreter
Hi, I'm trying to embed tcl interpreter in C, but observing different behaviors (shell vs embedded). For example, the script below entered line by line on shell and embedded interpreter gives different results. ######### 1) puts " Hi there!" 2) for {set i 0} {$i <= 10} {incr i} { 3) puts "no $i" ... 5 Jul 2008 23:44
freewrap with blt2.4 demo program:
Hello, I am trying to generate a executable with freewrap from a Tcl script using the BLT package. I did everything as written in the tutorial, also added the absolute paths "C:/Program Files/Tcl/bin/" (here is the BLT24.dll) and "C:/ Program Files/Tcl/lib/blt2.4" to the auto_path variable before calling "pac... 4 Jul 2008 13:05
usage of new "in" and "ni" expression operators
I was playing with the new "in" and "ni" new expression operators and found that I cannot do: if {$test in [list 3 4 5] || $test ni [list 5 6 7]} { puts "great!" } Are the new expression operators"ni" and "in" limited to one operator? why? I checked the doc http://www.tcl.tk/man/tcl8.5/TclCmd/if.htm an... 4 Jul 2008 10:00
execution time paradox
Hi, I noticed the following code executes FASTER after changing both occurrences of {incr ... 4} to {incr ... 1}. I expected the contrary. I tested the code with wish8.4 and wish8.5 and "incr 1" version completed in 15sec, while "incr 4" version completed in 50sec. Could anybody explain that? Thx, ------... 5 Jul 2008 14:33
regarding logging
Hi, I am running a script I would like to save that into a log file and plz give me log functin details with examples Thanks in advance, ~Anil A Kumar ... 4 Jul 2008 11:01
Ann: kbs 0.2.3
kbs -- kitgen build system (version 0.2.3 for tcl/tk 8.5.3 and 8.6a1) ========================== The system can generate [Tclkit Lite] executables, Tcl packages, starkits and starpacks for different operating systems. Additional documentation can be found under <http://wiki.tcl.tk/ 18146> Sources are av... 4 Jul 2008 19:13
Howto get seconds of start of week and end of week
Hello, I have a table with timestamps (clock seconds). I now want to find all timestamps from a specific week. For this I need to know the start of the week in seconds and the end of the week in seconds. I thought the clock scan (Tcl 8.5) would do this. But it doesn't work as I expect it. The documentation say... 4 Jul 2008 08:58
after ids
On Fri, 18 Apr 2008 12:35:58 -0400, Kevin Kenny wrote: This is a butt-old thread, I know, for some reason a few messages accidentally got marked as unread, so I've ended up reading it over again... But something just jumped out at me... (1) this is closer in my view to an [at] command, rather than an ... 6 Jul 2008 02:47
AppleScript launching of Wish Shell doesn't work...
Can anyone tell me why the following doesn't work? (Gives an AppleScript error 000000 was encountered) ### package require Tclapplescript AppleScript execute "do shell script \"/Users/user_name/Desktop/ Updater/updater.app/contents/MacOS/Wish\ Shell"\" with administrator privileges" ### Prepending "s... 3 Jul 2008 18:41
Events on Serial port
Hi All I have a tcl script that polls the serial port DSR line with the fconfigure command every 3 - 8 ms, selectable by the user. I then know I have data waiting on the embbeded device and can query it. The processing of the data is plenty fast enough but getting it off the remote device is a bit time consuming... 4 Jul 2008 12:03
Tcl/Tk-8.5.3 breaks my code here
Hi, after upgrading from version 8.5.2 to 8.5.3 (at least) some of my scripts fail here, like filerunner - see the messages below I think I've installed it like earlier release: cd unix CC=gcc CFLAGS='-O3 -march=pentium3 -pipe' nice ./configure --prefix=/usr/local/beta \ --enable-shared make make ... 3 Jul 2008 16:37
Time traveling with Tclhttpd?
Hi, You can see at http://www.tcl.tk/software/tclhttpd/ that tclhttpd includes Tcl 8.5.4, but at http://www.tcl.tk/ you can read that lastest release of 8.5.x is 8.5.3. How can it be? Is it mistake on tclhttpd page or it indeed includes 8.5.4 (cvs snapshot)? -- Pozdrawiam! (Regards!) Googie ... 3 Jul 2008 16:37
snack waveform
Hello Alexandre, No, your advice to use [$s power] is fine, and may well be the best way to do it. But, to save time, I just expected to bypass the learning curve of snack. Thanks Bill, I downloaded SoundBite. This application is very nice indeed. It may help me to address most of my current needs. I will ... 3 Jul 2008 03:17
TCL_STDERR channel not working
Hello, I'm trying to embed tcl interepreter in my c code and wanted to redirect stdout and stderr to different files. stdout works fine but stderr (errlog.txt) is always empty( even though tcl script contain errors). I am trying this first time, please suggest. ---- Here is the code --- main (int argc, cha... 6 Jul 2008 00:45
ANN TclJS 1.0 [Was: Re: Autoproxy behind a corporate firewallthat uses a website to configure proxy]
Neil Madden wrote: jalitt(a)gmail.com wrote: Okay, taming spidermonkey is one possibility. I also found - http://browsex.com/jstcl.html , which might be able to do the trick. The source is available from the site. Maybe I'll get a chance to play around with that or spidermonkey in the near future. I... 2 Jul 2008 20:08
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11