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...
Show off your group to the world. Share a photo of your group with us.

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 624 - 657 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
624
Hi folks, Here's a chance for you to voice your requests. This is our latest plan for upcoming releases of Tix. Please comment. This document is also available...
Ioi Lam
ioi.lam@...
Send Email
Dec 2, 2000
2:28 am
625
I needs a static library(.lib) of Tix 8.1 to be use in C extension, but could not find any related document is provided in source code package. Pls help me....
Kim JaeHoon-R48533
Jaehoon_Kim-R48533@...
Send Email
Dec 5, 2000
8:09 am
626
Do you want to call Tix methods in C code on Windows? If you download Tix from tix.sourceforge.net and build it on Windows, you can find a tix4183.lib...
Ioi Lam
ioi.lam@...
Send Email
Dec 5, 2000
9:45 pm
627
Hi: I am trying to build TIX for ITCL. I need help in figuring out how to use the "configure" options properly to obtain the "itixwish" executable. Only...
zshakeel@...
Send Email
Dec 6, 2000
4:53 am
628
I have not tried this myself. I think the best solution right now is to build both itcl and tix as shared libraries. Then, use the "package" command to load...
Ioi Lam
ioi.lam@...
Send Email
Dec 6, 2000
8:05 am
629
... Try configure --help to see the configure options, and read Docs/UnixInst.txt carefully. Itcl 3.0.1 is the recommended version of Itcl for 8.1.1. Mike...
Mike Clarkson
support@...
Send Email
Dec 9, 2000
11:41 pm
630
Hi: I am trying to create simple labels with text justified to center and right. For some reason it is not working in TIX, as it only justifies the text to...
zshakeel@...
Send Email
Dec 12, 2000
7:37 am
631
Current versions of Tix calls option add *Label.anchor w during initializaton. This makes all labels justify to the left. To override this behaviorm you can...
Ioi Lam
ioi.lam@...
Send Email
Dec 13, 2000
7:57 pm
632
Hi people! I made a program that uses "tix getimage" and then I was disappointed by the fact that I'll need to run that program in GNOME and use standard GNOME...
mdl@...
Send Email
Dec 15, 2000
1:01 am
633
... [tix getimage] is just a wrapper around the [image create] command. So if you want to use PNG images in your script, you need to use a "wish" that supports...
Ioi Lam
ioi.lam@...
Send Email
Dec 17, 2000
3:07 am
634
The error listed below is what occurs when I compile Tix8.1.1 with iTcl3.2. I am running on Windows NT 4.0 SP6 with Microsoft Visual C++ SP4 and already have ...
Owen Funkhouser
Owen.Funkhouser@...
Send Email
Dec 20, 2000
1:59 am
635
Tell me ... what's the difference between installing Tix 8.1.1 with iTcl compared to without iTcl? Thanks...
Owen Funkhouser
Owen.Funkhouser@...
Send Email
Dec 20, 2000
2:29 am
636
Oops. Had a typo in my makefile. No problem any more when building with Tix....
Owen Funkhouser
Owen.Funkhouser@...
Send Email
Dec 20, 2000
2:31 am
637
There's a typo in .\win\common.make of the Tix8.1.1 distribution. Change all occurances of TMPDIR = tk$(TCL_VER) to TMPDIR = tcl$(TCL_VER)...
Owen Funkhouser
Owen.Funkhouser@...
Send Email
Dec 20, 2000
2:38 am
638
... I'm glad that you got it to work. My recollection is vague, but I think the major issue is with namespaces, not with itcl per se. I once had a problem when...
ioi.lam@...
Send Email
Dec 20, 2000
2:41 am
639
... You're right. We'll fix that. Mike....
Mike Clarkson
support@...
Send Email
Dec 20, 2000
4:15 pm
640
... I'm not a C programmer, but I think most of the namespace stuff is now standard Tcl, and you may just need to change the comments. It would be nice to get...
Mike Clarkson
support@...
Send Email
Dec 20, 2000
4:18 pm
642
Note: the tix binaries were built from the CVS snapshot, so it contains a little bit of untested code on top of the 8.1.0 release. - Ioi Posted by Tom Wilkason...
Ioi Lam
ioi.lam@...
Send Email
Dec 21, 2000
5:37 am
643
Hi, Does anyone here actually call the Tix_XXX() C functions in their apps? I am thinking of some changes that will change the C API. For example, objectifying...
Ioi Lam
ioi.lam@...
Send Email
Dec 31, 2000
10:15 pm
644
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Jan 8, 2001
10:49 pm
Messages 624 - 657 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