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...
I think it is better to turn off the search, do the deletes, and then turn the search back on. If you know how many items you are deleting, you can turn the...
Hi All! Our client, a leading Software Solutions provider, providing solutions to leading corporate customers is looking for TCL Programmers (Maharashtra -...
Hello ! I have migrated Tix from 8.1.1 to 8.1.3 and so I use WmDefault now. But my application looks awful now and the colors are horribles ! However my CDE...
... I think that wm_default doesn't recognise my CDE environment. However if I execute the following statements: package require wm_default 1.0 ... I have the...
... Hello ! I run Tix both on IBM AIX 5.1 a,d AIX 4.3 I have the "pkgIndex.tcl" in the "/usr/local/lib/tix8.1" directory. Note that if you login with a "user"...
Hi ! The problems with "wm_default" have be resolved. I have reinstalled Tix 8.1.1 and everything works fine now ( ;-) ) I had some problems with "MkTclApp"...
Good day, Is there technique to "freeze" output until I managed all parameters for my toplevel window then just show it at proper position? The goal is to save...