Description:
The Tcl programming language and related tools.
|
|
|
TkHTML3 help viewer
|
| |
Has anyone written a basic help viewer/HTML displayer that runs on top of TkHTML3? One of the virtues of the old hv.tcl script that came with TkHTML2 is that it is very simple, and easy to hack. HV3 is a full-fledged browser and is overkill for my needs. If anyone has come up with something more basic with TkHTML3 as the back end, I'd love to see it.... more »
|
|
UDP support
|
| |
What is the preferred package to get UDP support in Tcl? I would need this to work as far back as 8.4, as I cannot update to newer releases pending issues in related packages (read BLT).
|
|
Need a file based database library
|
| |
Hello, I'm looking for a database library able to be used as a local application storage. The following requirements are necessary: 1. No TCP/IP or UDP interface 2. available as shared/static library 3. able to use multiple INDEX files to access DATA -> the INDEX self have to be persistent... more »
|
|
Tracking Tcl memory usage
|
| |
Hi, I have an application that I would like to track its memory usage. The problem is that there is a memory leak or memory is not being deallocated someplace and I'm trying to find the culprit. The application uses tcom to connect to Excel and to another DLL that provides methods to read and process a particular type of file. The... more »
|
|
tcl on 64 bit & no. of sockets
|
| |
is there a bug with tcl version on 64 bit that # of scoket does not go beyond 16? check the code below; which opens 50 connections on 32 bit machine but stucks at 14/15 connections on a 64 bit machine.. ( change IP address before trying the code below) I tried with versions 8.3.5,8.3.2, 8.4,8.5.7- only version 8.3.5 works... more »
|
|
IPv6 address parsing/ validation
|
| |
Hi, I need the regexp for parsing IPV6 addresses in any string of format say: "machine: linux ip address: BBBB::DDDD" The regexp should be generic to include all sort of ipv6 addresses. Also more importantly one more thing is i need some function to validate if a given input is a valid ipv6 address.... more »
|
|
Parsing arbitrary arguments of a proc (::cmdline::getopt ??)
|
| |
I'd like to use ::cmdline::getopt to parse arguments of a procedure. This is different from what ::cmdline::getopt is intended for - I do not parse arguments of #!/usr/bin/tclsh script but arguments of a proc invoked inside an interactive Tcl shell. That is I'd like to be able to do this: proc my_proc_with_arbitrary_args {args} {... more »
|
|
Who can tell me how to display a photo fully?
|
| |
I am a novice. I want to create and completely display a map,the code bottom is what i use,but it display the jpg only a little part...besides,how do I make it the size of change with the size of the window. Any suggestions will be greatly appreciated. Thanks! package require Img frame .b image create photo picture -file 33.jpg... more »
|
|
10 Reasons Why YOU Should Join Us
|
| |
10 Reasons Why YOU Should Join Us The Most Proven Leisure Internet Business. Business that earns you more money every day. Thanks to the power of the Internet. Ground floor opportunity backed by a highly successful. 1. Free Registration 2. Start Earning As Soon As You Join 3. Weekly Unlimited Income... more »
|
|
|