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...
Mikael Aronsson
mikael_aronsson@...
May 30, 2000 7:19 am
514
It appears that 5 weeks has gone by without any msgs to this mailing list or updates to the sourceforge web site. Can someone let me know what's going on? -- ...
Larry W. Virden
lvirden@...
Jun 29, 2000 3:47 pm
515
... No idea. I thought the plan was to add a few people as developers to the project, and then to start getting Tix to a state where it compiled out of the...
Bruce Stephens
Bruce.Stephens@...
Jun 29, 2000 4:16 pm
516
From comp.lang.tcl, I saw this - perhaps someone with CVS write access could email the poster: /home/lwv26/News/tix4182.win.ann ... -- -- Never apply a Star...
Larry W. Virden
lvirden@...
Jun 29, 2000 10:38 pm
517
I notice that in the downloaded version of Tix on sourceforge, the tix code comes with itcl 2.x. However, that version of itcl is quite out of date. I was...
Larry W. Virden
lvirden@...
Jun 29, 2000 11:48 pm
518
I think Tix doesn't need special handling for itcl 3.0. itcl 2.0 had namespace constructs which conflicts with Tix. Howeber, itcl 3.0 uses the namespace code...
Ioi Lam
ioi@...
Jun 30, 2000 12:57 am
519
... http://tix.sourceforge.net is up and running, and the CVS repository has been filled with a version equivalent to 4.1.0.007. I'm working on updating this...
Mike Clarkson
nurinet@...
Jul 2, 2000 9:39 pm
520
Liora Milbaum
liora@...
Jul 3, 2000 7:33 am
521
Is there any MacOS distribution of Tix ? I found Tcl and Tk for Machintosh but no Tix. Can somebody help me Thanks ......
rohmer@...
Jul 13, 2000 9:19 am
522
Hello All, I'm using tix for a project, and I'm using tixBalloon for help, displaying the help in a multi-row label widget (no flyover help, just status bar)....
Bill Woodward
bill_cchkk@...
Jul 13, 2000 6:14 pm
523
... Whoops, one more point. It's a multi-line label widget, which is the ... set help_frame [frame .help -relief sunken -bd 3] set help_text [label...
Bill Woodward
bill_cchkk@...
Jul 13, 2000 6:47 pm
524
Rasmus, Thanks for the help. I'm still not sure what the problem is, but I narrowed it down a bit. I'm actually reading text from a flat ascii file. Each...
Bill Woodward
bill_cchkk@...
Jul 14, 2000 2:35 pm
525
From: Bill Woodward <bill_cchkk@...> ... The problem is in the interpretation of the Tcl gets function I am afraid. Here's a quote from the gets(n) man...
Larry W. Virden
lvirden@...
Jul 14, 2000 2:49 pm
526
Can you send me a copy of the websites where you obtained these files? Thanks, Owen ... be. ... where this...
Owen.Funkhouser@...
Aug 3, 2000 9:40 pm
527
Hi, has anyone got tix with tcl/tk 8.3.1 working? I tried it with two different sets of RPMS, from ftp://rpmfind.net/linux/falsehope/home/requested/tcltk/ ...
Vladimir Klebanov
unny@...
Aug 5, 2000 11:31 am
528
Yes, it is the init string that is defined as static, so it is read only, and then it crashes when Tcl8.3 tries to write it. Here is a patch that will be...
Carlos Vidal
carlos@...
Aug 5, 2000 8:10 pm
529
Hi there, just tried it and tixwish from tix-8.3.1-5mdk now works fine. Thanks everyone for the rapid fix. Vladimir -- Vladimir Klebanov --...
Vladimir Klebanov
unny@...
Aug 5, 2000 11:08 pm
530
Hi Tixers, Does anyone know about the problems with Tix's [image create ..] command in tcl/tk8.3.2? Any fix is out there? Your info will be highly...
ling
ling@...
Aug 22, 2000 10:28 pm
531
I'm currently running Tcl/Tk 8.2.3 with Tix 4.1.0.007 on an IRIX64 6.5 machine. Under IRIX's C++ 7.2.1 compiler, it runs great. But when I upgrade the...
Owen Funkhouser
Owen.Funkhouser@...
Aug 25, 2000 9:33 pm
532
Small typo in that last post, the version of tix which I am running is 4.1.0.006....
Owen Funkhouser
Owen.Funkhouser@...
Aug 25, 2000 9:40 pm
533
Hi all, Is there a possibility to make a grid with fixed dimension? I know before show it how many rows/columns there are into the grid. Any suggestions wil be...