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...
Greg Hosler
hosler@...
Oct 9, 2000 11:32 am
557
When I do a package require for blt, I do package require BLT and typically find it... -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W....
Larry W. Virden
lvirden@...
Oct 9, 2000 11:37 am
558
... My fault. It's BLT, not Blt. Tcl goes through subdirectories of things in auto_path (typically /usr/lib, /usr/local/lib) reading pkgIndex.tcl files....
Bruce Stephens
Bruce.Stephens@...
Oct 9, 2000 11:51 am
559
With several versions of Tix floating around on the net, I am uncertain a) which version I have and b) how to refer to the version of tix. I know that it...
Larry W. Virden
lvirden@...
Oct 9, 2000 12:08 pm
560
On 09-Oct-00 Larry W. Virden wrote: ! package require BLT YES YES YES I'm a happy camper. YES (sorry. sleep depravation, I think...) thanks, and regards, ...
Greg Hosler
hosler@...
Oct 9, 2000 12:11 pm
563
Hi, I am using the tixNoteBook widget and I have trouble seeing which tab is raised. Is there a simple way to have the tixNoteBook highlight this better? Is...
Tom Downey
tjd@...
Oct 12, 2000 7:23 pm
564
Hi, been thru the man pages, tried a number of things. I have a dialog panel with a tixFileEntry widget. Basically I wish to pre-set the directory. seemed to...
Gregory Hosler
gregory.hosler@...
Oct 13, 2000 3:21 am
565
I have incorporated most patches people have sent me into Tix, and redone the Makefiles. I've put it into a developer's release on sourceforge: see ...
Mike Clarkson
support@...
Oct 17, 2000 7:14 pm
566
... My apologies if any of this is explained in the documentation---I haven't read all of it yet (just UnixInst.txt). It compiles (on Linux), but it doesn't...
Bruce Stephens
Bruce.Stephens@...
Oct 18, 2000 11:15 am
567
The tk8.3 tix configure needs some work. First, it doesn't seem to be looking for the tkConfig.sh file in ${exec_prefix}/lib : $ $PWD/configure...
Larry W. Virden
lvirden@...
Oct 18, 2000 2:15 pm
568
More notes - after I add enough configure command line flags to tell configure what it should have been able to figure out, I got a Makefile. The first thing...
Larry W. Virden
lvirden@...
Oct 18, 2000 2:19 pm
569
Here's another gotcha - when the make reaches the link step generated, it says: /usr/ccs/bin/ld -G -z text -o libtix8.1.8.3.so tixClass.o tixCmds.o tixCompat.o...
Larry W. Virden
lvirden@...
Oct 18, 2000 2:23 pm
570
Two more items of note. When the -R flag is generated in the appropriate tk8.?/Makefile, make sure that any other special directories with -L's, like...
Larry W. Virden
lvirden@...
Oct 18, 2000 2:30 pm
571
... It's the other way around, I think: -L tells the linker where to find libraries when linking, and -R tells the runtime loader where to find libraries. ...
Bruce Stephens
Bruce.Stephens@...
Oct 18, 2000 2:41 pm
572
From: Bruce Stephens <Bruce.Stephens@...> ... Yes - BUT, since on Solaris and other systems the links are done against shared libraries, all...
Larry W. Virden
lvirden@...
Oct 18, 2000 2:47 pm
573
... .so ... find ... find ... I think I have this figured out now - the solution is in tk8.3/unix/alocal.m4 I don't have a Solaris machine here, but try hand...
Hi, I'm trying to customize a tixFileEntry widget. I create a tixFileEntry tixFileEntry $fb.fb -label "Save as: " -variable SAVE_FILE ... and I would like to...
Gregory Hosler
gregory.hosler@...
Oct 19, 2000 2:25 am
576
Greg - There are three ways that I can think of, and they are all workarounds since there is no -directory option that I could find for tixFileEntry. It looks...
Mike Lansdaal
mtlansdaal@...
Oct 19, 2000 5:57 am
577
... [...] ... Quite right. I looked more closely at the configure output, and for some reason it was finding tclConfig.sh where I expected, but was finding...
Bruce Stephens
Bruce.Stephens@...
Oct 19, 2000 10:07 am
578
Good news/bad news from my front. Good news: the new configure finds the tclconfig and tkconfig files. Bad news: I didn't realize that the change to TIX_LD_......
Larry W. Virden
lvirden@...
Oct 19, 2000 10:15 am
579
P.S. has anyone else reported the warnings that occur when compiling tix? "/vol/tclsrcsol/tcl83/tix-8.1.0/generic/tixImgCmp.c", line 171: warning:...
Larry W. Virden
lvirden@...
Oct 19, 2000 10:16 am
580
Another problem - the TIX_LD_SEARCH_FLAGS needs to be used when creating the .so files as well as the tixwish. Right now, it is only being used with the ...
Larry W. Virden
lvirden@...
Oct 19, 2000 11:36 am
581
I have compared the 8.1.0 source to my own distribution. It appears that you have indeed applied most of the stuff to 8.0.0 that I had already done last...