ttk::combobox and Win7 artefact Hi, ttk::combobox isn't diplayed correctly since I'm running Windows Seven: the right arrow is 80% cropped, but still usable. Changing the font settings does not change the problem. Here is what it looks like: http://uppix.net/d/7/0/a33e1b63b764125a66cd5ee12f865.png Same tcl (8.6b1.1) code is flawless on Windows ... 27 May 2010 01:40
tablelist and reqwidth I'm wanting to create a tablelist widget whose requested width derives from the columns defined in the widget. This is not the normal way to use tablelist; the -width option is the width in characters of the - font. I don't see any obvious way to make it happen. Any ideas? ... 25 May 2010 03:43
Timing TCL code Hi All, I want a method to time the specific portions of my TCL code. I know I can do so using the "time" function provided by tcl. However I want this to be included in my checked in code i.e. production code and should be hidden under a flag, so that I can switch on the flag for my daily build test environm... 26 May 2010 10:14
ISO an idea: (Test) drive a C# application from Tcl Hello out there, I have written a fairly big application in .NET (what an experience) and would like to add some automatic/regression tests - if possible using tcltest's infrastucture. I can (in the C# app) add some hooks to e.g. compensate for mouse clicks and other user actions and to retrieve internal values ... 25 May 2010 19:04
st<ring trimleft and xml I don't understand this behavior; I suspect it has to do with unicode, but I don't get it: string trimright <a></e> </e> <a but string trimright <a></e </e <a> what's going on in the first example and how do I stop it? thanks craig ... 21 May 2010 16:07
ActiveTcl 8.6.0.0 Beta 3 released ActiveState is pleased to announce the release of ActiveTcl 8.6.0.0 Beta 3, a beta release of the complete, ready-to-install Tcl distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX; based on the Tcl/Tk 8.6b1.2 core. For detailed information or to download these releases, see: http://www.activ... 3 Jun 2010 15:38
ActiveTcl 8.5.8.2 released ActiveState is pleased to announce the release of ActiveTcl 8.5.8.2, a patchlevel release of the complete, ready-to-install Tcl distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX; based on the Tcl/Tk 8.5.8 core. For detailed information or to download these releases, see: http://www.activest... 26 May 2010 15:48
ActiveTcl 8.4.19.4 released ActiveState is pleased to announce the release of ActiveTcl 8.4.19.4, a patchlevel release of the complete, ready-to-install Tcl distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX; based on the Tcl/Tk 8.4.19 core. For detailed information or to download these releases, see: http://www.activest... 20 May 2010 20:30
Translate TCL to C/C++ for SQLite example I don't know Tcl but I'm interested in using SQLite for undo/redo as demonstrated with Tcl code here: <http://www.sqlite.org/cvstrac/wiki? p=UndoRedo>. But my program is in C/C++. I wish there was a C/C++ example, or a Tcl to C/C++ translator. Does anyone have any advice for a C/C++ programmer on what to do with th... 21 May 2010 12:47
Changing color on cascade menu arrow and top menu I am trying to change the background color on an active menu item to orange with active foregrround of black text. I can change the submenus of a cascaded menu, but the toplevel menu item (in the example below "File". "Edit" "Help") remains blue with white text when active. Also the arrow that denotes the cascade... 19 May 2010 10:25 |