This is to announce the 8.1.0 release of the Tix widget set. Tix is a powerful high-level widget set that expands the capabilities of your Tk/Tcl and Python...
support@...
Nov 6, 2000 2:41 am
602
Hi Tix users, I'm trying to get Tix4.1 running with either Tcl/Tk 7.6 or Tcl/Tk 8.0p2 on WinNT. I've downloaded the binary distibutions of Tcl/Tk 7.6 and...
Schoenherr Karsten (F...
Karsten.Schoenherr@...
Nov 6, 2000 9:56 am
603
You can try to set environment system variable TIX_LIBRARY=c:\Tix4.1b1\library Good luck Salvatore ___________________________________________ Salvatore Cesaro...
Cesaro Salvatore
s.cesaro@...
Nov 6, 2000 11:44 am
604
I would like to execute a perl application from a source tix code. I wrote exec myappl.pl arg1 and on Unix machine all work very well, but on NT Console tell...
Cesaro Salvatore
s.cesaro@...
Nov 6, 2000 11:58 am
605
... It is very simple: Your perl-script contains a #!/usr/bin/perl in the first line. So unix knows that it has to start perl and pass the script to it. On...
Joerg Schlichenmaier
js@...
Nov 6, 2000 12:13 pm
607
Thanks Joerg, Salvatore...
Cesaro Salvatore
s.cesaro@...
Nov 6, 2000 1:55 pm
608
That didn't change anything. It seems that there are some incompatibilities among the libraries. Is there a ftp-site where I can get binaries of tcl, tk and...
Schoenherr Karsten (F...
Karsten.Schoenherr@...
Nov 6, 2000 3:01 pm
609
Hi, thanks a lot, Rasmus Debitsch. Tix is not running with Tcl8.0.4. with binaries indicated at the URL http://kakunin.chat.ru/tcldev/. Karsten Karsten...
Schoenherr Karsten (F...
Karsten.Schoenherr@...
Nov 6, 2000 5:06 pm
617
There is seldom a mailing list that works by sending requests to subscribe or unsubscribe to the same address as one posts or receives mail. In the case of...
Larry W. Virden
lvirden@...
Nov 7, 2000 5:16 pm
618
I have look at Tix documentation and I think that it's great. But is there a tix binary distribution for python2.0 on win32. I think that it should be made...
entropia
entropiamax@...
Nov 14, 2000 4:16 pm
619
Kim JaeHoon-R48533
Jaehoon_Kim-R48533@...
Nov 21, 2000 10:30 am
620
I am using a tixGrid widget and so far everything is going well except for the fact that when I am clicking in an empty cell, the application goes stuck and I...
frank.vangrootenbril@...
Nov 22, 2000 11:23 am
621
... I think a plausible work around is to put an empty string at all the entries where you want to be empty. If that still doesn't work, put " " at the empty...
Ioi Lam
ioi@...
Nov 22, 2000 10:16 pm
622
Minor bugfix release. 1) Added tixDebug procedure. To activate debugging messages, use tix configure -debug 2) Minor bug fixes. 3) Bulletproofed ComboBox.tcl...
Mike Clarkson
support@...
Nov 28, 2000 6:06 pm
623
Hi, I just found a subtle bug in Tix. If you define a widget class: tixWidgetClass tixScrolledHList { ... -configspec { {-highlightbackground...
Ioi Lam
ioi.lam@...
Nov 29, 2000 7:40 pm
624
Hi folks, Here's a chance for you to voice your requests. This is our latest plan for upcoming releases of Tix. Please comment. This document is also available...
Ioi Lam
ioi.lam@...
Dec 2, 2000 2:28 am
625
I needs a static library(.lib) of Tix 8.1 to be use in C extension, but could not find any related document is provided in source code package. Pls help me....
Kim JaeHoon-R48533
Jaehoon_Kim-R48533@...
Dec 5, 2000 8:09 am
626
Do you want to call Tix methods in C code on Windows? If you download Tix from tix.sourceforge.net and build it on Windows, you can find a tix4183.lib...
Ioi Lam
ioi.lam@...
Dec 5, 2000 9:45 pm
627
Hi: I am trying to build TIX for ITCL. I need help in figuring out how to use the "configure" options properly to obtain the "itixwish" executable. Only...
zshakeel@...
Dec 6, 2000 4:53 am
628
I have not tried this myself. I think the best solution right now is to build both itcl and tix as shared libraries. Then, use the "package" command to load...
Ioi Lam
ioi.lam@...
Dec 6, 2000 8:05 am
629
... Try configure --help to see the configure options, and read Docs/UnixInst.txt carefully. Itcl 3.0.1 is the recommended version of Itcl for 8.1.1. Mike...
Mike Clarkson
support@...
Dec 9, 2000 11:41 pm
630
Hi: I am trying to create simple labels with text justified to center and right. For some reason it is not working in TIX, as it only justifies the text to...
zshakeel@...
Dec 12, 2000 7:37 am
631
Current versions of Tix calls option add *Label.anchor w during initializaton. This makes all labels justify to the left. To override this behaviorm you can...
Ioi Lam
ioi.lam@...
Dec 13, 2000 7:57 pm
632
Hi people! I made a program that uses "tix getimage" and then I was disappointed by the fact that I'll need to run that program in GNOME and use standard GNOME...
mdl@...
Dec 15, 2000 1:01 am
633
... [tix getimage] is just a wrapper around the [image create] command. So if you want to use PNG images in your script, you need to use a "wish" that supports...
Ioi Lam
ioi.lam@...
Dec 17, 2000 3:07 am
634
The error listed below is what occurs when I compile Tix8.1.1 with iTcl3.2. I am running on Windows NT 4.0 SP6 with Microsoft Visual C++ SP4 and already have ...
Owen Funkhouser
Owen.Funkhouser@...
Dec 20, 2000 1:59 am
635
Tell me ... what's the difference between installing Tix 8.1.1 with iTcl compared to without iTcl? Thanks...
Owen Funkhouser
Owen.Funkhouser@...
Dec 20, 2000 2:29 am
636
Oops. Had a typo in my makefile. No problem any more when building with Tix....
Owen Funkhouser
Owen.Funkhouser@...
Dec 20, 2000 2:31 am
637
There's a typo in .\win\common.make of the Tix8.1.1 distribution. Change all occurances of TMPDIR = tk$(TCL_VER) to TMPDIR = tcl$(TCL_VER)...
Owen Funkhouser
Owen.Funkhouser@...
Dec 20, 2000 2:38 am
638
... I'm glad that you got it to work. My recollection is vague, but I think the major issue is with namespaces, not with itcl per se. I once had a problem when...