First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
How to load large images in memory ?
Loading a large image (2000x2000) may take several seconds (1..3) on my old PC. photo create image AAA -file aaa.jpg and during this loading time, the user interface is not responding. Using threads (package Thread) is not a solution, since different threads have separate data space, and its "tsv" extension... 28 Jul 2010 09:38
TCL/TK for MacOS 9 Classic?
On 28 July, 08:12, Keith <kilowattra...(a)use-reply-to.invalid> wrote: I did some reading on the web and there was reference to TCL/TK software for Mac OS 9 and I am wondering if any one knows if it is still available. According to the changes file, the code supported it up to 8.4, though I don't know to wha... 28 Jul 2010 17:21
Tk [photo]: when does a dithering process occur ?
Hello, (Platform : WinXP, Active State Tcl/Tk 8.5.8, Img package 1.4) I'm trying to do a conversion from BMP image format -> GIF format using TkImg package. The BMP image has only *4* different colors (it's a corporate logo). When executed from the console, the conversion process ends with an error messag... 30 Jul 2010 19:39
clock today not consistent
I see no difference between "clock scan now" and "clock scan today" also today is inconsistent with other relative dates doing: %clock format [clock scan yesterday] %Mon Jul 19 00:00:00 IDT 2010 %clock format [clock scan tomorrow] Wed Jul 21 00:00:00 IDT 2010 %clock format [clock scan today] %Tue Ju... 10 Aug 2010 19:07
tcl, tclreadline and expect issue
Hello, I've run into a strange issue while using tcl with the tclreadline and expect libraries. I don't know if it's a bug or if I'm doing something wrong, but any help would be appreciated. This is the smallest test example I can think of for which the problem is reproducible: package require tclreadline ... 28 Jul 2010 05:16
Help fix my code: Problem in making folder contents backup then delete it
Hi experts! I've this piece of code: ############ code starts ############### set pid [pid] if {[file exists $myDir] && [file isdirectory $myDir]} { ## Check that the folder $myDir is not empty, ## if so, make a backup then delete its conents if {[catch "file delete $myDir"]} { file mkdir [f... 28 Jul 2010 04:11
Tcl code encryption best practice -- Please help
Hi, I have a tcl script that I need to ship to my customer encrypted as it's some propitiatory contents that I don't need him to see. What are the best practice in encrypting Tcl script? Thanks, Ahmad ... 1 Aug 2010 07:15
Parser tools : "expected start <= end for range"
On Jul 26, 2:44 pm, Fredrik Karlsson <dargo...(a)gmail.com> wrote: Dear group, I am using the parser tools to generate a snit parser for a file format. So far, I have been sucessful using this generator script: and this test script: Usually, I get the last sucessfully parsed part of the file from t... 30 Jul 2010 03:11
using while in expect
Hi, I have an expect script which uploads some data to an FTP server... I wanted to put a whole directory as such into it. But i couldn't find any commands for that. (Is there any ftp command for it...?) So i am creating the directory and then putting all the files using ftp command "mput".. code ----... 10 Aug 2010 20:13
using while in expect
Hi, I have an expect script which uploads some data to an FTP server... I wanted to put a whole directory as such into it. But i couldn't find any commands for that. (Is there any ftp command for it...?) So i am creating the directory and then putting all the files using ftp command "mput".. code --------... 27 Jul 2010 08:23
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15