I don't seem to be able to get into http://tix.mne.com/ any longer. Anyone around here have a new and improved Tix home page? -- Larry W. Virden...
Larry W. Virden
lvirden@...
Oct 1, 1999 6:52 pm
430
On Irix6.5 I have compiled, tested, and installed tcl8.0.5, tk8.0.5, and blt2.4i. When I try to get Tix4.1 going it compiles OK but I get a seg fault and core...
Michael Chmelik ext=5...
Chmelik.Michael@...
Oct 8, 1999 7:18 pm
431
I've compiled tix using tcl8.0.5 to tcl8.2.0.
There is a patch (see attachment) to fix a problem with Tix4.1.0.007 and the new tcl/tk.
It works fine now on...
Rob Ratcliff
robert.r.ratcliff@...
Oct 8, 1999 7:38 pm
432
Is there a way that I can check out to see if a directory is already existed in the tree before I can add it? For example, .tree add "/usr" before I add /usr...
Leon Do - Lucent ASCC
leondo@...
Oct 18, 1999 12:19 pm
433
try using the tixHlist command (tixTree's subwidget) - <pathName> info exists <entryPath> Returns a boolean value indicating whether the list entry entrpyPath ...
Mintz, Galit
galit.mintz@...
Oct 18, 1999 12:29 pm
434
Another question: is there any way that I can change the display text in the tree? for example I add an entry into the tree using the command below $hlist add...
Leon Do - Lucent ASCC
leondo@...
Oct 19, 1999 4:56 pm
435
... Try pathName entryconfigure entryPath ?option? for more info have a look at the man page ... Art...
Art Morel
art@...
Oct 20, 1999 12:36 am
436
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...