Hi all, I just started working with Tix and I think it is a great package. I tried to override the default binding (especially right/left) in HList and didn't...
645
Ioi Lam
ioi.lam@...
Jan 2, 2001 8:04 pm
We're planning to make the HList left/right arrow keys works more like Windows (one left key to close the branch, second left key to go up the hierarchy). Art...
646
Yossi
ypechter@...
Jan 3, 2001 2:29 pm
Tanks for the help, it works great. Actually, I'm trying to create Windows-like behavior so I can say that your planed changes are most welcomed. In addition,...
647
Mike Clarkson
support@...
Jan 3, 2001 11:00 pm
... Yes I still use SAM under Unix - it works fine with the configure script. SAM may also be required for Python frozen programs, and trying to use prowrap ...
648
Mike Clarkson
support@...
Jan 3, 2001 11:00 pm
... I build routinely under 8.2.3 and no major problems, but there is definitely a bug in the combobox. You can end up with the arrow permanently displayed as...
649
Ioi Lam
ioi.lam@...
Jan 3, 2001 11:17 pm
... What problems are you having with ProWrap? I suppose it's now more supported by the Tcl community than SAM. I'll do some testing on my own to see if...
652
Mike Clarkson
support@...
Jan 4, 2001 10:21 am
... ProWrap and SAM are not the same thing. ProWrap does many other things than SAM, not all of them good. ... You cannot prowrap a frozen Python application. ...
653
Ioi Lam
ioi.lam@...
Jan 5, 2001 1:10 am
... IMPORTANT: This is an Early Access release of Tix 8.2.0. It's intended for testing purposes only. This is not a stable or supported release so do not use...
654
ktrenor2@...
Jan 7, 2001 8:25 pm
Hi, Heres your feedback - Built on NT 4.0 with Visual C++ 6.0. Tcl/Tk 8.3.2 built using Visual C++ as well and the cygwin configure scripts. One nasty error...
656
Ioi Lam
ioi.lam@...
Jan 8, 2001 10:08 pm
Thanks for the feedback! It's very helpful. See my comments in-line. ... Will fix this bug asap. ... Tix should look more-or-less the same on Unix as before...
657
ktrenor2@...
Jan 8, 2001 10:49 pm
Hi, Just to answer the queries and som more feedback There is a package require in the widget demo - my mistake. Your comments on the look and feel are...
658
mdl@...
Jan 12, 2001 2:55 pm
Hi all! I have a tixTree displayed with imagetext entries. Does anybody know how can I get a position of _images_ in that tree (x,y) relative to the start of...
659
Ioi Lam
ioi.lam@...
Jan 12, 2001 7:54 pm
You can use the $hlist info bbox $path command to get the bounding box of the entry. - Ioi...
660
Tom Downey
tjd@...
Jan 15, 2001 8:25 am
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...
661
Ioi Lam
ioi.lam@...
Jan 15, 2001 10:53 am
... Will fix. ... I found the bug and I think it's fixed now in CVS. To work around it with 8.2.0EA, you can set the -wideselect option of the HList to true. -...
662
Ioi Lam
ioi.lam@...
Jan 15, 2001 10:59 am
... This is somewhat improved in 8.2.0. The behavior is very similar to the Win32 native notebook. The selected tab is raised above the unselected tabs. - Ioi...
663
ling
ling@...
Jan 17, 2001 7:34 pm
Does anyone know how to handle native language (such as Korean) with tixComboBox? The list box can display the native language correctly, however the "switch"...
664
Ioi Lam
ioi.lam@...
Jan 22, 2001 8:52 am
Hi, I have cleaned up the Tix man pages and generated a new set of HTML pages with cross-reference links. See ...
665
ykwon@...
Jan 23, 2001 8:37 pm
Hi! I'm just curious about using prowrap with tix. How could I use prowrap to wrap tix interpreter? I'm pretty newbie on this topic. but I love to use tix if...
666
Ioi Lam
ioi.lam@...
Jan 23, 2001 11:26 pm
I haven't actually tried ProWrap'ing Tix scripts yet. Anyone else? Good news is the next release (Tix 8.2.0 beta) can be compiled into a single library (shared...
667
John Cusick
jcusickc@...
Jan 24, 2001 1:14 am
To All, I have a strange problem. I just built tix8.1.1 on a redhat-6.2 based intel linux system. when I did "make install" ( --prefix=/usr) as root, I...
668
Ioi Lam
ioi.lam@...
Jan 24, 2001 1:39 am
Do the permission of /usr/lib/tix8.1 look OK (writable, owner=root, etc)? Are your source files readable by root? - Ioi...
669
John Cusick
jcusickc@...
Jan 24, 2001 1:56 pm
... Yes to both questions, that's what has me baffled. All permissions for directories are 755 in both src and dest. All files are at least 644 root/root ...
670
John Cusick
jcusickc@...
Jan 24, 2001 2:16 pm
... Where do the files from /usr/local/src/tix8.1.1/library get installed? /usr/lib/tix8.1/bitmaps and /usr/lib/tix8.1/prefs are being created, but no other ...
671
Kathy Bieltz
kbieltz@...
Jan 24, 2001 2:35 pm
John, Check all the directory subsystems you are trying to write to and if you have control of this machine then write down the current permissions in case you...
672
Jean-Paul DZISIAK
JP.Dzisiak@...
Jan 24, 2001 2:57 pm
Hi ! When I call $meter configure -text $text \ -value $value] \ -fillcolor $color with $color = red, I have a blue bar, but the next time I call the function...
673
John Cusick
jcusickc@...
Jan 24, 2001 3:32 pm
... owner=root, ... Kathy, I appreciate your suggestion, however... /usr is now 777 /usr/lib is now 777 /usr/lib/tix8.1 is now 777 I am installing as root. ...
674
Jean-Paul DZISIAK
JP.Dzisiak@...
Jan 24, 2001 3:51 pm
... Have you checked the first line of "install-sh" ? It has a "#!/bin/sh" statement. If you don't have this interpreter, the OS will says "permission denied"...
675
John Cusick
jcusickc@...
Jan 25, 2001 12:15 am
... ,,,, ... Jean-Paul, An excellent 2 cent suggestion :-) Of course I was in a hurry to get to work, and never looked. I opened my big fat keyboard first... ...
676
Ioi Lam
ioi.lam@...
Jan 25, 2001 12:16 am
The problem was the 8.1.1 unix/Makefile.in should do a chmid a+x ../install.sh before it attempts to use the install.sh program. This has been fixed in the...