First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90
Bug? Activate toplevel when there is a grab.
In WinXP, Active Tcl 8.4.16, run this on wish: toplevel .t1 toplevel .t2 grab .t2 wm transient .t2 .t1 focus -force .t2 Now, if you click on the main toplevel (the one titled "Wish84"), the click is ignored, the titlebar remains grayed. This is correct, as there is an active grab. Then, click on the icon... 10 Dec 2007 00:21
couldn't load library "mpexpr10.dll" ...
I'm getting the following message when trying to load mpexpr10.dll within Windows XP: couldn't load library "mpexpr10.dll": this library or a dependent library could not be found in library path The odd thing is, this was working for me a few days ago and I honestly don't know what changed to cause this issue. ... 19 Nov 2007 19:26
can't find package __teapot__ ???
Hello out there, I sent a Tcl script to a client together with instructions how to install Tcl and how to launch the script. The client now reports that he receives the error message can't find package __teapot__ I have never seen this message before (of course all my machines are Tcl aware) so my question ... 10 Nov 2007 08:40
TCL exec
I'm having trouble running a Java program from a TCL script. I know exec needs to args passed in, so I've tried everything I know to get this to work. I want to run: java -classpath c:\proj1\test.jar -log testlog -args test1 test2 What is the best way to run this and wait for it to finish? Thanks! ... 2 Oct 2007 07:49
How to do 3d line plots
Basically I wish to plot a path thru 3d space. I've been looking at Plotchart ( create3DPlot and $plot3d plotdata ) with no luck. Please point me in right direction. Examples appreciated. Thanks. ... 27 Jul 2007 05:58
Need help on tablelist
How do I determined the total number of rows in a tablelist? ... 25 Apr 2007 10:17
tclx on opensuse
I'm trying to build tclx (8.4) on opensuse 10.2 and get the following config error: checking system version (for dynamic loading)... ./configure: line 13965: syntax error near unexpected token `ac_space=' '' ../configure: line 13965: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in' I am NOT a "configu... 4 Apr 2007 20:40
: Tcom question...
Doing some more tweaking, I currently have the following: package require tcom set analyzer [::tcom::ref createobject PageAnalyzer.LayoutAnalyzer2] $analyzer Initialize 0 set explorer [::tcom::ref createobject InternetExplorer.Application] $explorer Visible 0 $explorer Navigate2 about:blank set document [$ex... 1 Apr 2007 07:12
[Urgent]: Tcom question...
Hi all, I am trying to use tcom in order to analyse a web page with the VIPS algorithm. The VIPS ActiveX dll can be found at: http://www.ews.uiuc.edu/~dengcai2/VIPS/VIPS.html http://www.ews.uiuc.edu/~dengcai2/VIPS/VIPSdll_2006-01-16.zip This ActiveX dll has the following interface (as returned by set inter... 31 Mar 2007 08:58
oratcl and 10g
I have a problem with oratcl and 10g. It seems that when the client connects to the database it sets the signal handler for SIGCHLD which causes a problem from tcl: error waiting for process to exit: child process lost (is SIGCHLD ignored or trapped?) If I reset the handler it works: signal default SIGC... 2 Feb 2007 09:21
First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90