I've installed the Tix 4.1.0 binaries and can't get them to work with the TclTk installation. I've tried tcl8.0p2, tcl8.0.5, and tcl8.2.3 versions and get...
Jeff Parker
jparker@...
Mar 21, 2000 5:10 pm
477
I'm afraid you have to re-compile Tcl/Tk with Borland. Tcl/Tk 8.0p2 work with Tix and can be compiled with Borland and MS. -- Carlos Vidal carlos@......
Carlos Vidal
carlos@...
Mar 21, 2000 5:52 pm
480
I have run Tix on NT and Win98. The TCL version I use is tcl8.0p2. I do not have to recompile the Tix code to run Tix, however, for some reason I also have to...
Mike Lansdaal
mtlansdaal@...
Mar 22, 2000 6:13 am
482
I was wondering if anyone was considering starting up some sort of support again for Tix. -- Larry W. Virden <mailto:lvirden@...> <URL:...
Larry W. Virden
lvirden@...
Mar 22, 2000 5:01 pm
483
... Oddly, I was thinking of sticking Tix into a project at sourceforge.net. I'm not sure what I was thinking of would constitute "support" in any meaningful...
Bruce Stephens
bruce.stephens@...
Mar 22, 2000 5:46 pm
485
... You need Tix version 4.1.007 available at http://www.go.dlr.de/fresh/unix/src/contrib/Tix4.1.0.007.tar.gz...
Eugene Rose
gene@...
Mar 22, 2000 6:05 pm
488
... That would be my hope, too. It's not that there's anything particularly wrong with Tix---just that there are things I'd rather not have. We have quite a...
Bruce Stephens
bruce.stephens@...
Mar 23, 2000 10:02 am
489
Eugene Rose <gene@...> writes: [...] ... That doesn't compile with Tcl/Tk8.3 (there are no Makefiles, for one thing). There are also (relatively minor)...
Bruce Stephens
bruce.stephens@...
Mar 23, 2000 10:04 am
490
Hi I beg to disagree, it does compile with 8.3, at least on NT with Visual C++ 6.0. There is a file called "nmakefile" in the win directory which works after...
ktrenor2@...
Mar 23, 2000 7:55 pm
491
... Sure, you can make minor changes to the Makefiles and get things to work... ... and in some environments, it'll even run. It fails immediately on startup...
Bruce Stephens
bruce.stephens@...
Mar 24, 2000 10:25 am
493
I have fetched the 4.1.0.007 version of Tix from neosoft, configured it indicating where my tcl and tk 8.3.0 sources are and did a make. All the makefile does...
Larry W. Virden
lvirden@...
Mar 27, 2000 2:31 pm
494
... Tix builds and installs in two directories. The binary bits build and install in the relevant subdirectory of unix; for tcl/tk8.0, that's unix/tk8.0. So...
Bruce Stephens
bruce.stephens@...
Mar 27, 2000 2:53 pm
495
Hi On NT nothing special was required when I did it other than using the "nmakefile" with nmake. However guessing that your on Unix I believe you may have to...
ktrenor2@...
Mar 27, 2000 9:15 pm
497
HI, I am looking for the binary distribution for tix software for solaris 7 (sparc work stations). Could you please provide some pointers, where I can...
rajkumar
rajnambi@...
Mar 30, 2000 6:59 pm
498
Hi Has anyone built a .dll for Tcl 8.2 which uses Tix. We are getting major weird behaviour with the TixComboBox under 8.2. I wondering whether its the tcl...
Craig Leppan
craig@...
Mar 31, 2000 7:30 pm
499
Scriptics would be willing to put Tix into the devXchange CVS without hesitation. However, in the long run (for 8.4), the core group is actually looking to...
Jeffrey Hobbs
jeffrey.hobbs@...
Mar 31, 2000 7:30 pm
500
... Wow....at last! Three cheers for Scriptics. Long live TCL/TK the "Get the Job done fast" computer language. Just my 2 pence...
Mark Garvey
Mark.Garvey@...
Apr 5, 2000 9:17 am
501
-- Auto Reply --------------------------------------------- Message Delivery Failed .. Address is no longer valid conwayh@... ... If you need help...
conwayh@...
Apr 5, 2000 9:17 am
502
-- Auto Reply --------------------------------------------- Message Delivery Failed .. Address is no longer valid conwayh@... ... If you need help...
conwayh@...
Apr 5, 2000 9:18 am
503
Looking for some help. I have compiled tcl 8.0, tk 8.0 and tix 4.1.0 on AIX. When I run wish8.0 and run package require Tix I get the following error "could...
Barrett_Derek@...
Apr 12, 2000 1:41 pm
504
Hi Tixers! I've just fixed Tix in order to run on Tcl/Tk 8.3.1 on Linux. Of course I don't guarantee that everything will run, only that it will not crash at...
Carlos Vidal
carlos@...
May 19, 2000 12:32 pm
505
I tried to install Tix 4.1.0 on Windows 95. After I installed the required Tcl/Tk version (8.0p2), I downloaded the two Tix files: the binary files for Windows...
Vissy Balazs
kabala@...
May 27, 2000 8:47 am
506
I have to communicate between Tix applications so I used the wish send feature which works fine while working on local machine. However when using X server for...
Vissy Balazs
kabala@...
May 27, 2000 8:52 am
507
... The alternative is to use sockets. Is not as straightforward as 'send' but is as bulletproof as TCP/IP :-) Carlos -- Carlos Vidal carlos@......
Carlos Vidal
carlos@...
May 27, 2000 1:03 pm
508
Vissy - here's what I've had to do to get Tix 4.1.0 to work under windows. ) Install both the Tix binary and source distributions (seems the binary ...
Mike Lansdaal
mtlansdaal@...
May 27, 2000 11:33 pm
509
Re: communications Check out this extension, which provides send like ease using sockets: What: comm Where: <URL: http://www.schooner.com/%7Eloverso/tcl-tk/> ...
lvirden@...
May 28, 2000 9:20 am
510
Vissy - 2) Yes you understand correctly. At least that's what I've had to do to get Tix going. I've not inveestigated root cause and proper fix. I don't use...
Mike Lansdaal
mtlansdaal@...
May 28, 2000 9:13 pm
511
... The send command doesn't work on X-servers that have xhost authentication enabled for security reasons. If you disable xhost (xhost list empty, see send ...
Leif Thuresson
leif.thuresson@...
May 29, 2000 7:26 am
512
I think this require slightly hacking the Tk source code, to remove that limitation. See in the Tk FAQ, you should find something looking like "What to do if...
thierry CHEVALIER
thierry.chevalier@...
May 29, 2000 7:58 am
513
Hi ! I could only find binaries (win32) up to 8.0 and there is not settings for 8.2 in the source. Does tix work with tcl 8.2 (on Windows and Linux ?) Mikael...