First  |  Prev |  Next  |  Last
Pages: 77 78 79 80 81 82 83 84 85 86 87 88 89 90
eTcl on XBurst CPU
Hi everybody, I see that the eTcl package is available for a Linux/Mips system. Could this run on a "minibook"-type system with an XBurst CPU, Linux kernel 2.4 and 128MB RAM? All links to the evolane.com site now seem to demand a username and password -- is the package available anywhere else? If eTcl does ... 3 Sep 2009 07:31
TWAPI strangeness
My OS is WinXP Pro Service Pack 2 I have Tcl versions 8.4.14.0 and 8.5.2.0 from ActiveState installed. Goal is to run Gnuplot commands from Tcl (eventually with the Tcl interpreter packaged with Scilab 4.1.2 [reports "TCL/TK 8.4.15 Final Release"]). I frequently use "TclTutor 3.0 Beta 2" as test bed... 13 Dec 2008 16:31
A problem of oratcl orabindexec cmd
Hello! I am working with tclsh8.2 & oratcl3.3. I have a table to insert lots of records,which has a primary key field ID.So I use "orasql -parseonly" and "orabindexec" method. I got a problem when I try to insert a reord, which could raise a primary key conflict. While using oratcl3.3 ,I can only catch an e... 19 Dec 2008 23:50
Is there a Tcl equivelent of VBA's SendKeys
My OS is WinXP. I've had many occasions to use Microsoft Word's VBA to control other Windows programs. It can be a kludge, but it got the job done. Is there a Tcl equivalent to Pgmhandle = Shell("G:\gnuplot\bin\wgnuplot.exe", 1) AppActivate Pgmhandle SendKeys " plot 'C:dataset1.dat' using 1:3" + Chr$(13) +... 11 Dec 2008 17:18
v 8.5.5 basic programs
I'm fairly new to tcl/tk and found that I had to upgrade to 8.5 on my FreeBSD7 machine to take advantage of some new widgets. So I installed the package pkg_add -r tk85 and ended up with tk 8.5.5. No problem, except the interpreter seems to think 8.5 and 8.5.5 require different commands, and neither seems t... 8 Dec 2008 11:39
http::geturl Illegal characters in URL path
I am getting the following error from a perfectly good url of http://uk.finance.yahoo.com/q/cp?s=^FTSE --- do_request for http://uk.finance.yahoo.com/q/cp?s=^FTSE Illegal characters in URL path while executing "::http::geturl http://uk.finance.yahoo.com/q/cp?s=^FTSE -headers {}" How can I bypass this go... 25 Nov 2008 12:27
Passing shell variable as command line argument to expect
Hi, I have following script, one of the argument to this scipt is shell variable which actually contains the script command. $echo $script cd /usr/local/site/pvr/config; grep -i jdbc ofoto.properties mod.ofoto.properties $./ssh_prop.exp ptatinen ussa-flab021.stage.ofoto.com rockon(a)23 $ {script} spawn ss... 20 Nov 2008 10:42
working with oracle clob
Oratcl version 4.4. allows you to read/write CLOB values directly with SQL. Also.. There are a billion Oracle patches for Oracle 9.2.0.1.0. I would recommend upgrading to 9.2.0.8.0 This should work... package require Oratcl set c [oralogon test/test(a)test] set sth [oraopen $c] set data [string repeat x 1000... 22 Nov 2008 17:55
Tcl_CreateInterp() hangs
Hi all, I tried to enhance an existing Application with an Tcl interpreter. This Application starts several thread to parse some different files. The threading is done by win32 mechanism. In every thread id do the following things: // On thread Startup TclInterp = Tcl_CreateInterp(); Tcl_FindExecutable(NUL... 7 Oct 2008 12:21
send command in expect
Hi, I have written a script in tcl n expect to send a command to a switch with tenet. but i am unable to send more than 1024B data using send command i am executing this script in linux machine please i need ur help here is the script ........ #!usr/bin/tcl package require Tclx package require Expect spawn t... 31 Mar 2008 20:39
First  |  Prev |  Next  |  Last
Pages: 77 78 79 80 81 82 83 84 85 86 87 88 89 90