Google Groups Home
Help | Sign in
comp . lang . tcl
This is a Usenet group - learn more
Find or start a Google Group about tcl.
Active older topics
10 new of 10 - Oct 13
6 new of 6 - Oct 12
10 new of 10 - Oct 12
13 new of 13 - Oct 11
2 new of 2 - Oct 11
24 new of 24 - Oct 10
11 new of 11 - Oct 10
8 new of 8 - Oct 10
5 new of 5 - Oct 10
1 new of 1 - Oct 10
Related Groups
Using and programming the Unix shell.
Medium activity, Usenet
The AWK programming language.
Low activity, Usenet
The Perl language in general.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 87939  Older »
Description: The Tcl programming language and related tools.
 

Announce: Tcl Tensor package, v4.0a1 
  The Tcl Tensor package allows for the creation and manipulation of multidimensional numerical arrays. This is an update of code I wrote many moons ago for work done at General Motors R&D, and previously released in source form as the "Tns" package. The new version, 4.0a1, updates the code to use the Tcl_Obj interface, has a TEA-compliant... more »
By neil mckay  - Oct 12 - 2 new of 2 messages    

incr $i ? 
  Given: (Windows) 1 % incr i 1 (Windows) 2 % incr $i 1 (Windows) 3 % incr $$i 1 (Windows) 5 % puts $i 1 (Windows) 6 % puts $$i $1 Shouldn't incr $i or incr $$i return an error from the Tcl interpreter as incr is looking for the var name, not the variable? Thanks!
By USCode  - Oct 12 - 5 new of 5 messages    

ANN: Raloo Version 0.2 
  I'm pleased to announce the availability of Raloo version 0.2. Raloo can be obtained from SourceForge at: [link] Raloo is a Tcl package that combines TclRAL with TclOO to create a relation oriented programming system. This release corresponds to the software that... more »
By Andrew Mangogna  - Oct 12 - 1 new of 1 message    

simple tktable help 
  array set cells { 0,1 London 0,2 Reading 0,3 Gloucester 0,4 Swindon ...AccountTbl configure -variable cells -rows 3 -cols 3 hi- i am not sure how to get the values in the array "cells" to appear in the tktable. AccountTbl is an alias?? what is the equivalent of "activate" to get the array to show in the grid??... more »
By 3rdshiftcoder  - Oct 12 - 7 new of 7 messages    

Gridplus 2.3: The examples are fine ... 
  ... the error was sitting in front of the monitor. Hello out there, lest my previous posting concerning gridplus leave the impression that the examples may have a problem: they don't. I have the habit of including a line like foreach w [winfo children .] {catch {destroy $w}} somewhere in the beginning in every Tcl file which creates a GUI - it... more »
By Helmut Giese  - Oct 12 - 1 new of 1 message    

A question to Windows users 
  Perhaps someone of you could make a tip, how one could find a full path to "desktop" folder? Of course, the solution should be: - language independent - Windows version independent - "full path" - I mean: the returned string should include drive letter It doesn't even has to be TCL-based - in fact, the best would be something,... more »
By ZB  - Oct 12 - 3 new of 3 messages    

Is it safe for stack? 
  I mean the quite often (as I see) used construction of the type: proc eventLoop {} { ... after 100 eventLoop } Seems to me very recursion-like, and I'm wondering, will it cause overflow in the end?
By ZB  - Oct 11 - 9 new of 9 messages    

Playing with Rowland's prime generator 
  Hello, Since Tcl now has arbitrary-precision integers, I wondered how convincing it could prove with simple number-theoretic algorithms. One that has shown up recently is the awesome Rowland series [link] which is worth a few lines of (any language, including Tcl):... more »
By Alexandre Ferrieux  - Oct 10 - 1 new of 1 message    

Book about SIMPL project with lots of Tcl/Tk examples 
  The SIMPL open source project ([link]) has been around since 1999. From very early on SIMPL has maintained an extensive set of Tcl/Tk connection libraries. One such library utilizes a daemon and a TCP/IP protocol to allow Tcl/Tk processes running in Windows to appear as well behaved SIMPL processes to a... more »
By bobicanprogram  - Oct 10 - 1 new of 1 message    

Tcl/tk generating too many wiindow manager events 
  I am trying to modify tkbiff (Tcl/Tk, homepage at [link] ), and on some platforms at least (e.g. 32 bit 2.6.24-gentoo-r8 running KDE), other program's windows continue to update but the window manager appears to be swamped: mouse moves and alt-tabs appear to do nothing, at least nothing until a couple of minutes after... more »
By Jonathan Hayward  - Oct 10 - 3 new of 3 messages    

1 - 10 of 87939   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google