Rivet and Apache2543 (9/16/2004 11:52:44 AM) comp.lang.tcl I was going through the install process when I noticed that the wizard specifically stated the 1.3 series of Apache. Is that a hard requirement? Is there one for Apache2? robert ... bobx
Testing Perl scripts (not modules)148 (7/13/2004 3:37:23 PM) comp.lang.perl.misc Sometimes I have rather large scripts. I have read up on testing (Test::Simple etc.) but they all seam to deal with testing modules. Do you test your scripts using the same stuff, do you not test scripts, or is... bobx
What does this do?1563 (7/8/2004 2:16:31 PM) comp.lang.perl.misc $|++; I see that in code but my searches have come up with nothing. Robert ... bobx
Check syntax question...267 (6/21/2004 4:52:47 PM) comp.lang.perl.misc I am going through another persons code. I turned on "strict" and "warnings" and I am not sure what to do about this warning: "Scalar value @_[0] better written as $_[0] at update_patch.pl line 939." Should I... bobx
Queston on -text and -textvariable226 (6/17/2004 5:17:17 PM) comp.lang.tcl The question is, can I use both? I have a label configured like so: set lbl [label .f2.lbl] I use it is at a statusbar and to test "stuff". I am getting the contents of a text box with this proc and setti... bobx
Add a reverse function?2336 (6/10/2004 2:33:29 PM) comp.lang.tcl I am going through the Welch book and I am playing around with strings. I tried this coming from my limited knowledge of Perl: set name "Robert" string reverse $name Lo and behold, there is no "reverse" on a ... bobx
Converting images328 (6/4/2004 4:45:06 PM) comp.lang.tcl On the wiki there is a (http://wiki.tcl.tk/1404) page that describe converting images. I tried converting a PNG file to a GIF file using the first snippet on the page. I get a "too many colors" error. Can I get... bobx
Oratcl on Windows439 (5/28/2004 3:05:22 PM) comp.lang.tcl I have 4.1 but it gives me a DLL error when I do a "package require". Anyone have it working and can share the fix? Robert ... bobx
[Learning] How to create a proc that works with multiple widgets320 (5/3/2004 4:12:03 PM) comp.lang.tcl I have a simple application that has three buttons. Currently I have a bind for each button that looks like this to update a simple statusbar: bind .writeMsg {set msg "Writes the message to the registry..."} ... bobx
menus with icons433 (5/27/2004 10:16:58 PM) comp.lang.tcl I have been trying to find examples of menus that have icons and text. I did not find anything on the wiki nor by Googling. Robert ... catcher(131)
Creating menus, cascades and submenus (from Welch book)720 (6/8/2004 9:39:50 PM) comp.lang.tcl === from the book === menu .menubar ..config -menu .menubar foreach m {File Edit Help} { set $m [menu .menubar.m$m] .menubar add cascade -label $m -menu .menubar.m$m } $File add command -label Quit -c... catcher(131)
ico files in starkits1229 (6/21/2004 12:21:38 AM) comp.lang.tcl Bit by bit I'm getting my starkit working. Now I'm having trouble with 'Windows icons. My script includes: wm iconbitmap $w m2.ico which works fine with m2.ico in the directory next to my script when I ru... cnelson(360)
Tcl, Windows and CGI2254 (7/23/2004 9:01:23 PM) comp.lang.tcl I have Perl setup using CGI with Apache on Windows XP using ActiveState's Perl. I tried to do the same thing (using the same steps in the conf file) with AS Tcl but it would not work. What do I need to do to us... catcher(131)
Tcl/Tk 8.4.7 Release Announcement243 (7/30/2004 2:57:43 AM) comp.lang.tcl Tcl/Tk 8.4.7 Release Announcement July 27, 2004 The Tcl Core Team is pleased to announce the 8.4.7 releases of the Tcl scripting language and the Tk toolkit. This is the seventh patch release of Tcl/Tk 8.4. ... akupries(307)
SQLite 3 beta & pkg_mkIndex ?533 (8/19/2004 4:45:57 AM) comp.lang.tcl As detailed here: http://www.sqlite.org/cvstrac/wiki?p=SqliteTclPackageWrapper I executed the pkg_mkIndex command for the latest SQLite 3 beta (3.0.4), however the pkgIndex.tcl file generated doesn't have any ... uscode(96)
Annotatable Python docs -- now a reality !!!834 (9/13/2004 12:45:31 PM) comp.lang.python Andrew Kuchling has just posted this (see below) on his blog. I'm confident that people will use this, if they know it is available. So now is the time to get the word out. This is something everyone in the... steve4269(94)
Rivet and Apache2543 (9/16/2004 11:52:44 AM) comp.lang.tcl I was going through the install process when I noticed that the wizard specifically stated the 1.3 series of Apache. Is that a hard requirement? Is there one for Apache2? robert ... bobx(95)