|
Embedding Cell in a table Hi all, I have 2 notebook tabs.when I click on one of the notebook tab a table appears in the window and when I click on a button lets say "add" a dialog appears and I enter the values and press "OK".The entered information gets populated in the table. I have a simulated embedded cell in the table which can b... 25 Jun 2008 16:02
Shrink Image to Fit Widget? Hello, all-- I'm wondering if someone can give me a quick tutorial on loading images into widgets... I've been struggling with this for days and I'm on the verge of pulling my hair out. I've tried all the code snippets I've found, none of which has worked. I'm convinced that the "-shrink" option of the "imag... 25 Jun 2008 21:11
Expect: Cannot send commands from a function Greetings. I have a problem with TCL/Expect program that I cannot solve myself and I'm looking for some input. I've been able to reproduce my issue with a piece of bare code, see below. What I want to do is: * Spawn a process * If I get a prompt back, send some commands to the process * If I get a trigger th... 25 Jun 2008 15:00
Using curly braces in a variable Hi All, Need some help. I have a tcl script getting a variable containing an encrypted password eg {xor}PG8adGh+NzA= in the script below the encrypted password is assigned to set propertyValue [lindex $argvX 3] however, when the prop_attr variable is set containing $propertyValue it fails becuase "{ }" a... 26 Jun 2008 00:15
Reading from Output Hi Everyone, Is there a way to read the output of a particular command into a variable. I am thingking something in the lines of #! /bin/sh # -*- tcl -*- \ exec tclsh "$0" ${1+"$@"} # This is required to declare that we will use Expect package require Expect spawn telnet host_ip send "password\... 24 Jun 2008 21:35
Using log_file command in Windows Hi All, I am running tcl version 8.4.x in a windows machine and i am trying to use the log_file command. It dose not seem to be working. The sample code is as below #! /bin/sh # -*- tcl -*- \ exec tclsh "$0" ${1+"$@"} # This is required to declare that we will use Expect package require Expect # ... 27 Jun 2008 11:06
Anyone know anyone who is hiring Tcl programmers? I've tried to avoid making this posting, but I need a job and the Tcl job market has all but dried up. I was laid off a few months ago and am really hoping I can keep working with Tcl in one way, shape or form. I've been looking in all the usual places (wiki, various job boards, craigslist, etc) and can find v... 25 Jun 2008 11:54
mod_tcl with apache 2.2 Has anyone gotten mod_tcl working on apache 2.2? I've been getting some errors setting this up. ... 24 Jun 2008 23:38
Regexp for tokens I am using the following regular expression to tokenize a string into words. It works fine but it also gets rid of the spaces that I would like to keep. I only need them if they are within single quotes but it is fine if all spaces are preserved. Is there a way to do this? set str {decl a := char 'hello ... 25 Jun 2008 11:54
Parsing C and ASTs and tcllib's grammar_me Hello out there, I have a parser for C (the version from http://wiki.tcl.tk/3906) which has been lying in a corner for a couple of years. Picking it up again I thought maybe ASTs could come in handy - and here are 2 questions: a) Where can I read up on using ASTs? I am aware of the intro at wikipedia and followed... 25 Jun 2008 10:52 |