tcl
tcl utf-8 characters not displaying properly in ui
Objective : To have multi language characters in the user id in Enovia v开发者_C百科6 I am using utf-8 encoding in tcl script and it seems it saves multi language characters properly in the database[详细]
2023-03-21 11:11 分类:问答What does ::cetp::PAL mean?
I have a question about CETP(Common Expect Test Platform), it is a TCL testing platform. I saw the f开发者_Python百科ollowing code[详细]
2023-03-21 02:15 分类:问答Can we create a list of arrays and how?
I want to create a list and each element of it is an array, similarly to an array of structs in C language.[详细]
2023-03-20 22:30 分类:问答do we have the statement works as if {0} in TCL?
In TCL, I wonder if we have some statements just like if {0} {...}, I mean I do not want to use if {开发者_开发知识库0} {...}, so do we have other alternative?You can create any command you want to wo[详细]
2023-03-20 01:35 分类:问答What is SIGUSR2 used for in the TCL interpreter?
I\'m getting a user defined signal 2 error from the tcl interpreter. What does the tcl interpreter use this particular signal for? In other words, what does it mean if the tcl interpreter send me a us[详细]
2023-03-19 16:48 分类:问答Tcl/Tk: can't bind to Escape and Return
I can\'t bind the Escape and Return keys in my Tcl/Tk code. The following code reproduces the bug. When I hit Esc or Enter key I get the following error message:[详细]
2023-03-19 05:01 分类:问答Cleaner looking TCL GUI TK Button
I have a Tk::Button that has a folder image on it. On some occasions we disable this button and the button image is kind of grayed out.[详细]
2023-03-19 04:46 分类:问答modulefile - module unload is not unsetting environment variables
I have a very simple modulefile: #%Module1.0#####################################################################[详细]
2023-03-18 16:39 分类:问答dlopen works second time on bad shared library on ubuntu 11.04; does the right thing on centos 5.5
I have bad shared library (undefined symbol). When I call dlopen() on it the first time, I get a NULL result with correct error message from dlerror().[详细]
2023-03-18 11:02 分类:问答Execute TCL on windows XP
I installed tcl803.exe on my windows XP Operating System and my TCL path is C:\\Tcl. Now I am unable to execute the TCL script on windows XP operating system. Please help me. Here I am very new. Pleas[详细]
2023-03-18 03:42 分类:问答