First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
how to write .test file using tcltest
hi everybody how to write external test case in another file, i mean one source file and one test-case how to sync both of them. ... 1 Jun 2010 15:17
Tcl_NewListObj returns no data
I'm writing a C-based Tcl extension that iterates through the file system to build a list of file names that contain a specific string. (It's a Mac-specific API that is faster than glob or find.) The code generally works as expected, but when I try to access the returned list at the script level, I get no data.... 7 Jun 2010 10:44
dict exists: Checking for nested dict when not nested
Hello, I encountered a behavior of dict exists which I thought seemed unexpected. I'm relatively new to TCL so apologies if I'm missing something obvious or going over old ground .. Can anyone confirm that this is indeed TCL working as designed? I have a dictionary which is sometimes nested, sometimes not. So I... 1 Jun 2010 06:28
How to learn tcltest package
Hi friends i am try to learn tcltest package in tcl. I have tcl8.5 and the package of tcltest 2.3.2. please tell me how to use tcltest, full notes on tcltest package. ... 1 Jun 2010 01:06
entry widget matching braces
Hi, I'm using the entry widget, and what I want to do is when the user presses '{' I want to automatically insert a '}' character in the position following the typed in '{' character, and position the cursor between the braces. So far I've tried: (1) bind .myentry <leftbrace> {.cmd insert insert \}}, for th... 31 May 2010 07:34
احصل على ماستر كارد MasterCard مجانا هديه
ÇÍÕá Úáì ãÇÓÊÑ ßÇÑÏ MasterCard ãÌÇäÇ åÏíå http://www.agd3as7ab.com/vb/showthread.php?t=97... 30 May 2010 18:41
invalid command interact
hi friends, when i am simulating ftp application when i using interact command it displays invalid command. I am using expect package 5.43 and tcl version 8.5, how to resolve this one. ... 2 Jun 2010 15:21
TCL language: how to access ACLs?
TCL language: how to access ACLs? How to access Access control list of a file via TCL? e.g. if a particular file has permission for two users, I want to access these two users names. So, need to ACLs. If this is not possible via TCL, which command I can use on windows to get the ACLs? (e.g. on Linux one can us... 30 May 2010 07:52
How to avoid nesting? An idea...
It is quite often, when we have to write something like this, for example: set chosenButton [lindex [dict get [info frame -2] cmd] 0] Such nesting can even go further. A workaround can be e.g. use of temporary variables, which isn't convenient, and makes code more verbose. Having in mind introduction in 8.5... 31 May 2010 19:40
Tcl-URL! - weekly Tcl news and links (May 28)
QOTW: "Tcl seems designed to leverage all available resources ..." - tom.rmadilo http://groups.google.com/group/comp.lang.tcl/msg/c02fb0f50446c320 "Why Cisco users need to know Tcl" http://www.networkworld.com/community/blog/why-cisco-users-need-know-tcl Kevin Walzer again releases a valuabl... 28 May 2010 20:21
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37