First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
Getting unique list of paths in C?
Hi, I am trying to get a unique list of paths for later glob:ing, but I cannot get stuff to be removed from the list I am using. What am I doing wrong? directories = Tcl_NewObj(); Tcl_IncrRefCount(directories); // Get some sample dirs in Tcl_ListObjAppendElement(interp, directories, Tcl_NewStrin... 30 Nov 2009 16:57
ECCOMAS CFD 2010 Mini-Symposium on Image Processing and Visualization
----------------------------------------------------------------------------------------------------------------------------------------- (Apologies for cross-posting) Mini-Symposium on Image Processing and Visualization ECCOMAS CFD 2010 - Fifth European Conference on Computational Fluid Dynamics June 14th -17... 28 Nov 2009 09:01
General low performance of wish in Windows
One can see a real difference in performance in wish under windows. Could someone tell me if there is a work around for that ? Furthermore, is there any plan to improve that ? This poor performance prevents for example the development of heavy graphical themes for Ttk under Windows. Any hint welcome. Be... 7 Dec 2009 05:13
TTK and menubars
I have several applications which use menubars and ttk. When the application changes its theme everything changes except the menus. What is the recomended way to change the menubar and all its entries, I cannot sem to find a way of listing the menus available. Martyn ... 1 Dec 2009 05:00
IPv6 address parsing/ validation
Hi, I need the regexp for parsing IPV6 addresses in any string of format say: "machine: linux ip address: BBBB::DDDD" The regexp should be generic to include all sort of ipv6 addresses. Also more importantly one more thing is i need some function to validate if a given input is a valid ipv6 address. ... 24 Nov 2009 02:19
Parsing arbitrary arguments of a proc (::cmdline::getopt ??)
I'd like to use ::cmdline::getopt to parse arguments of a procedure. This is different from what ::cmdline::getopt is intended for - I do not parse arguments of #!/usr/bin/tclsh script but arguments of a proc invoked inside an interactive Tcl shell. That is I'd like to be able to do this: proc my_proc_with_ar... 23 Nov 2009 09:36
Subtyping vs Inheritance [Was: Re: Google's Go language and "goroutines"]
tom.rmadilo wrote: On Nov 22, 9:55 am, Neil Madden <n...(a)cs.nott.ac.uk> wrote: tom.rmadilo wrote: On Nov 21, 4:25 am, Neil Madden <n...(a)cs.nott.ac.uk> wrote: ... (see previous post) All I can say is that you are mixing up two different points that I was trying to make. I am not saying th... 24 Nov 2009 07:46
Thread question regarding vwait
Hello out there, contemplating the design for an upcoming application I implemented a very basic prototype using Tcl's thread package. BTW, it's truly amazing how fast you can get a multi-threading program to work using this package - the errors I had were all due to my insufficient reading of the documentation. ... 23 Nov 2009 07:23
Subtyping vs Inheritance [Was: Re: Google's Go language and "goroutines"]
tom.rmadilo wrote: On Nov 21, 4:25 am, Neil Madden <n...(a)cs.nott.ac.uk> wrote: ... (see previous post) All I can say is that you are mixing up two different points that I was trying to make. I am not saying that subtyping cannot be used to represent subtypes or "kind of" relationships. Never e... 23 Nov 2009 11:50
Using snack with -blocking
Two questions about the Snack extension. First, is anyone maintaining it, these days? Second, I've created a sound as an aiff file, and I'm playing it back in tkcon like this: set s [snack::sound -file test.aiff] $s play It doesn't always play back the entire sound; and if I do this: $s play -b... 21 Nov 2009 18:07
First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90