First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
Tcl-URL! - weekly Tcl news and links (Feb 12)
QOTW: "Tcl doesn't SEGV. Not for long, anyway. Nothing scrambles the Tcl core team like a SEGV." - Colin McCormack Thanks to Arjen Markus for his weekly summary of Wiki activity: If you are not a sports fan or do not like watching winter sports, a look at the Wiki will provide plenty of reading material.... 12 Feb 2010 13:26
I did it: ttk widgets with various styles...
Hi all, See this image: http://www.ellogon.org/~petasis/tcl/Images/Tile-VariousStyles.png Something seems to change how ttk widgets are drawn, and the same code results in having different visual style. I still haven't found what causes it... All 3 windows are from the same app, inside the same interpret... 15 Feb 2010 14:19
What widget to choose for displaying a tree with checkboxes?
Hello, I want to build a tree inside a tree widget, where each node has a checkbox. I tried with BWidgets Tree widget and it works using windows (here a checkbutton widget) instead of an image. But it looks strange, because the Tk checkbutton has always an node text overlapping extension on the right side, no... 11 Feb 2010 19:36
.net & Tcl
Hey, I need to somehow call some functions from a .net (VC++) dll inside a Tcl script.I must mention that I don't have access to the dll code. Did anyone succeed in doing this? Thanks, Bogdan PS: Already tried http://wiki.tcl.tk/12264 and http://sourceforge.net/projects/tcl-dll-caller/ but with no succes... 12 Feb 2010 07:47
Getting fancy with Blt - or wanting to
I use the ::blt::stripchart to plot data, often contained in a vector managed via the C API. The data in the vector has a valid range of values on the Y axis. There is a data value that indicates it is out of range. All the traces on the stripchart do not have the same range of valid data. What is valid for one may... 18 Feb 2010 05:02
tdbc and posgresql
Does tdbc included in 8.6b works with postgresql? wiki states that it does not: http://wiki.tcl.tk/14972 while wikipedia states otherwise: http://en.wikipedia.org/wiki/Tcl#Databases Which is true? -- Witek ... 10 Feb 2010 22:27
Raporting tool
Is there any raporting tool that itegrates to tcl? I'd like to make invoices, packing lists etc. Sauli ... 10 Feb 2010 16:48
Keybinding hell.
After hours of experimentation and browsing code on the Internet I still haven't found how to bind a key (let's say F4) without reacting to keypresses that includes modifiers (Control-F4) or destroying existing bindings (Alt-F4). http://wiki.tcl.tk/1401 suggests proc bind'plainkey {tag key script} { bi... 12 Feb 2010 08:54
Text 'see' subcommand not working as expected
Hello all, I've been trying to do a text editor showing line numbers on the left side of a text, which can also set the initial position of the insertion point. To do this, I pack 2 texts side by side, one for the line numbers and one for the actual text, and configure them to scroll together whenever one of the... 12 Feb 2010 12:18
get highlighted text
Hi, I created a text window with some text inside it. Now, if highlight any text with mouse selection, it should automatically be saved into variable. Can anybody suggest me how to do this? Thanks, balajee ... 10 Feb 2010 09:59
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68