|
is there a better way to do this? I am struggling a bit understanding namespaces and variables being available in a proc. I have found something that works, but it seems unwieldy. I want to create a list from a sql query the first time all the files are sourced at httpd startup. I then need the list to be available to the main proc which is ma... 20 Jun 2008 09:09
Proper usage of the hash-bang line What is the proper way to write the hash-bang line? If you have the same home directory for both Linux ans Solaris logins, the path to Tcl is not the same for both OS. Is there a way to write a hash-bang line (in a script file) to work in both OS'es? /Why Tea ... 26 Jun 2008 14:37
windows console command on linux??? Has anyone implemented the windows "console" command on linux? I remember seeing some code in an older version of tcl/tk which somehow allowed the console command, normally used only in windows os, to be usable in linux. There was a caveat that said this used some internal stuff and would likely not be supported ... 22 Jun 2008 03:03
the purpose of tcllib Is tcllib the resource of packages you can "package require"? If so, besides the package require command, is there anything else required to make use of them? Are there other packges you can include besides those in tcllib? Thanks. ... 20 Jun 2008 10:11
can't find a package package require tcldebugger_attach I'm getting an error with this. I was given code to implement remote debugging from someone else, so I'm not sure what I'm doing wrong. ... 19 Jun 2008 21:56
safe base and package require Hi folks, I am having a few troubles with the safe base mechanism. I am quite sure the questions are evidence, and that one of you can provide answers easily. I am working on Linux, with active tcl 852, and tcllib installed through teacup. ************ First question ************ I tried executing the fo... 20 Jun 2008 17:23
Tcl-URL! - weekly Tcl news and links (Jun 19) QOTW: "All of this said, I can't argue against the ease of use of [exec] and similar facilities in Tcl. I don't enjoy Tcl much myself, but that is certainly one of its strengths." - Justin Sheehy http://markmail.org/message/7hakhpahq7netxo2#query:justin%20sheehy%20tcl%20exec+page:1+mid:7hakhpahq7netxo2+state:r... 19 Jun 2008 11:38
How to print the value of Widget label In article <ba090f0d-d3ff-4ec6-914e-8770c87ad53e(a)v26g2000prm.googlegroups.com>, <dhamodaran.baghavathi(a)gmail.com> wrote: I have a question. i'm a new user of Tcl/tk and working in tcl/tk to develop a GUI. how can i get values of labels to the Linux terminal. for example in the following tcl/tk script how can i... 19 Jun 2008 11:38
unpredictable execution time for code I have a proc mapped to a url in httpd server. httpd server is being started through the command prompt with "tclsh bin/httpd.tcl ". It is a pretty simple proc. One of the first things it does is run a query, and based upon the results, throws an error if a condition is met. The error is caught, and then the f... 21 Jun 2008 03:36
Adding licensing features to Starpacks Hi All, Are there any licensing schemes/tools available for TCL applications? I am new in the TCL camp but I think I would be staying. I am thinking of packaging the app as a StarPack. Basically, I want to license the application for a year. After a year, the application should stop working. Any ideas/op... 19 Jun 2008 07:31 |