Packing www + SQLite + TCL in one binary? On 4 mei, 15:58, Gilles Ganault <nos...(a)nospam.com> wrote: Hello I'd like to come up with a single binary that would include a www server as frond-end, the SQLite library as back-end, and a scripting language so I can write a bit of code to turn POSTed parameters into SQL queries, forward them to the ... 4 May 2010 16:48
[newbie] Packing www + SQLite + TCL in one binary? Hello I'd like to come up with a single binary that would include a www server as frond-end, the SQLite library as back-end, and a scripting language so I can write a bit of code to turn POSTed parameters into SQL queries, forward them to the SQLite library, and return status and possibly data to the client. ... 4 May 2010 10:04
soul er cputime eater I have some problems with a wish script running wild. It reads from a tcp socket via expect. a lot of traces but no use of [after]. This trouble rings a faint bell for me, but I can't remember what it was. strace produces: gettimeofday({1272981751, 253858}, NULL) = 0 gettimeofday({1272981751, 254108}, NULL)... 5 May 2010 11:31
Apache Rivet 2.0 Released The community of developers behind Apache Rivet is glad to announce that the release 2.0 of the project has been released and is available for download. Apache Rivet is a system for creating dynamic web content using Tcl in conjunction with the Apache Web Server. It is designed to be fast, powerful and extensibl... 24 May 2010 04:44
Building Tcl/Tk from source on Windows Hi All, I just built Tcl/Tk under Win7 from the latest HEAD sources (using VC++). Tcl built without a hitch, though I had some issues with Tk. I'm sure they're probably related to the fact that I'm somewhat out of my element here, but I'd like to get this right... When building Tk, I received a fatal link ... 4 May 2010 11:11
Tcl/Tk source tarball Is it possible to grab the latest HEAD Tcl/Tk sources without having an installed CVS client? If so, how, where? Thanks, Jeff ... 3 May 2010 14:14
png images coming up very slow on Windows7 Hi, I am using tkpng package to implement/display png images in my project. I have a tk menu which has png images in the menu items. The display of these menus using tk_popup is VERY SLOW on Windows7. It comes up just fine with no slowness in all the other cases- using gif instead of png in tk menu, or on tk w... 3 May 2010 12:02
Poor man's progress bar Got this from TclTk Wiki for a poor man's progress bar: canvas .c -width 200 -height 20 -bd 1 -relief groove -highlightt 0 .c create rectangle 0 0 0 20 -tags bar -fill navy pack .c -padx 10 -pady 10 # run focus -force .c raise .c for {set i 0} {$i < 100} {incr i} \ { .c coords bar 0 0 [ex... 3 May 2010 17:35
Tk and interp questions Hi again everyone! Quick ones now... 1) Is it possible to load "normal" Tk in a SafeBase interp? Or does the SafeBase interp force Tk to init itself with Tk_SafeInit? 2) The Tk commands which are removed by Tk_SafeInit (bell, grab, menu) are really *removed* or are them only hidden, like the some Tcl commands ... 5 May 2010 07:06
test post -- please ignore Test of new server -- please ignore --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- ... 2 May 2010 14:13 |