First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Support for JPEG
As I can see, there is available - since 8 years - GWImage widget written by George Peter Staplin, which is displaying JPEG images just fine (and quickly!). Couldn't be possible - for someone more advanced in mixing C and TCL - to "extract" the JPEG-related functions, to prepare something similar to tkpng packag... 12 Jul 2010 16:15
Announcing: Password Gorilla 1.5.3.1
You can find source tarballs and executables for Password Gorilla here: http://github.com/zdia/gorilla/downloads This project was created by Frank Pillhofer 2005 (versions < 1.4.2) and I am maintaining it now. The program is free software; it can redistributed and/or modified under the terms of the GNU Gene... 12 Jul 2010 15:09
ttk::treeview item height changeable?
If the font is very large (e.g. 16 points) the tree content is not fitting into the rows. Can the height of the rows for the whole widget be changed? Googling around for a solution I found the following note (Mon, 28 Apr 2008): ttk::treeview item height is essentially hardcoded: there's (currently) no ... 15 Jul 2010 14:17
Is there a reason that ActiveTcl does not have an 64bit distribution?
Hi all, I was looking at the distributions of ActiveState, and seems that both perl & python have 64 bit distributions for windows, but not tcl. Is there a (windows specific) reason for it? (64 bit distributions exist for linux for example, so this seems unrelated to tcl/teacup/etc.) George ... 16 Jul 2010 13:13
Regarding changes to Tcl_DStringAppendElement in 8.5
Hi, We have encountered strange issues while appending strings starting with '#' using Tcl_DStringAppendElement in 8.5. On closer inspection of tclutil.c this seems to be due to TCL_DONT_QUOTE_HASH. Is it possible to disable this by setting TCL_DONT_QUOTE_HASH to 1. This application of ours is lining staticall... 21 Jul 2010 03:46
smtp test case
I think I have made progress towards identifying where the bug is with the smtp package. It seems that message size is only an issue when sending multi-part alternative messages. Here is a script that reproduces the problem. All those who think this is a server issue, would you please run it against your ser... 10 Jul 2010 21:30
Snack filter
Hi, I am using snack to play utterances from a sound file. snack:s play -start 300770 -end 328452 This works fine. However, the word is not always bounded by silence. And, the abrupt edges create an unpleasant sound. Snack proposes a filter command to apply fade-in and fade-out to the sound So, I tried... 10 Jul 2010 03:03
ActiveTCL/Tablelist broken - next results
Hi, commiserating bug hunters ;) Confirmation of my earlier bug report. Fresh installation from: ActiveTcl8.5.8.1.291945-linux-x86_64-threaded.tar.gz Testscript works. teacup update Testscript testscript fails. Reproduced on 2 machines. Also tested on a machine that was disconnected from our LA... 9 Jul 2010 13:51
Tcl_Realloc problem ...
Hello ! I've dined a structure with an element of type: int **SeqT When I reallocate it with 'realloc" : for (i=0;i<nseq;i++) { BiotextPtr->SeqT[i] = (int *)realloc((char *)BiotextPtr->SeqT[i], (lgs+1)*sizeof(int)); } it works , but with : BiotextPtr->SeqT[i] = (int *)Tcl_Realloc((char *)... 12 Jul 2010 03:04
Tcl 8.5, Itcl 3.4 and [info frame]
Hi, I was experimenting with Tcl 8.5, Itcl 3.4 and [info frame] recently and what I found as inconsistent is that [info frame] in case of Itcl class method body returns "type" equal "proc", but there is no "proc" in the dictionary in this case. I understeand that [info frame] might not have such information... 9 Jul 2010 05:03
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22