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...
Yossi
ypechter@...
Jan 2, 2001 8:42 am
645
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...
Ioi Lam
ioi.lam@...
Jan 2, 2001 8:04 pm
646
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,...
Yossi
ypechter@...
Jan 3, 2001 2:29 pm
647
... 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 ...
Mike Clarkson
support@...
Jan 3, 2001 11:00 pm
648
... 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...
Mike Clarkson
support@...
Jan 3, 2001 11:00 pm
649
... 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...
Ioi Lam
ioi.lam@...
Jan 3, 2001 11:17 pm
652
... 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. ...
Mike Clarkson
support@...
Jan 4, 2001 10:21 am
653
... 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...
Ioi Lam
ioi.lam@...
Jan 5, 2001 1:10 am
654
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...
ktrenor2@...
Jan 7, 2001 8:25 pm
656
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...
Ioi Lam
ioi.lam@...
Jan 8, 2001 10:08 pm
657
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...
ktrenor2@...
Jan 8, 2001 10:49 pm
658
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...
mdl@...
Jan 12, 2001 2:55 pm
659
You can use the $hlist info bbox $path command to get the bounding box of the entry. - Ioi...
Ioi Lam
ioi.lam@...
Jan 12, 2001 7:54 pm
660
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@...
Jan 15, 2001 8:25 am
661
... 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. -...
Ioi Lam
ioi.lam@...
Jan 15, 2001 10:53 am
662
... 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...
Ioi Lam
ioi.lam@...
Jan 15, 2001 10:59 am
663
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"...
ling
ling@...
Jan 17, 2001 7:34 pm
664
Hi, I have cleaned up the Tix man pages and generated a new set of HTML pages with cross-reference links. See ...
Ioi Lam
ioi.lam@...
Jan 22, 2001 8:52 am
665
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...
ykwon@...
Jan 23, 2001 8:37 pm
666
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...
Ioi Lam
ioi.lam@...
Jan 23, 2001 11:26 pm
667
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...
John Cusick
jcusickc@...
Jan 24, 2001 1:14 am
668
Do the permission of /usr/lib/tix8.1 look OK (writable, owner=root, etc)? Are your source files readable by root? - Ioi...
Ioi Lam
ioi.lam@...
Jan 24, 2001 1:39 am
669
... 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 ...
John Cusick
jcusickc@...
Jan 24, 2001 1:56 pm
670
... 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 ...
John Cusick
jcusickc@...
Jan 24, 2001 2:16 pm
671
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...
Kathy Bieltz
kbieltz@...
Jan 24, 2001 2:35 pm
672
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...
Jean-Paul DZISIAK
JP.Dzisiak@...
Jan 24, 2001 2:57 pm
673
... 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. ...
John Cusick
jcusickc@...
Jan 24, 2001 3:32 pm
674
... 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"...
Jean-Paul DZISIAK
JP.Dzisiak@...
Jan 24, 2001 3:51 pm
675
... ,,,, ... 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... ...
John Cusick
jcusickc@...
Jan 25, 2001 12:15 am
676
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...