First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Standalone Wish 8.5 App for OS X
I currently use a standalone Wish 8.4 shell to create application bundles on Mac. The Tcl/Tk frameworks are included in the app bundle. I'm want to upgrade but I can't find a standalone 8.5 app online. Is there one? Thanks Paul ... 15 May 2010 12:36
Unresponsive GUI problem
I'm writing a program that converts a source file into a different format via an external program. I'm doing this with a call to exec, and that all works fine. However, since I need to convert thousands of files and each one takes tens of seconds, I'd thought I'd try to improve performance by using four or five ... 15 May 2010 10:25
Between hard code writing hours
Hello, everybody! I know, my message is off topic. But I think, that it will be intresting for everyone in this discussion. I am talking about a site www.myletterworld.com. It helps creatively relax between hard code writing hours. Metal Storm ... 13 May 2010 18:15
Setting Size of ScrolledWindow & Scrolled frame
In this script I successfully create a ScrolledWindow & ScrolledFrame, but I would like to make them bigger by having more vertical lines displayed. Currently it only shows about ten vertical lines of the thirty lines of data in the window. TIA. proc 21 {} { [snip] frame $gx.b1 -bg white pack $gx.b... 14 May 2010 05:10
Active TCL for Unix?
Hi, I searched for Active TCL for Unix and could not find something on the Activestate site. I found only free community versions Linux, Windows and MAC. Is this cancelled forever (also older versions)? -- Gerhard Reithofer Tech-EDV Support Forum - http://support.tech-edv.co.at ... 14 May 2010 13:54
system alert
Is it possible to create a system alert using tcl/tk like skype or yahoo messaenger that will timeout after a set time ... 27 May 2010 15:55
using Expect under Windows
I'm using Expect 5.43 in Windows xp and Windows 2k and experiencing problems in spawning a cmd and running the java program from it. I'm able to just type java at the DOS prompt and get the usage information. But the below is not working. Anything wrong? I'm using wish 8.4. package require Expect 5.43... 12 May 2010 18:04
Tcl and LLVM
"An optimization branch of CPython, intended to be fully compatible and significantly faster." http://code.google.com/p/unladen-swallow/ Does LLVM bring anything to the Tcl table? ... 12 May 2010 18:04
Newbie question on 'eval' and '{*}'
So, I'm fairly new to Tcl, and I really love the language. As I've been learning about it (through online tutorials, manuals, and books), I've come across the eval function, and the {*} function/command (expand). I am reading the book "Tcl and the Tk Toolkit," and in one of the chapters, it almost seems like usi... 12 May 2010 11:21
running a bat file from tcl expect
Hello, I'm using tcl version 8.4 and package expect version 5.43. Has anyone been able to run a cmd shell and from there run a bat file with some commands in Windows? Pls advise. ... 12 May 2010 03:43
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41