... In my case (a Mandrake distribution), each letter with an accent produce a \x00 or other hexa code at the end of the displayed text. This means that the...
Emmanuel VARAGNAT
varagnat@...
Mar 8, 2002 4:54 pm
854
Hi all, checked the archives, and in 1999 it seems that there already was a discussion about tixBusy for Windows. Could anybody shed some light why it is not...
Ralf Fassel
ralf@...
Mar 21, 2002 11:52 am
855
Is a Windows binary download of TIX available? Many Thanks, =Adrian= Information in this message is confidential and may also be legally privileged. It is...
adrian.davis@...
Mar 21, 2002 3:19 pm
856
http://tixlibrary.sourceforge.net/ - Ioi ... __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy...
Ioi Lam
ioilam@...
Mar 22, 2002 4:32 pm
857
I cannot get tixDirTree to accept the -dircmd switch. Here is my code: proc read_dir {dir show_hidden} { if {$dir == "C:\\"} { return {DOS NORTON WINDOWS} }...
I made a mutile-hierarchy selection function by tixCheckList,After that I want to add a help menu for each selected/mark option , Some of my program like this...
I use a tixScrolledText widget to log return status of my application , ........... set w .install toplevel $w frame $w.top tixScrolledText $w.top.a set tlog...
I want to make a help window for the different indicators of HList widget,But I do not know the command syntax to specified a TCL command to show some help...
You have to check out this cool site I found. There's a bunch of different cards to choose from. I couldn't get a card anywhere else on the web. I found this...
Just wanted to bring this back up to the top. Is anyone still maintaining tix or is it being phased out? I was really hoping to find out if this is a bug that...
I am using tix 8.2.0 and looking at the code I see that the tixDirTree starts the tree from the directory $env(PWD) instead of the current working directory. ...
Hi, I am facing a problem in editing tixScrolledGrid. I have many rows and columns in my grid which i allow the user to edit. I want if an user edits an...
Hi Im unable to start the demo script in the demos directory. The error message is rch@lindell:/usr/lib/tix8.1/demos> tixwish tixwidgets.tcl Error in startup...
Try build tix as a shared library. Run wish, clear the options database, then load tix, then load tix scripts. - Ioi ... -- Ioi Lam Sun Microsystems, Inc. 4210...
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. --...