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 500 - 529 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
500
... Wow....at last! Three cheers for Scriptics. Long live TCL/TK the "Get the Job done fast" computer language. Just my 2 pence...
Mark Garvey
Mark.Garvey@...
Send Email
Apr 5, 2000
9:17 am
501
-- Auto Reply --------------------------------------------- Message Delivery Failed .. Address is no longer valid conwayh@... ... If you need help...
conwayh@...
Send Email
Apr 5, 2000
9:17 am
502
-- Auto Reply --------------------------------------------- Message Delivery Failed .. Address is no longer valid conwayh@... ... If you need help...
conwayh@...
Send Email
Apr 5, 2000
9:18 am
503
Looking for some help. I have compiled tcl 8.0, tk 8.0 and tix 4.1.0 on AIX. When I run wish8.0 and run package require Tix I get the following error "could...
Barrett_Derek@...
Send Email
Apr 12, 2000
1:41 pm
504
Hi Tixers! I've just fixed Tix in order to run on Tcl/Tk 8.3.1 on Linux. Of course I don't guarantee that everything will run, only that it will not crash at...
Carlos Vidal
carlos@...
Send Email
May 19, 2000
12:32 pm
505
I tried to install Tix 4.1.0 on Windows 95. After I installed the required Tcl/Tk version (8.0p2), I downloaded the two Tix files: the binary files for Windows...
Vissy Balazs
kabala@...
Send Email
May 27, 2000
8:47 am
506
I have to communicate between Tix applications so I used the wish send feature which works fine while working on local machine. However when using X server for...
Vissy Balazs
kabala@...
Send Email
May 27, 2000
8:52 am
507
... The alternative is to use sockets. Is not as straightforward as 'send' but is as bulletproof as TCP/IP :-) Carlos -- Carlos Vidal carlos@......
Carlos Vidal
carlos@...
Send Email
May 27, 2000
1:03 pm
508
Vissy - here's what I've had to do to get Tix 4.1.0 to work under windows. ) Install both the Tix binary and source distributions (seems the binary ...
Mike Lansdaal
mtlansdaal@...
Send Email
May 27, 2000
11:33 pm
509
Re: communications Check out this extension, which provides send like ease using sockets: What: comm Where: <URL: http://www.schooner.com/%7Eloverso/tcl-tk/> ...
lvirden@...
Send Email
May 28, 2000
9:20 am
510
Vissy - 2) Yes you understand correctly. At least that's what I've had to do to get Tix going. I've not inveestigated root cause and proper fix. I don't use...
Mike Lansdaal
mtlansdaal@...
Send Email
May 28, 2000
9:13 pm
511
... The send command doesn't work on X-servers that have xhost authentication enabled for security reasons. If you disable xhost (xhost list empty, see send ...
Leif Thuresson
leif.thuresson@...
Send Email
May 29, 2000
7:26 am
512
I think this require slightly hacking the Tk source code, to remove that limitation. See in the Tk FAQ, you should find something looking like "What to do if...
thierry CHEVALIER
thierry.chevalier@...
Send Email
May 29, 2000
7:58 am
513
Hi ! I could only find binaries (win32) up to 8.0 and there is not settings for 8.2 in the source. Does tix work with tcl 8.2 (on Windows and Linux ?) Mikael...
Mikael Aronsson
mikael_aronsson@...
Send Email
May 30, 2000
7:19 am
514
It appears that 5 weeks has gone by without any msgs to this mailing list or updates to the sourceforge web site. Can someone let me know what's going on? -- ...
Larry W. Virden
lvirden@...
Send Email
Jun 29, 2000
3:47 pm
515
... No idea. I thought the plan was to add a few people as developers to the project, and then to start getting Tix to a state where it compiled out of the...
Bruce Stephens
Bruce.Stephens@...
Send Email
Jun 29, 2000
4:16 pm
516
From comp.lang.tcl, I saw this - perhaps someone with CVS write access could email the poster: /home/lwv26/News/tix4182.win.ann ... -- -- Never apply a Star...
Larry W. Virden
lvirden@...
Send Email
Jun 29, 2000
10:38 pm
517
I notice that in the downloaded version of Tix on sourceforge, the tix code comes with itcl 2.x. However, that version of itcl is quite out of date. I was...
Larry W. Virden
lvirden@...
Send Email
Jun 29, 2000
11:48 pm
518
I think Tix doesn't need special handling for itcl 3.0. itcl 2.0 had namespace constructs which conflicts with Tix. Howeber, itcl 3.0 uses the namespace code...
Ioi Lam
ioi@...
Send Email
Jun 30, 2000
12:57 am
519
... http://tix.sourceforge.net is up and running, and the CVS repository has been filled with a version equivalent to 4.1.0.007. I'm working on updating this...
Mike Clarkson
nurinet@...
Send Email
Jul 2, 2000
9:39 pm
520 Liora Milbaum
liora@...
Send Email
Jul 3, 2000
7:33 am
521
Is there any MacOS distribution of Tix ? I found Tcl and Tk for Machintosh but no Tix. Can somebody help me Thanks ......
rohmer@...
Send Email
Jul 13, 2000
9:19 am
522
Hello All, I'm using tix for a project, and I'm using tixBalloon for help, displaying the help in a multi-row label widget (no flyover help, just status bar)....
Bill Woodward
bill_cchkk@...
Send Email
Jul 13, 2000
6:14 pm
523
... Whoops, one more point. It's a multi-line label widget, which is the ... set help_frame [frame .help -relief sunken -bd 3] set help_text [label...
Bill Woodward
bill_cchkk@...
Send Email
Jul 13, 2000
6:47 pm
524
Rasmus, Thanks for the help. I'm still not sure what the problem is, but I narrowed it down a bit. I'm actually reading text from a flat ascii file. Each...
Bill Woodward
bill_cchkk@...
Send Email
Jul 14, 2000
2:35 pm
525
From: Bill Woodward <bill_cchkk@...> ... The problem is in the interpretation of the Tcl gets function I am afraid. Here's a quote from the gets(n) man...
Larry W. Virden
lvirden@...
Send Email
Jul 14, 2000
2:49 pm
526
Can you send me a copy of the websites where you obtained these files? Thanks, Owen ... be. ... where this...
Owen.Funkhouser@...
Send Email
Aug 3, 2000
9:40 pm
527
Hi, has anyone got tix with tcl/tk 8.3.1 working? I tried it with two different sets of RPMS, from ftp://rpmfind.net/linux/falsehope/home/requested/tcltk/ ...
Vladimir Klebanov
unny@...
Send Email
Aug 5, 2000
11:31 am
528
Yes, it is the init string that is defined as static, so it is read only, and then it crashes when Tcl8.3 tries to write it. Here is a patch that will be...
Carlos Vidal
carlos@...
Send Email
Aug 5, 2000
8:10 pm
529
Hi there, just tried it and tixwish from tix-8.3.1-5mdk now works fine. Thanks everyone for the rapid fix. Vladimir -- Vladimir Klebanov --...
Vladimir Klebanov
unny@...
Send Email
Aug 5, 2000
11:08 pm
Messages 500 - 529 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