Search the web
Sign In
New User? Sign Up
tix · The Tix User Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 821 - 850 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
821
I have verified that the problem exists under several releases of the Linux 2.4 kernel....
Jim Russell
Jim.Russell@...
Send Email
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...
bvsmith94530
Offline Send Email
Feb 1, 2002
7:11 pm
823
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
atul.bhingarde@...
abhingar2000
Offline Send Email
Feb 4, 2002
4:54 pm
827
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 ...
atul.bhingarde@...
abhingar2000
Offline Send Email
Feb 12, 2002
7:18 pm
828
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...
rcseege
Offline Send Email
Feb 19, 2002
4:31 am
829
... 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,...
rcseege
Offline Send Email
Feb 19, 2002
11:42 pm
830
... 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@...
Send Email
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...
rcseege
Offline Send Email
Feb 20, 2002
1:43 am
832
... 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...
rcseege
Offline Send Email
Feb 20, 2002
4:17 am
833
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@...
Send Email
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...
rcseege
Offline Send Email
Feb 21, 2002
12:33 am
835
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...
kwonpap
Offline Send Email
Feb 21, 2002
2:35 am
836
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...
rcseege
Offline Send Email
Feb 21, 2002
3:30 am
837
... 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@...
Send Email
Feb 21, 2002
9:05 am
838
I believe this is fixed in 8.2.0 - Ioi...
Ioi Lam
ioi.lam@...
Send Email
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...
rcseege
Offline Send Email
Feb 21, 2002
12:02 pm
840
... 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 ...
rcseege
Offline Send Email
Feb 21, 2002
12:09 pm
841
... 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...
rcseege
Offline Send Email
Feb 21, 2002
12:21 pm
842
Ok, here's an image for an image: This image shows both a selected image, and an active, non-selected one. __________________________________________________ ...
Rob Seegel
rcseege
Offline Send Email
Feb 21, 2002
12:43 pm
843 Goldfarb, Helena (CRD)
goldfarb@...
Send Email
Feb 21, 2002
12:49 pm
844
... Ugh.. make that selected "item" not image. Rob...
rcseege
Offline Send Email
Feb 21, 2002
2:12 pm
845
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@...
Send Email
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...
rcseege
Offline Send Email
Feb 22, 2002
12:50 am
847
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@...
Send Email
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...
Ioi Lam
ioilam
Online Now Send Email
Feb 23, 2002
1:21 am
849
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 ...
Andreas Kupries
akupries
Offline Send Email
Feb 24, 2002
10:24 pm
850
does someone can show me a simple expamle for calling a C procedure from TCl/TK....
robinwang1
Offline Send Email
Feb 25, 2002
8:17 am
Messages 821 - 850 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help