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...
* deodat_eprevier ... Check http://sourceforge.net/tracker/index.php?func=detail&aid=742298&group_id=5649&atid=105649 for a possible solution. HTH R'...
Ralf Fassel
ralf@...
Jul 5, 2004 6:31 pm
997
* hgaravel ... --<snip-snip>-- ... Usually you do this by setting CC in the environment when calling configure: env CC=gcc ./configure ... Dito goes for...
Ralf Fassel
ralf@...
Jul 5, 2004 7:17 pm
998
hi folks, i'm new to this group. Can anyone plz guide me how to configure options in a tix checklist. Since past week, i'm struggling to make the child entries...
We are Chennai based Recruitment Consultant been retained by a reputed and leading software development companies in India. Our clients requires the Software...
Career Opportunities Update!!! Technical Requirements: Essential Prerequisite: BE/BTECH/MTech/ME/MCA/MS/(Comp. Sci/ Electronics) with 1-5 years of relevant...
11'th Annual Tcl/Tk Conference October 11 - 15, 2004 New Orleans, Louisiana, USA Email Contact tcl2004@... We are pleased to announce the 11'th Annual...
Hi, I want to set the active cell in tixGrid without using the mouse. I wrote the following code : proc editnotify { x y } { return 1; } set grid [tixGrid...