Does anyone out there have an implementation of the TList widget which supports the 'pathname yview index' option as specified in the man pages ?...
Paul Nicholls
pauln@...
Feb 21, 2001 4:57 am
685
I believe both xview and yview are working in Tix 8.1.x. Do you see this binding in your library/TList.tcl file? Does it work for you? tixBind TixTList <Prior>...
Ioi Lam
ioi.lam@...
Feb 21, 2001 6:12 am
686
Okay, let me rewind a bit here... I have a TList object which holds a list of label widgets, the problem I have is that if I'm reading the code correctly the...
Paul Nicholls
pauln@...
Feb 21, 2001 11:25 pm
687
I'll look into this problem and implement what's missing. In the next release (8.2.0b1) which is commong out soon, tlist "see" command will adjust the view so...
Ioi Lam
ioi.lam@...
Feb 25, 2001 7:17 am
688
Mike, I think you have to physically go into the /cvsroot/tix file system and change the permission of the file to execute. If you don't have access to it,...
iamwobster@...
Mar 11, 2001 12:03 am
689
... I can't go into the CVS root, but I can try deleting and receating it. Actually a chmod 755 install.sh in the Makefile will help! I thought there was a CVS...
Mike Clarkson
support@...
Mar 16, 2001 12:29 pm
690
Hi, First of all, I'm relatively new to Tix (less than a week), but I must say that so far I'm very impressed! In my application there will potentially be a...
Jasmin Patry
jfpatry@...
Mar 18, 2001 6:03 pm
691
You can use the tixListNoteBook widget for a notebook with a large number of pages. It looks like Netscape 4.x's Preferences dialog. - Ioi...
Ioi Lam
ioi.lam@...
Mar 20, 2001 12:48 am
692
I just thought you'd all like to know that the wrapper for Tix has been accepted into the core of Python for Python 2.1. This means that the Tix wrapper, along...
Mike Clarkson
support@...
Mar 22, 2001 10:05 pm
693
... IMPORTANT: This is a Beta release of Tix 8.2.0. It may contain unstable features. OVERVIEW ======== This is the first Beta release of Tix 8.2.0, a library...
Ioi Lam
ioilam@...
Mar 28, 2001 8:02 am
694
Hi Downloaded the source, compiled and installed it with no problems (Win NT 4.0 and Tcl/Tk 8.3.2) Tried to run the demo and got the following error : image...
ktrenor2@...
Mar 28, 2001 10:52 pm
695
... It looks like you may have some path problems that confuses tixAppContext:getimage (in library/Tix.tcl). Try using [tix addbitmapdir] and see if that...
Ioi Lam
ioi.lam@...
Mar 28, 2001 11:15 pm
696
Hi I tried the explicit reference to create the pixmap and that fails as well. Also put the puts you suggested - heres a dump of the session (note I'm running...
ktrenor2@...
Mar 29, 2001 12:16 am
697
One recent change is the pixmap reader now uses fopen() to read the pixmap file. It was previously using open(). The main reason was cygwin compatibility. What...
Ioi Lam
ioi.lam@...
Mar 29, 2001 12:32 am
698
Using VC++ 6.0. Replaced that tixImgXpm.c with one supplied (with call to TixGetStringFromObj replaced as per the release version) and it all worked. The demo...
ktrenor2@...
Mar 29, 2001 12:58 am
699
On Win32, you may run into problems with the xpm image type if your xpm file contains CR/LF characters. This one-character change in tixImgXpm.c should fix the...
Ioi Lam
ioi.lam@...
Mar 30, 2001 12:21 am
700
... This is now fixed. You can download tixTList.h(1.3) and tixTList.c(1.5) from: ...
Ioi Lam
ioi.lam@...
Apr 1, 2001 6:32 am
701
I just grabbed the latest version of Tix from CVS. There are few small installation issues: 1.) configure does not have "execute" permission 2.) The installed...
iamwobster@...
Apr 8, 2001 5:35 pm
702
I just grabbed the latest version of Tix from CVS. When I try to generate the HTML generation using: cd myTix8.2DirName/man make -f GNUmakefile I get an error...
iamwobster@...
Apr 8, 2001 6:15 pm
703
check this out at napster: dense reverberations __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo!...
meflont retwen
robsmailstorage@...
Apr 10, 2001 6:36 am
704
I have the smae kind of error: gcc tixAppInit.o \ -L/var/tmp/mihut1/FORCOMPILE/tix8.2.0/unix -ltix8.2 \ -bI:/var/tmp/mihut1/FORCOMPILE/tk8.3.2/unix/lib.exp ...
mihut1@...
Apr 17, 2001 3:46 pm
705
What platform is this? Looks like your platform needs this: gcc tixAppInit.o \ -bI:/var/tmp/mihut1/FORCOMPILE/tix8.2.0/unix/lib.exp \ ...
Ioi Lam
ioi.lam@...
Apr 17, 2001 6:32 pm
706
Thanks for your help !!!! ... but unfortunatelly it did not worked ! I tried to compile the TIX on a AIX risc station (IBM RS6000) with AIX 4.3.3.0 as OS. The...
mihut1@...
Apr 18, 2001 7:28 am
707
Hi, I wrote following lines of code inorder to create tixScrolledGrid ... package require Tix tixScrolledGrid .gd set grid [.gd subwidget grid] $grid config...
mehul_303@...
Apr 18, 2001 3:05 pm
708
Hi All, I was having problems with tixTList remapping when attatched to a scroll bar, the following code illustrates the problem ...
David Gardiner
davidllewellyngardine...
Apr 18, 2001 11:36 pm
709
Thanks for the bug report. Please send me your fix. Did you use the calls like Tix_WindowItemListRemove(), as in tixHList.c? - Ioi...
Ioi Lam
ioi.lam@...
Apr 19, 2001 5:28 pm
710
How can I remove a page in a nootbook? I am using tixwish8.1.8.3, I am trying to remove a tab using "delete" but I have this error: Error in startup script:...
Cinzia Bonini
cinzia@...
Apr 20, 2001 8:40 am
711
Hi, You need to use [lindex $pages 0] in the last line of your code because detele option of tixNoteBook expects pagename and not the index no. ... toplevel...
Mehul thakkar
mehul_303@...
Apr 20, 2001 9:07 am
712
Ioi I've attatched the fix (patch for tixTList.c ver 1.2) which either draws or umapps every item. This could probably be done less expensively by unmapping...
David Gardiner
davidllewellyngardine...
Apr 21, 2001 3:53 pm
713
Hello, just a quick question: I would like to get the old Tix style back in Tix 8.2 (it simply looks better than the default Tk style). Is there a simple...