I have verified that the problem exists under several releases of the Linux 2.4 kernel....
Jim Russell
Jim.Russell@...
Feb 1, 2002 4:39 pm
822
I would like to add a ButtonRelease-3 binding to entries in the tixHList widget to have a popup menu for the user, but I can't find anything in the docs about...
Hi I've done this by adding the binding to the tixHLIst itself which can be passed the X/Y of the cursor. You then determine the entry closest to the position...
ktrenor2@...
Feb 3, 2002 8:04 pm
824
Hi Got bored so thought I'd see if I could correct this error (see below). For me at least this seemed to be caused by doing some presses, holding Button-1...
ktrenor2@...
Feb 3, 2002 10:04 pm
825
* atul.bhingarde@... ... You should read a basic book about TCL syntax, especially about the use of '{}' vs. '[]'. Any decent text will do, maybe even...
Ralf Fassel
ralf@...
Feb 4, 2002 4:41 pm
826
Hi Tix User group members, I appreciate your responses for my quiestion. The problem is resolved. The problem was due to incorrect use of the...
Hi, I am using tcl/tk ( 8.3.3 ) with tix 4.1.0 and Itcl 3.2 on UNIX ( both HP and Solaris ) I could use (after compiling source code) the binaries ( on ...
Hello, I'm a newcomer to this list, and in way of introduction, my name is Rob Seegel. I use Tix for Perl and Python, but not Tcl (not anymore anyway), and am...
... Ok, after looking through the code here's a second take ... This is too broad, unless there were different internal styles defined for each state NORMAL,...
... Just a quick note. On Tix 8.2.0, I tried to make the NORMAL, ACTIVE, DISABLED, SELECTED styles configurable at compile time. So even if you can't configure...
Ioi Lam
ioi.lam@...
Feb 19, 2002 11:50 pm
831
... I must have completely missed that when I was looking at the source code for tixHlist. I looked at the one included in the Perl/Tk distribution, and the...
... ACTIVE, ... widgets. I'm sorry - I must have misunderstood. Did you mean C compile time, or during widget initialization within tcl, perl, etc? I was doing...
Oops, I wasn't clear. I was talking about the default configurations, which is set at compile time. E.g., I have tixWinDefault.h: #define...
Ioi Lam
ioi.lam@...
Feb 20, 2002 7:02 pm
834
... configurations, ... OK, thanks for clarifying. In that case, yes I did see these, and they do go a ways in setting up some common colors and other default...
Does anyone build custom 'base application' using tclpro + tix static library on windows? I'v tried to get it working several ways but I've failed. tix...
In the current version of HList (tixHList) used in the Perl/Tk distribution, the last column is sometimes looks a bit odd when highlighted. This is because the...
... OK, the stuff you're looking for is around the call to Tix_SetDefaultStyleTemplate() inside tixHList.c. I have defaults for the NORMAL and SELECTED fg/bg...
Ioi Lam
ioi.lam@...
Feb 21, 2002 9:05 am
838
I believe this is fixed in 8.2.0 - Ioi...
Ioi Lam
ioi.lam@...
Feb 21, 2002 9:08 am
839
... for the ... default... Yes, that is precisely what I did, except I didn't take it all the way with disabled bg/fg. Additionally, I did it using the source...
... Thanks. I did create a patch for the older version - I'll go through the newer version and make sure the changes were the same, and if not, will modify ...
... By the way, the image you attached may or may not show what I'm talking about. The highlighting and selection _do_ get set so it's applied to the fill...
Ok, here's an image for an image: This image shows both a selected image, and an active, non-selected one. __________________________________________________ ...
Thanks for the image. The problem still exists in 8.2.0, as shown by this code: tixHList .c pack .c set style [tixDisplayStyle text -activebackground red] ...
Ioi Lam
ioi.lam@...
Feb 21, 2002 7:26 pm
846
... by I looked at the tixHList.c source today for 8.2.0 and compared it to the one I had been looking at - (8.0.*), and although there are some obvious...
On some text items of HList, \x00 or \x01 is displayed at end of text. Any ideas where the problem could come from ? thanks - Manu -...
Emmanuel VARAGNAT
varagnat@...
Feb 22, 2002 1:47 pm
848
Can you send a test script that can reproduce this? This usually happens on Unix/X if you're using a character that's not supported by the font. On Win32, a...
Call For Papers 9th Annual Tcl/Tk Conference September 16-20, 2002 Vancouver, BC, Canada We are pleased to announce the 9th Annual Tcl/Tk conference, to be ...