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...
Hi, I am still making great use of the TixHList widget. This truly was ahead of its time. I think I've finally found a feature which will not be so easy to...
Dear Sir. I update my tcl/tk/tix tools from 7.5 to 8.4(with tix8.1.4), Execute, Then I found the font in tixBalloon windows is too small to figure it out, Is...
The button font for tix8.1.4 demos program are so mall that I can not spell the text , to solve this problem , I must down grade to tix8.1.1 ??? I correct my...
Dear Sir. I update my tcl/tk/tix tools from 7.5 to 8.4(with tix8.1.4) , Then I found a serious problem, all the button font in tix widgets tool are too small...
Just installed Tix, demos run OK, but when I attempt to use from ... Traceback (most recent call last): File "<pyshell#42>", line 1, in -toplevel- r = Tix.Tk()...
Hi, I'm looking for a version of Tix that works using Tcl/Tk 8.4.x on the following platforms: Linux, Solaris and Windows. For windows, I really need the...
I am using the Tix widget sets to add some new functionality to an existing application, that was written using Tkinter. I am having some issues with the...
Hi for what ever it's worth, I am using tcl/tk 8.4.7 with the latest Tix. I am just getting into it and I am having a few issues, but it seems like it will...
I've been building an application using straight Tkinter and Pmw megawidgets. Recently, I needed a collapsible tree widget, which Pmw didn't have; so I turned...
I've run into some strange bug where an application randomly flash exits once I select over 154 items in a tixScrolledListBox. The flash exit leaves with...