Hey all, My use of Tix is within a few applications of my own with my tcl extension. Since I've moved to tcl8.2.0, I've had alot of problems with it. Also, the...
G.L. Grobe
gary@...
Nov 14, 1999 6:59 am
437
Hey all, we have the same problem than Gary. We want to start a major software project and are not sure, whether we can rely on the Tix toolset. Your comments...
Thomas Gneiting
Thomas.Gneiting@...
Nov 20, 1999 6:54 am
438
Developers need to understand that open source software is frequently of a type that requires the developers to do their own support. As far as I am aware, the...
Larry W. Virden
lvirden@...
Nov 20, 1999 11:28 am
439
With the number of open source tools available to each developer today, I actually rely on the size of the open source community to help reduce the work load,...
G.L. Grobe
gary@...
Nov 20, 1999 1:36 pm
440
I hope that at the very least, the core will get the functionality to create mega widgets better, and that the Tk developers consider carefully options to...
Larry W. Virden
lvirden@...
Nov 20, 1999 1:39 pm
441
... Just as a reminder the Tix set _is_ supported in perl/Tk. That is to say the Tix widgets are bundled with perl/Tk distribution and I maintain them. That...
Nick Ing-Simmons
nick@...
Nov 20, 1999 10:51 pm
442
"G.L. Grobe" <gary@...> writes: [...] ... Perhaps the lack of conversation is just that few people are experiencing the problems you see. We have Tix...
Bruce Stephens
Bruce.Stephens@...
Nov 21, 1999 6:25 pm
443
... We also have Tix ported to Tcl/Tk 8.2 on both Unix and NT, and it works pretty well. (We probably use about half of all the Tix widget types in our ...
Doug Way
dway@...
Nov 22, 1999 8:47 pm
444
... No, the test that fails is the multiple interpreter one, fairly early on. It segfaults, but I haven't looked at it yet (since we don't use multiple...
Bruce Stephens
Bruce.Stephens@...
Nov 22, 1999 9:12 pm
445
Hi, ... I also had this once. But I'm not sure what the reason really was. It might have been that I built Tix with a Tcl/Tk version that was different from...
Frank Storm
storm@...
Nov 23, 1999 6:16 pm
446
The short story, I get a coredump when compiling tcl/tk8.2.2 with Tix4.1.0 when looking for init.tcl (which doesn't get reported to me). The long story, I've...
G.L. Grobe
gary@...
Nov 28, 1999 12:05 am
447
In September, Ioi Lam wrote: I'm still trying to gauge how much free time I have. Anyway, there's a lot of appendage code in Tix that were necessary only in...
Jean-Paul Dzisiak
JP.Dzisiak@...
Nov 30, 1999 12:44 pm
448
Recently I tried out Tk 8.2.2 in hopes that a bug occuring with some
interaction between Tix and Tk would have gone away. The bug shows up sometimes when you...
Rob Ratcliff
robert.r.ratcliff@...
Dec 13, 1999 9:58 pm
449
We had been using tixMwm protocol to add items to the window menu on CDE/MWM implementations. This stopped working when we moved 4.1.0 to Tcl 8. Any ideas?...
Ron Natalie
ron@...
Jan 14, 2000 8:21 pm
450
Ron, I remember making some minor changes to Tix to get it working with Tcl8.0.x but I don't remember what they were. I built this on Linux outside of CC. The ...
John VanMeter
johnvm@...
Jan 14, 2000 9:23 pm
451
Hi Ron, If you find the John's changes, could you please send them on this list. I encountered the same problem a few months ago, but I never could correct it....
Didier Dumas
d.dumas@...
Jan 17, 2000 8:17 am
452
Hi ! I'm using Tcl8.0 / Tk8.0 / Tix4.1.8 / ET on IBM RISC/6000 AIX 4.3 for an application we've written and it works fine. We use the tixComboBox, tixMeter,...
Jean-Paul Dzisiak
JP.Dzisiak@...
Jan 25, 2000 8:56 am
453
All I can certainly say it's not happening to me on Linux, SCO, and HP. I'll bet it's just an AIX bug. ... -- What is this talk of 'release'? Klingons do not...
G.L. Grobe
gary@...
Jan 25, 2000 9:00 am
454
Hi ! Just recompiled and reinstalled the Tix4.1.0.007.tar.gz from "Munagala V. S. Ramanath" <ram@...> Things work now. Jep BTW: does anybody continue to...
Jean-Paul Dzisiak
JP.Dzisiak@...
Jan 25, 2000 10:24 am
455
Hi ! I have a "tixScrolledWindow" and a "tixButtonBox" in the same toplevel window. When I change the size of the toplevel window, the "tixButtonBox" is ...
Jean-Paul Dzisiak
JP.Dzisiak@...
Jan 26, 2000 1:31 pm
456
... When you want the tixScrolledWindow to be clipped first, pack it the last. Just use pack .box -side bottom -fill x -expand yes pack .tsw -side top -fill...
Hello, I'm using Tcl8.0.3 / Tk8.0.3 / Tix4.1.0.007. I just compile tix on IRIX 6.5 and got problems during the launching of tixwish. I get the following...
Michel Pottiez
michel@...
Jan 28, 2000 7:39 pm
459
Dear All A quick question, does Tix build against TCL/Tk 8.2 and if so, are there any issues I should be aware of/patches I need to download. Many thanks ...
Craige Bevil
cb@...
Jan 28, 2000 7:39 pm
460
Michel, I've used Tcl8.2/Tk8.2 and a patched version of Tix4.1.0.007 and a small patch to tk8.2. I think tk 8.3 has been fixed so that it doesn't require the...
Rob Ratcliff
rrr6399@...
Jan 28, 2000 8:04 pm
461
Hello, How do I find out if lines are allready stuffed with data in a tixgrid object? And if that is the case, is there a possibility to know the numbers of...
VAN GROOTENBRIL FRANK
frank.vangrootenbril@...
Feb 1, 2000 9:22 am
462
... I strongly recommend you abandon tixGrid and use tkTable instead. TixGrid (and tix itself) is not being maintained. -- Kenneth H. Cox Software Guy Sente,...
Kenneth H. Cox
kenstir@...
Feb 1, 2000 1:26 pm
463
Is tix4.1.0 compatible with tcl/tk 8.2.3?...
Sudharsan
sbs@...
Feb 4, 2000 7:16 pm
464
Actually it works better with 8.2.3. They finally fixed the bug in TK which caused a Tix applications to fatally crash sometimes. You have to get a newer...
Rob Ratcliff
rrr6399@...
Feb 4, 2000 8:37 pm
465
... <snip> ... Please point us (me!) to it. Really needed. Soren Prehn...