Now i'm using Expect 5.21 on Win2k. I has just download Tix 8.2.0b1 library and installed it but doesn't work and always throw out error message that "Init.tcl...
Hi, I think you need to install Tcl prior to installing Tk/Tix. I did faced the similar problem while installing in unix. but i am not sure about Windows. ...
Dear Larry, Thanks for you support. Unfortunately, I have tried on Expect 5.21 what you advised but nothing better, but with TclPro1.4.1 , It's OK with Tix....
ActiveTcl comes with one or two GUI extensions that includes extra Tk widgets - BWidget, IWidgets. Perhaps someone on this list who actually uses Tk on Windows...
Hi, I am new to Python as well as Tcl/Tk/Tix. I am trying to use file entry widget and want to display the label on the top of the selection textfiled and the...
Hi, I have got a problem with the latest Tcl distributions (8.4.3 and 8.4.4) and the tixDirSelectDialog proc. Tix crashes with a segmentation violation if the...
* Frank Storm ... --<snip-snip>-- ... Sounds like a NULL-pointer returned by Tcl_GetObjResult(interp) or something like that. Split up the code and check: ...
Ralf Fassel
ralf@...
Sep 23, 2003 6:26 pm
976
Hi Ralf, ... Hm, I have tried it but the pointer that I get back is not NULL. However the references count in the Tcl Object is -1 and the typePtr is NULL...
Hi, I am new to Tix looking for help. I downloaded and extracted(means installed?) ActiveTcl 8.4.4.0 from ActiveState, it simply created a Tcl under C:. I then...
... Files/tix- ... Just extract the tix-dir inside the c:/ActiveTcl8.../lib and put the dll inside c:/ActiveTcl8.../bin then run wish and try: package require...
Will do. Thanks! ... Files/tix- ... Just extract the tix-dir inside the c:/ActiveTcl8.../lib and put the dll inside c:/ActiveTcl8.../bin then run wish and try:...
Hi, I am using the Tix SAM in a small tool extention. On Unix and Linux the libtixsam8.1.8.3.so works fine for my apllication. Since I would like to support...
From: "holger_meiners" <holger_meiners@...> ... Keep looking, but in general, Tix isn't considered for most binary distributions due to the lack luster...
Has anyone successfully installed Tix on 64-bit machines? Thanks in advance. Guli...
Augusli Kifli
kifli@...
Nov 15, 2003 8:48 am
983
Hello. I tried installing Spectix (starship.python.net/crew/mike/src/ Spectix/Spectix.html) on a number of identical debian boxes. Regardless that the program...
... However I was using Tix8.2 with tcltk8.4.2 and tcltk8.4.4 without big trouble for a long time. I have my libraries (Win32, Linux, OSF1) there for download:...
I posted this question to comp.lang.tcl, but perhaps I'll get a more relevant audience here. Is there a way to programmatically re-arrange the display order of...
* ala_qumsieh ... Have all the entries in a list, the child entries as list elements. Then re-order that list as required and add all the entries. Untested...
Ralf Fassel
ralf@...
Dec 15, 2003 9:20 pm
987
... Thanks, but that's not what I was looking for. What I meant is that *AFTER* I created all the entries already, how would I go about reordering them (based...
... I think that is the only way. That is what I have been doing. It takes no time at all unless you have 10000 entries, of course. -- ... Brian V. Smith...
Dear Friend, How does one get TixGrid to work? Does anyone have a script that works, at least so one can see the data using TixGrid? Or do you know anywhere...
Dear Ioi Lam Thank-you for your quick reply. I installed Tix on my Linux system as part of the Tk module to perl from CPAN, this package does not include the...
Hello, I try to allow multiple selections in a ComboBox using the EXTENDED selectmode. It works, except that after each mouseclick on a desired option, the...
I trie to install Tix-8.1.4 on a SGI and when I try to "make" it I got this message: I'm in the good directorie and Tcl/Tk are installed in the same as Tix. If...
Recently, we had to upgrade the Tcl/Tk/Tix binaries included in our CADP tools (http://www.inrialpes.fr/vasy/cadp) from TclTk8.2/Tix4.1 to TclTk 8.4. We...