Description:
The Tcl programming language and related tools.
|
|
|
ANN: Release 2.2.7 of TclWs
|
| |
This release contains the following bug fix:
[8e844665cf] -- Element tags are always parsed always as arrays.
Download as a Zip File or as a Tar Ball from [link]
-- +----------------------------- ------------------------------ -------------+
...+-------------------------- ------------------------------ ----------------+... more »
|
|
Getting the selection: Tk adds a delay?
|
| |
Hi all,
I have implemented my own code for getting an X11 selection, by registering a "SelectionNotify" event handler (through Tk_CreateEventHandler) on a window (Tk_MainWindow(interp)), and calling
XConvertSelection on the window.
What I observe is that there is a delay in getting a selection (from 1... more »
|
|
Strange dict behavior part 2
|
| |
Disregard prior post... browser was twitchy. I was trying a recursive routine to pull out all the keys of a dict and the results differed depending on how I initialized the data in the dict. My results were the same if I accessed the value of a key first then got all the keys vs getting all the keys. A snippet below shows the situation on tcl8.6b2.... more »
|
|
strange dict behavior
|
| |
I was trying a recursive routine to pull out all the keys of a dict and the results differed depending on how I initialized the data in the dict. My results were the same if I accessed the value of a key first then got all the keys vs getting all the keys. A snippet below shows the situation on tcl8.6b2.... more »
|
|
Is Tk_CoordsToWindow() working?
|
| |
Hi all,
I am facing problems in finding the widget under the mouse, Tk_CoordsToWindow() does not seem to return correct information.
Using also the Tk equivalent:
puts "widget under mouse: [winfo containing {*}[winfo pointerxy .]]"
does not print any Tk path, despite the mouse is over Tk widgets.... more »
|
|
10th European Tcl/Tk User Meeting in Munich (Update information)
|
| |
Dear Tcl'ers,
The Tcl'ers User Group Munich (TUGM) proudly presents the
10th European Tcl/Tk User Group Meeting.
It will take place on the weekend of 7th and 8th of July in the heart of
Munich.
Important updates:
We are proud to welcome Richard Hipp on Saturday talking about Fossil.
If you want to attend either the come-together and/or the social event,... more »
|
|
Compile error with tcl-inotify
|
| |
Get the following trying to compile tcl-inotify on Redhat Enterprise
5. Supplied --with-tcl argument with configure to point to
ActiveTcl8.5 installation.
gcc -DPACKAGE_NAME=\"inotify\" -DPACKAGE_TARNAME=\"inotify\" -
DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"inotify\ 1.3\" -DP
ACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -... more »
|
|
expand email alias
|
| |
I have list of email aliases as well as users.
I need to find in tcl whether it is an user or email ailias and if
alias expand it.
is there nay wey?
|
|
Stopping cursor blink in ttk widgets
|
| |
Hi,
I'm one of a substantial minority of people who can't work with
blinking cursors.*
This is one reason why I switched to using Linux although Windows (but
not Mac OS X) now (since 2000) supports switching off cursor blink.
For Tcl/Tk applications I generally have to edit the source code on... more »
|
|
|