|
TclDtrace API - call for comments Good job on getting this working. This will be an extremely useful extension. Only one question: Why is it not 100% event loop friendly? Could it be made 100% event loop friendly? (well that's two questions actually). Ron. lrem(a)localhost.localdomain wrote: Hi, I'm developing, thanks to Google... 8 Jul 2008 15:09
TCL for Modelsim Hi I am looking for some kind of tutorial of how to use TCL with Modelsim. Basically I wanna use it to set some signals & buses to some values in a loop and read out the result. Anyone could give me a bit help in this matter, in google looking for TCL & Modelsim just gives me always links to pdf files that Mode... 8 Jul 2008 08:59
query regarding open braces Hi I am working in TCL. I am one data file like this text catas "description" on { } this is repeated in the file.I am have to split according this file to several categories The program i wrote is set fh [open input.txt "r"] while { [gets $fh line >= 0} { if { [regexp "^\{" $line} { set line [... 8 Jul 2008 08:59
dealing with special characters Greetings Tclers... Whats the best way to fix this? I have an ugly string to parse set MESS "15C3A33C 186005017\"B1B@ \y@]@@]G@]M@]R@]V@]W@]Y@]]@]]@]e@]k@]s@]}@^F@^R@^X@^^@^k@^s@_B@_L@_U@__@_g@_q@_}@_? @`F@`G@`J@`Q@`Q@`X@``@`k@`t(a)aA@aM(a)aW@ae(a)am@a~@bD(a)bO@bT(a)bY@bb(a)bc@b]@b \@bc(a)bo@b{@cF(a)cU@c\@cb(a)cl@cv@]R@^s@`... 8 Jul 2008 01:50
Tcl-URL! - weekly Tcl news and links (Apr 30) Uwe Klein wrote: TIPX: new, used and discarded Tips TIP 213 by Donal K. Fellows : A Standard Dialog for Font Selection http://www.tcl.tk/cgi-bin/tct/tip/213.html Vote: Pending State has changed from Draft to Withdrawn Hey I just noticed than this TIP to put into Tk a "Standard Dia... 14 Jul 2008 05:27
[GSoC] TclDtrace API - call for comments Hi, I'm developing, thanks to Google Summer of Code, a Tcl binding to libdtrace. The API has undergone reforging many times, and now is in something I hope to be a final shape. Now I hope for feedback, as what is bad and what seems nice, about it from general public. Any kinds of comments from practicing Tclers,... 7 Jul 2008 19:42
file rename -force failing silently On Jul 7, 11:23 am, "neuronst...(a)gmail.com" <neuronst...(a)gmail.com> wrote: file rename -force somenewdata.file someexistingdata.file is behaving in a way that surprises me. (tcl8.6a0 - I haven't tried it on other versions) I would have expected that if the rename fails for any reason - an error sho... 10 Jul 2008 09:16
file rename -force failing silently file rename -force somenewdata.file someexistingdata.file is behaving in a way that surprises me. (tcl8.6a0 - I haven't tried it on other versions) I would have expected that if the rename fails for any reason - an error should be raised. I have a situation, where both files are in the same folder on a netw... 8 Jul 2008 03:52
Tcl source (was: newbie) In article <g4t160$11ko$2(a)godfrey.mcc.ac.uk>, Donal K. Fellows <donal.k.fellows(a)manchester.ac.uk> wrote: Cesar Rabak wrote: I had a Maths teacher that complained the lack of [different] symbols in Mathematics. I think she never had to cope with programming languages! We could theoretically use any UNIC... 8 Jul 2008 00:49
Confusing behavior regarding selected text in a text widget Greetings one and all, I am having trouble understanding how lines of text that have been "selected" in a text widget are placed in the clipboard. Here's what's happening. I have a text widget that contains only lines of text. Some of the lines are covered by a tag that makes them invisible to the user. Spe... 7 Jul 2008 21:45 |