tDOM and threads14 (3/27/2013 2:33:36 PM) comp.lang.tcl Hello,
I'm using tDOM in a multithreaded program. I'm parsing XML in the threads (50-100). I encounter errors of unexppected closes, or mising ">" ... that are not reproduced when running on a single thread.... Luc
jobs errors in tpool ?011 (1/16/2013 11:54:52 AM) comp.lang.tcl Hi !
I've tried to use tpool from the Thread package, but I encounter a problem =
for handling jobs errors. It seems there is no equivalent to thread::errorp=
roc with tpool, so how do I know if a job has ... Luc
8.56 colors ...712 (1/11/2013 12:25:11 PM) comp.lang.tcl Hello !
I'm using 8.6b3 and I have a strange behaviour of Tk regarding colors.
Launching tk_chooseColor, then typing "green", I end up with a green color with RGB (0,128,0) instead of (0,255,0).
What's w... Luc
image create photo -format window in Tk core !1136 (12/6/2012 12:07:34 PM) comp.lang.tcl Hello all,
The old and venerable Img package could not be included in the Tk core dist=
ricution because of patents limitations. Neithetheless, some very usefull f=
eatures not linked to image formats coul... Luc
http POST problem419 (8/30/2012 2:25:21 PM) comp.lang.tcl Hello everybody,
i encounter a problem with the http package (v2.8.2 or 1.7.5) and tcl (8.5 or 8.6b1).
I have the same script in Perl, Python and Tcl and the Tcl one does not work. It simply makes a POST ... Luc
scrollable menubutton118 (3/7/2012 4:18:48 PM) comp.lang.tcl Hello ! Is there a way to have a scrollable menubutton, or equivalent, containing checkbuttons ? Thanks ! Luc ... Luc
foreach ... else : is this a new feature ?438 (2/13/2012 1:14:53 PM) comp.lang.tcl Hello ! With tcl8.6b2 on linux : set a [list 1 2 3] foreach v $a { puts "v= $v" } else { puts "in else v= $v" } in else v=1 in else v=2 in else v=3 The foreach man page doesn't mention this 'else' state... Luc
rounding problem ?1124 (1/19/2012 1:18:41 PM) comp.lang.tcl Dear All, It seems there are some rounding problems when making simple maths... And tht leads to bad results ! Is there someone to explain me what is happening here ? set Llim -99999999999. set v -2.0... Luc
C widget: unexplained crash524 (12/14/2011 10:37:03 AM) comp.lang.tcl Hello ! I'm writing a new widget, Biotext, to manipulate a matrix of tagged characters. My widget crashes when returning from the routine that creates it. Biotext_Init() BiotextObjCmd() { ... Tk_CreateO... Luc
Help please !! kbskit8.6 Mac OSX WITH XFT !244 (9/16/2011 4:27:30 PM) comp.lang.tcl Hello everybody ! I must go on Thursday for a conference in Salt Lake City where one of my biologist colleague will present results based on my app. I must give her my app, but my problem is that they are only... Luc
luc.moulinier's replies:
Items(7) /1
8.56 colors ...712 (1/11/2013 12:25:11 PM) comp.lang.tcl Hello !
I'm using 8.6b3 and I have a strange behaviour of Tk regarding colors.
Launching tk_chooseColor, then typing "green", I end up with a green color with RGB (0,128,0) instead of (0,255,0).
What's w... luc.moulinier(56)
http POST problem419 (8/30/2012 2:25:21 PM) comp.lang.tcl Hello everybody,
i encounter a problem with the http package (v2.8.2 or 1.7.5) and tcl (8.5 or 8.6b1).
I have the same script in Perl, Python and Tcl and the Tcl one does not work. It simply makes a POST ... luc.moulinier(56)
rounding problem ?1124 (1/19/2012 1:18:41 PM) comp.lang.tcl Dear All, It seems there are some rounding problems when making simple maths... And tht leads to bad results ! Is there someone to explain me what is happening here ? set Llim -99999999999. set v -2.0... luc.moulinier(56)
C widget: unexplained crash524 (12/14/2011 10:37:03 AM) comp.lang.tcl Hello ! I'm writing a new widget, Biotext, to manipulate a matrix of tagged characters. My widget crashes when returning from the routine that creates it. Biotext_Init() BiotextObjCmd() { ... Tk_CreateO... luc.moulinier(56)
Tk with Xft enabled on Mac OSX629 (9/12/2011 4:10:58 PM) comp.lang.tcl Hello all ! I try to post this message on tcl-mac with no answers ... So let's try here ! I try to port my app on Mac OSX. It uses a 8.6 X11 Tcl/Tk version, WITH Xft enabled. When compiling Tk, the --enable-x... luc.moulinier(56)
MacOSX compilation: conflicting types problem ...324 (9/4/2011 9:01:18 AM) comp.lang.tcl Hello ! I'm trying to compile one of my Tk extension on MacOSX. I'm under MacOSX 10.5 and using Tcl/Tk 8.6. When compiling, I got a 'conflicting types' error. After searching, it comes from tkMacOSXPort.h whic... luc.moulinier(56)
text tag binding and whole widget binding224 (5/5/2011 7:59:10 AM) comp.lang.tcl Hello ! I need some explainations about using simultaneously text tag binding and whole widget bindings. See the script below : proc gTag {w p} { lassign [split [$w index $p] .] y x $w tag add Mrk $... luc.moulinier(56)