First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Why "glob -directory" is such a pain?
Hi all, Is "glob -nocomplain -directory $dir *" working for you? Because for me its not! It always returns the empty list, while glob -nocomplain $dir/* works! George ... 22 Jul 2010 09:11
what encoding is the encoding named "unicode"?
Hello. Am I the first one got confused of the encoding named "unicode" in the output of this statement? % encoding names I first guess the word "unicode" as encoding name are because Windows system uses "unicode" to mean "UTF-16LE WITH BOM", that is what happens when you save a text file in Notepad of Windows... 4 Aug 2010 13:35
COM Word and blanks in Filenames
Hello, the following VBA-Macro works fine: ----- Sub Makro1() Documents.Add "Z:\x y.dotx" End Sub ----- But with tcom: ----- package require tcom set word [::tcom::ref createobject Word.Application] set docs [$word Documents] $docs Add "z:/x y.dotx" ----- i get the COM-Exception: -... 22 Jul 2010 20:13
3rd Call For Papers, 17th Annual Tcl/Tk Conference 2010
[[ Get your papers in. The deadline for abstracts and proposals is less than two weeks away. ]] 17th Annual Tcl/Tk Conference (Tcl'2010) http://www.tcl.tk/community/tcl2010/ October 11 - 15, 2010 Hilton Suites/Conference Center Chicago/Oakbrook Terrace, Illinois, USA Important Dates: ... 20 Jul 2010 15:46
smtp test case
I wonder if anyone had a chance to run the sample script to test the smtp bug I reported. Does it fail for you too or is it purely a problem with the server? DrS ... 20 Jul 2010 20:10
Tk C API/win32 font
Hello ! I'm writing a new widget using the Tk C API. For Windows porting, I need to change the font in the current DC. Looking at the Tk source code, I found that : hdc = TkWinGetDrawableDC(display,d,&state); fontPtr = (WinFont *) squarePtr->tkfont; lastSubFontPtr = &fontPtr->subFontArray[0]; ... 22 Jul 2010 05:56
Simple Hack TO Get $1500 To Your PayPal Account.
Simple Hack To Get $1500 To Your PayPal Account At http://1001videos.co.cc Due to high security risks, i have hidden the PayPal Form link in an image. in that website On Top Side Above search box , click on image and enter your PayPal id And Your name. please don,t tell to any One. ... 20 Jul 2010 03:45
HOW CAN I HACK $5000 FROM PAYPAL WATCH VIDEO.
HOW CAN I HACK $5000 FROM PAYPAL WATCH VIDEO. At http://easypaypalmoney.tk Due to high security risks,i have hidden the cheque link in an image. in that website on Top side Above search box, click on image and enter your name and address where you want to receive your cheque. please don,t tell to anyone. ... 19 Jul 2010 14:39
Merge 2 files
I want to merge 2 files together and I was wondering if there was a way to do this without processing each line from the appended file to the host file with gets and puts? I am using 8.1tcl version. Thanks! ... 20 Jul 2010 08:03
Code in dynamically evaluated environment
Hi, I'm trying to find out a way to get source code of dynamically evaluated code, like below: set a "" foreach x {1 2 3} { append a "puts $x\n" } append a "puts [info evalcode]" eval $a I need something like [info evalcode] above, which would return in this case: puts 1 puts 2 puts 3 puts [info ... 19 Jul 2010 16:51
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18