Hi! while trying to execute my application, linked with tix, when I initialize tix, it can't find the command auto_load, the error messages i get are: Warning:...
ernesto@...
Jul 1, 1998 6:10 pm
53
Was there any result to the discussion over Tix maintenance? Has a new site been found? A new maintainer? (Notice that I'm most certainly not offering!) It...
Bruce Stephens
b.stephens@...
Jul 3, 1998 11:59 am
54
so, I cant get a tixControl to work properly, its like its there, but just not visible. in fact, this is true of any tix widget that I try to use, the stock...
paulc@...
Jul 4, 1998 11:27 pm
55
I just joined this list and missed the previous discussion. Is there a problem with http://www.xpi.com/tix/ ? Is it going away? Bob. ... List Archive:...
Fletcher, Bob (GEAE)
bob.fletcher@...
Jul 6, 1998 1:36 pm
56
... Ioi Lam has said he's not going to maintain Tix any more. The site doesn't particularly matter, since presumably there are enough copies around. The...
Bruce Stephens
b.stephens@...
Jul 6, 1998 1:48 pm
57
I've loaded the latest tix for windows on a WFW 3.11 notebook. It has Tcl/Tk 8.0p2 already on it and thosw work. When I attempt to start tix, I get a "Cannot...
Pat Villani
patv@...
Jul 6, 1998 3:01 pm
58
I had intended to take over Tix maintenance here, at least as far as: o hosting a web site o coordinating patches/builds o making sources/builds/documents...
J. Thomas Halliley
tomh@...
Jul 6, 1998 3:34 pm
59
... Great. I'd guess win32 people want binaries, but you could probably skip the others, if it turned out to be awkward to get hold of them. ... List Archive:...
Bruce Stephens
b.stephens@...
Jul 6, 1998 3:42 pm
60
... For what it is worth ... Tix is integrated into perl/Tk, and those of us using/maintaining perl port will share mods and bug fixes with whoever. (Perl Tk...
Nick Ing-Simmons
nick@...
Jul 6, 1998 9:02 pm
61
... Sure. This is probably the part that's hardest to maintain; the Tcl code is fairly straightfoward, for the most part, and also won't likely be affected by...
Bruce Stephens
b.stephens@...
Jul 7, 1998 9:01 am
62
... Approximately ;-) There is a Lang.h which is conceptually a wrapper on the target language. So you would need to write one of those which #include'd tcl.h ...
Nick Ing-Simmons
nick@...
Jul 7, 1998 7:06 pm
63
I know that this has been asked before, but I haven't seen any answers, at least not since the list has been at makelist.com (which has a great search page,...
Doug Way
dway@...
Jul 10, 1998 11:10 pm
64
I took a stab at it by creating TK80 styles for colors and fonts. They are incomplete and probably incorrect in many areas but it's a start. John ... proc...
John Finlay
finlay@...
Jul 11, 1998 12:24 am
65
... I believe this is not the right track. The tix mechanism of overriding fonts and colors is flawed, and I think it would be more fruitful to eliminate it...
Kenneth H. Cox
kenstir@...
Jul 11, 1998 1:12 pm
66
... I agree. Back in the days when you couldn't specify fonts consistently across platforms, it might have been a good idea, but I think it's unnecessary...
Bruce Stephens
b.stephens@...
Jul 13, 1998 7:21 pm
67
unsubscribe ... List Archive: http://www.FindMail.com/list/tix/ To Subscribe: e-mail to tix-subscribe@... To Unsubscribe: e-mail to...
Parlati, Giuseppe
gparlati@...
Jul 14, 1998 7:22 am
68
I suggested a few days ago that a useful small change to Tix would be to support the new version of [incr Tcl], just as it supports the previous versions. As...
Bruce Stephens
b.stephens@...
Jul 15, 1998 11:27 am
69
Hi, I need to limit the number of characters that an entry can accept: Example: I don't want the user to be able to enter more than 14 characters in an...
Roland Younes
roland@...
Jul 15, 1998 2:05 pm
70
Could some kind soul direct me to an example of adding a command to the tix environment. I have the Welch Tk/Tcl book and see that one can add C subroutines...
Burch Seymour RTPS
bseymour@...
Jul 15, 1998 2:50 pm
71
Extensions play fine in Tix world. Follow through tixAppInit.c (I'm doing this with Tix 4.0 code so yours might not match exactly): main() -> Tk_Main...
M. Sells
msells@...
Jul 15, 1998 5:41 pm
72
Whoops - I just checked my bookmarks and found this possibly usefull URL: http://psg.com/~joem/CmdWrite.html. Marty (sig in other msg) ... List Archive:...
M. Sells
msells@...
Jul 15, 1998 5:45 pm
73
... Thanks a bunch. I'll try this out... it looks a lot closer than what I currently have. ... I also agree with this. I wonder how difficult it would be to...
Doug Way
dway@...
Jul 15, 1998 7:18 pm
74
To Who Ever Cares: There seems to be an error in tixControl caused by having the focus in the entry after incrementing/decrementing the value as the widget is...
Kevin Trenorden
kevin.trenorden@...
Jul 17, 1998 5:44 am
75
Can anybody point me to some sample code which makes use of columns in TixHList? Setting up columns. Getting data into columns. Setting attributes (font,...
Adrian Davis
Adrian.Davis@...
Jul 17, 1998 11:47 am
76
How do I find out which version of Tix I have? For example, I'm told I need version 4.1.0.005, and not 4.1.0.006 (because of bugs in 006). However, I can't...
Eric Kolotyluk
Eric.Kolotyluk@...
Jul 21, 1998 8:19 pm
77
... Here is a sample: Setting up columns: # To Create the HList tixHList .hlist -columns 3 pack .hlist -fill both Getting data (text ?) into columns: Use the...
Ronald Hupperichs
ronaldh@...
Jul 21, 1998 10:18 pm
78
You can find out the Tix patchlevel information by looking in Tix.h where you'll have a line like: #define TIX_RELEASE "4.1.0.005" Alternatively, fire up a...
Matthew Swift
M.Swift@...
Jul 22, 1998 8:22 am
79
The web site has gone... The software is available - but am I to assume this product has reached a dead end???? Regards, =Adrian= ... List Archive:...
Adrian Davis
Adrian.Davis@...
Jul 27, 1998 1:06 pm
80
... The author (Ioi Lam) is no longer developing it. There are still quite a few people using it (the Perl/Tk people, for example), so you can expect...
Bruce Stephens
b.stephens@...
Jul 27, 1998 1:40 pm
81
Hi Gang, I'm sure this is a simple scope issue, but I'm not seeing the solution. Can someone loan me a clue please? I'm trying to build some common routines...