Is there a way to force TCL to stay interactive even when invoking it with a script? At 2010-02-24 10:07AM, "suchenwi" wrote: A simple way is to add, at the end of script.tcl, a read-eval-print loop: while 1 { puts -nonewline "% "; flush stdout gets stdin line catch $line res puts $res } An optimization is to collect lines into a variable, say "cmd", ... 24 Feb 2010 15:23
Wiki changes Hello, I added some changes this morning (02/24/2010 08:27) to the scg2can page. Now they are gone. At the moment (02/24/2010 14:27) changes are not permitted. I guess some one is working on the database. Please check the scg2can page for any changes. Thanks, Ruediger. ... 24 Feb 2010 08:35
Is there a way to force TCL to stay interactive even when invoking it with a script? Hi, I want to run a TCL script by passing the script file as I invoke tclsh, but let it stay interactively: % tclsh script.tcl Does someone out there know how to do this? Thanks, -deejay ... 24 Feb 2010 16:33
How to reorder DOM nodes in tdom? I would like to reorder rows in an html table so I thought it might be good time to learn how to use tdom instead of brute force parsing of the html with string commands, but now I've spent a bit more time than I should have to do this. I can get a list of nodes in the order I want, but I'm not sure how to change ... 4 Mar 2010 08:56
How to control child windows move with parent window? Hi All I will write a program to achieve mark some area without user mouse or keyboard affect like grab command and the child window must move , iconify follow with main window! could some one give me direction to achieve some code below: toplevel .child set parent . set child .child ... 25 Feb 2010 15:57
what do tclers think about google go? On Jan 5, 4:25 pm, Shin <t...(a)tcltalk.ath.cx> wrote: Am Fri, 01 Jan 2010 12:36:46 -0800 schrieb gavino: http://golang.org/doc/go_lang_faq.html Hm... Going back to Edit, Compile Link and Go? No, please! Does Go allow to modify it's code interactvely, while it's running? Baaahhh... 2¢ lol 9... 23 Feb 2010 17:01
RFD: comp.lang.tcl.announce moderated (remove) LAST CALL FOR COMMENTS REQUEST FOR DISCUSSION (RFD) moderated group comp.lang.tcl.announce This is a formal Request for Discussion (RFD) to remove moderated newsgroup comp.lang.tcl.announce. RATIONALE: Probe posts to this group resulted in bounces. <comp-lang-tcl-announce(a)moderators.isc.org>: hos... 22 Feb 2010 14:07
Sizing and positioning on multiple-head systems. With two monitors attached to the computer, the `winfo' and `wm' commands adds the area of both monitors as if they were just one. Procedures for maximizing the size of a toplevel, like this proc maximize toplevel { pack propagate $toplevel 0 update idletasks wm geometry $toplevel +0+0 wm minsize $toplevel... 23 Feb 2010 13:32
Help needed : Tcl 8.5 with Scotty Hello to everybody. I'm trying to rebuild Scotty 3.0 - in other words the SNMP Tnm package - with Tcl 8.5, in a Fedora 8 env. I tried with 8.5.5 and Tcl 8.5.8. In any case th result is the same. It gets compiled and linked. It lets you load the dll libtnm.so, but, as soon you try to load a mib, or require an ope... 22 Feb 2010 04:08
adding jpeg to mp3 file I got lost in the jungle of mp3 ID3. I was able to use snackAmp snID3 package to handle the basic ID3 tags but when it comes to embedding jpeg image in the mp3 file there is no support for it. I looked at alternatives like id3lib which is a c++ platform independant ID3 library with cpp library or dll but got lost i... 22 Feb 2010 23:08 |