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 869 - 898 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
869
I always get the following error dialog boxes when running any program using Tix 8.2.0: "Can not use fontset 'WmDefault'" "Can not use color scheme...
georgeytwu2
Offline Send Email
Jun 6, 2002
6:49 am
870
Hello there, since one week I am struggling with the new version of SuSE 8.0 Linux, which combines the following packages tcl-8.3.4-107 tk-8.3.4-107 ...
Rostislav Chudoba
rchudoba2000
Offline Send Email
Jun 6, 2002
9:49 am
871
A work around: + Build Tix 8.2.0 as a shared library + Use wish to start your script (instead of tixwish) + The first two lines of the script option clear ...
Ioi Lam
ioilam
Online Now Send Email
Jun 6, 2002
9:54 pm
872
Hello, I have some difficulties to understand how to access to the file dialog box created by tixFileEntry. For instance, for this call : tixFileEntry...
noubi2
Offline Send Email
Jun 7, 2002
2:30 pm
873
I am already using wish and the Tix shared library. I tried what you suggested and it still produces the same errors. I also tried a test script only...
georgeytwu2
Offline Send Email
Jun 8, 2002
11:27 pm
874
* georgeytwu2 ... --<snip-snip>-- ... Try to reverse these. package require Tix option clear Tix sets some option entries when loading, so it makes no sense to...
Ralf Fassel
ralf@...
Send Email
Jun 10, 2002
8:07 am
875
Does anyone know that if Tix library is available on Mac OS 9? Thanks, Pan...
usspathfinder2002
usspathfinde...
Offline Send Email
Jun 19, 2002
9:39 pm
876
Hi! I have Debian Woody with Python 2.1.2. I try to python the following script: import Tix from Tkconstants import * root = Tix.Tk() mainloop () The output is...
al016950
Offline Send Email
Jun 30, 2002
12:10 am
877
I push tix control's incr(decr) arrow when python script does continous work (do long counting or just sleeping) . After work is done control starts...
m_gagik
Offline Send Email
Jul 4, 2002
2:41 pm
878
... Or indeed OS 8.6. (I have MPW if that helps, althouh hand-holding would be much appreciated - it's a long time since I messed with a C compiler, although...
kurrumkarmeruk
Offline Send Email
Jul 6, 2002
5:20 pm
879
I am trying to install Tix and I am *just* about to give up entirely. I am running on Win2k Pro. I downloaded Tix 8.1.3 from http://tix.sourceforge.net/ and...
rsiebler
Offline Send Email
Jul 9, 2002
5:55 pm
880
I do have it working on W2k pro. I'll send you the files tonight when I can get at them. ... -- Seth Kurtzberg MIS Corp. Office: (480) 661-1849 Fax: (480)...
Seth Kurtzberg
s_kurtzberg
Offline Send Email
Jul 9, 2002
6:09 pm
881
Thank you very much! I've tried to use wxPython and while it seems to have a lot of features and looks better than tcl, I am not a C++ programmer and the...
rsiebler
Offline Send Email
Jul 9, 2002
6:15 pm
882
With Tcl/Tk 8.4 entering beta (frozen feature) state, I was wondering whether anyone had taken a look at what, if any, changes were needed to be compatible. --...
Larry W. Virden
lvirden
Offline Send Email
Jul 9, 2002
6:24 pm
883
I didn't have a lot of luck with wxPython, although I didn't really spent very much time with it. ... -- Seth Kurtzberg MIS Corp. Office: (480) 661-1849 Fax:...
Seth Kurtzberg
s_kurtzberg
Offline Send Email
Jul 10, 2002
12:15 am
884
The Tcl'2002 Conference, September 16-20, in Vancouver, BC, Canada, is now taking registrations. Tcl'2002 is a forum to: - bring together Tcl/Tk researchers...
Larry W. Virden
lvirden
Offline Send Email
Jul 10, 2002
2:19 pm
885
So far, the only *successful way I have been able to install Tix to run in Python on Win2k is to install IDEStudio, which installs Tix 8.1.3....
rsiebler
Offline Send Email
Jul 10, 2002
8:04 pm
886
Where is the right place to report this bug? The file makefile.vc will not work as supplied with Tix 8.2.0 because somehow the lines have become doublespaced....
rsiebler
Offline Send Email
Jul 10, 2002
8:20 pm
887
I am still on this mailing list and I will try to fix really serious bugs. For the past few months, I haven't seen any serious bugs posted (or ones that I have...
Ioi Lam
ioilam
Online Now Send Email
Jul 11, 2002
8:49 pm
888
Hi, I have a header in a tixScrolledHList, and I wish the cells to be double lines of text (instead of longer one line versions) +-----------+-----------+ ... ...
Gregory Hosler
gregory.hosler@...
Send Email
Jul 16, 2002
2:39 am
889
Have you tried this? % tixHList .c -header true .c % pack .c % .c header create 0 -text "Hello\nHello" - Ioi ... -- Ioi Lam Sun Microsystems, Inc. 4210 Network...
Ioi Lam
ioilam
Online Now Send Email
Jul 16, 2002
3:06 am
890
* Gregory Hosler ... % pack [tixHList .foo -header 1 -columns 2] .foo % .foo header create 0 % .foo header create 1 % .foo header configure 0 -text...
Ralf Fassel
ralf@...
Send Email
Jul 16, 2002
8:03 am
891
works like a charm! thank you very much. -Greg ... E-Mail: Gregory Hosler <gregory.hosler@...> Date: 16-Jul-02 Time: 16:04:23 If each of us have...
Gregory Hosler
gregory.hosler@...
Send Email
Jul 16, 2002
8:12 am
892
Good day, We have application that display data from DB into tixScrolledGrid. tixGrid widget is configured so that it's column size is set automatically when...
Andrew E. Makeev
andrew_solvo_ru
Offline Send Email
Jul 23, 2002
11:15 am
893
* Andrew E. Makeev ... If you're not fixed on tix, have a look at tktable http://tktable.sourceforge.net/ R'...
Ralf Fassel
ralf@...
Send Email
Jul 23, 2002
1:56 pm
894
Hi, Can anyone suggest (give me some hint) like how the following stuff works. "command completion is done in Unix shells using the ESC/TAB key". Like for eg:...
Deb c
debkumar_c
Offline Send Email
Jul 25, 2002
12:59 pm
895
Use the tcl glob command and the last set of charicters you've typed in after the last space should work. ls tr^ECS >> glob tr* ls ^ESC >> glob * You woild...
Jim Arnott
jarnott@...
Send Email
Jul 25, 2002
1:46 pm
896
Perhaps you could take a look at the tclreadline extension. This extension interfaces with the GNU readline and may be able to provide such functionality. -- ...
Larry W. Virden
lvirden
Offline Send Email
Jul 25, 2002
1:56 pm
897
Basically i have a shell developed in TCL/TK, that needs to support command completion as well as word completion(similar to Unix shells).The standard TCL ...
Deb c
debkumar_c
Offline Send Email
Aug 5, 2002
3:07 pm
898
Hi, I posted this a couple months ago to tix_developers group, which seems to have disappeared. Just thought I'd post this again... "tixHList delete all" is...
ycsung_dw
Offline Send Email
Aug 10, 2002
12:53 am
Messages 869 - 898 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