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...
s.cesaro@...
Aug 28, 2000 10:05 am
534
... I have a same problem... I found only that if I make a default column size large enough I can get only one additional cell on the right... Denis Medvedev...
Denis Medvedev
mdl@...
Aug 28, 2000 1:30 pm
535
try this tixScrolledGrid $frame1.g -bd 0 set grid [$frame1.g subwidget grid] set num_cols 20 for {set i 0} {$i < $num_cols} {incr i} { $grid size col $i -size...
Sudharsan Sripadham
sbs@...
Aug 28, 2000 1:32 pm
536
Hi all, I'm looking for a piece of tix (or tcl/tk) code that realize a simple pie chart canvas with two values only (using an arc for example). If someone has...
s.cesaro@...
Aug 30, 2000 12:20 pm
537
Search through <URL: http://www.purl.org/NET/Tcl-FAQ/part5.html> and see what kind of pie charts you might find. -- Never apply a Star Trek solution to a...
Larry W. Virden
lvirden@...
Aug 31, 2000 2:24 pm
538
Hello Psychic Webmaster: Please visit psychics.com for 2 great FREE partnership opportunities that will boost your sites traffic and give your site great...
Partners - Psychics
psychics@...
Sep 9, 2000 8:55 pm
539
any word on when the next Tix version that will work with the core 8.3.2 stuff will be out? ... What is this talk of 'release'? Klingons do not make software...
G.L. Grobe
gary@...
Sep 10, 2000 6:53 am
540
Hi, ... so far, I had no problems with building Tix with Tcl/Tk 8.3.2. For the last Tcl/Tk releases I always followed the following scheme when building Tix: -...
Frank Storm
storm@...
Sep 10, 2000 6:41 pm
541
This is a WARNING If a message is received by this site originating from tax@groups again, then a formal complaint will be made to the Federal Communications...
Eugene Rose
gene@...
Sep 11, 2000 4:04 pm
542
This is a WARNING If a message is received by this site originating from tax@groups again, then a formal complaint will be made to the Federal Communications...
Eugene Rose
gene@...
Sep 11, 2000 4:06 pm
544
Hi Tix users, I'm trying to get Tix4.1 running with Tcl/Tk 8.3.2 on windows NT. I've been to the TIX home page and down loaded the "lattest" version, but I've...
Andrew.Wilkin@...
Sep 21, 2000 2:50 am
545
Andrew.Wilkin@... wrote: to find the dll: ...
Hagay Gazuli
hagay-g@...
Sep 21, 2000 5:19 am
546
Thanks to Hagay Gazuli I got the cw3215.dll, I also needed to get tcl80.dll. However, when I tried to run the "test procedure" - "tix4180.exe...
Andrew.Wilkin@...
Sep 21, 2000 11:53 pm
547
... I made tix work with Tcl Tk 8.4a1. Same thing with Tcl Tk 8.3.2 (in UNIX) 1) copy dir unix/tk8.0 to corresponding dir (unix/tk8.3.2 or tk 8.4a1) 2) change...
Denis
mdl@...
Sep 22, 2000 2:49 am
548
... procedure ... of ... 8.4a1) ... (in a ... script is ... on its ... Thanks Denis, I should have mentioned that I'm trying to get Tix 4.1 working on WIN/NT. ...
Andrew Wilkin
Andrew.Wilkin@...
Sep 25, 2000 11:40 pm
549
http://pages.infinit.net/cclients/ & look under developers Art...
Art Morel
art@...
Sep 26, 2000 10:40 pm
550
... I did the same thing with Tcl/Tk8.4a1 under Linux; but I made a different patch which doesn't need an additional string copy. ... Index: generic/tixInit.c ...
Reinhard Pfau
Reinhard.Pfau@...
Sep 30, 2000 3:11 pm
551
Reinhard Pfau <Reinhard.Pfau@...> writes: [...] ... Probably best not to, then. ... I think tix.mne.com died a long time ago. Try ...
Bruce Stephens
Bruce.Stephens@...
Oct 2, 2000 9:57 am
552
Hi, are there any plans to update tixAppInit.c of tix to include integration w/ Blt ? -Greg ...
Greg Hosler
hosler@...
Oct 7, 2000 12:58 pm
553
... No. Why would that be necessary? Both Tix and BLT now work as proper extensions, so there's little need to do this. You can run a wish, and then...
Bruce Stephens
Bruce.Stephens@...
Oct 9, 2000 9:57 am
554
On 09-Oct-00 Bruce Stephens wrote: ! Greg Hosler <hosler@...> writes: ! ! > are there any plans to update tixAppInit.c of tix to include ! >...
Greg Hosler
hosler@...
Oct 9, 2000 11:12 am
555
Greg Hosler <hosler@...> writes: [...] ... Generally that's the idea. In order for this to work, BLT must have been compiled to support this, but for...
Bruce Stephens
Bruce.Stephens@...
Oct 9, 2000 11:18 am
556
I was just getting all excited, so I brought up a tixwish, to try this out: # tixwish % package require Blt can't find package Blt % package require blt can't...