First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
http::geturl does not complete the entire file?
I've been experimenting with using geturl to download stock history from yahoo.com and I noticed that it does not download the entire file. Less of the file is received when -channel is used vs. just dumping straight to the state(body) buffer. Can anyone offer a suggestion on what I'm doing wrong? Is geturl known t... 27 Jun 2010 23:45
Tk freezes with elided text
Hi experts, Apparently I have found a way to make wish freeze when moving the cursor in a text widget containing elided text. Here is the test case to reproduce every time, which I just paste in wish: package require Tk info patchlevel ;# spits 8.5.7 for me (ActiveState version) text .t pack .t ..t inse... 27 Jun 2010 12:48
Checking a filesystem mounted or not in Expect
Hi, I want to login to a remote machine(my_machine) and check if my filesystem (xpr) is mounted or not. But my script did not work fine. (I have mounted my file system before running this). script-1 --------- #!/usr/bin/expect -f proc usrlogin {expected cmd} { expect { "$expected"... 25 Jun 2010 15:22
Doubts in expect scripting
Hi, How can i check whether a directory exists in a path ?? ... 25 Jun 2010 13:10
TEA-ready betas of SQLite 3.7.0 are available.
The release of SQLite version 3.7.0 is coming soon. SQLite version 3.7.0 features support for write-ahead logs, which both improves performance and enhances concurrency. TEA-ready source tarballs are available for testing. Your feedback is encouraged. http://www.sqlite.org/draft/download.html http:/... 25 Jun 2010 12:04
string operation in expect script
Hi, i have a string version in my expect script. I want to convert it to 1.2.3.4 ------ set version 1234 ---- can anyone pls guide me.. ... 26 Jun 2010 09:43
activeTcl help
Hi, I just installed activeTcl on Linux. On windows activeTcl comes with a very nice help system in HTML format. Is this included in the Linux package? If so, where do I find it? I really like that HTML help system. Sincerely, russ(a)else.net ... 25 Jun 2010 14:16
TclApp / TclKit & auto_execok
Hi all I use the following code from the wiki to launch the default web browser on Windows XP catch {eval exec [auto_execok start] [list $url] &} err and this works fine when my code is executed from the command line e.g tclsh85 myprog.tcl. However when I wrap the application into a .exe using TclApp (fro... 25 Jun 2010 04:24
array names fails to find the pattern if the key contains []
Hi, "array names" is unable to retrieve the appropriate keys, that contains "[]", from the associative array. Please consider the following example. I have tried two cases here. In the first case, I use the keys directly. In the second case, keys have been inserted as a list. However, in both the cases, I am ... 25 Jun 2010 01:10
How to change or set a string variable in Tcl/tk to a specificcolor to be displayed via tk_messageBox
On 6/23/2010 4:06 PM, wm7506(a)yahoo.com wrote: Hi, Fairly new to Tcl so please excuse if silly question.... I have an entry widget that includes a -textvariable VMname that gets read in by the user's input. I then use tk_messageBox to output an error if a bad value is entered for VMname, in... 23 Jun 2010 18:24
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27