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 ...
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 ...
Hello, I have some difficulties to understand how to access to the file dialog box created by tixFileEntry. For instance, for this call : tixFileEntry...
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 ... --<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@...
Jun 10, 2002 8:07 am
875
Does anyone know that if Tix library is available on Mac OS 9? Thanks, Pan...
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...
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...
... 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...
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...
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)...
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...
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. --...
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:...
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...
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....
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...
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@...
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...
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@...
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 ... If you're not fixed on tix, have a look at tktable http://tktable.sourceforge.net/ R'...
Ralf Fassel
ralf@...
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:...
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@...
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. -- ...
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 ...
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...