First  |  Prev |  Next  |  Last
Pages: 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
How to handle mouse events during a long-running database transaction?
Hi, I have problems with response times of GUI while processing long running tasks like database transactions. Transactions are events and handled by the main loop using TCL_DoOneEvent function. The problem is that during a long running task the GUI is not able to handle mouse events like a motion event. Fro... 16 Sep 2009 11:49
tcl-snmptools
I downloaded tcl-snmptools from http://sourceforge.net/projects/tcl-snmptools/. When extracting the files the following error occurs. Is this a problem? I am guessing a CVS file is some type of software configuration management file. Could not create directory H:\temp\snmp\tcl-snmptools-1.0\CVS BTW, I foun... 11 Sep 2009 16:13
Background for those who might not have thought it through [Re: file unsplit?]
On Sep 11, 5:36 am, Jonathan Bromley <jonathan.brom...(a)MYCOMPANY.com> wrote: This is probably a painfully basic question, sorry. We have [file split] and [file join] for all the right reasons.  But what should I do if I want the inverse operation of [file split], i.e. reassemble a list of path compon... 11 Sep 2009 12:51
Strings and lists and scripts, oh my! (was: file unsplit?)
In article <trnka51n8uju2q3rnv3k9gpfkkkjk491hs(a)4ax.com>, Jonathan Bromley <jonathan.bromley(a)MYCOMPANY.com> wrote: On Fri, 11 Sep 2009 07:07:20 -0700 (PDT), Bryan Oakley wrote: On Sep 11, 8:49�am, Jonathan Bromley <jonathan.brom...(a)MYCOMPANY.com> wrote: On Fri, 11 Sep 2009 12:33:34 GMT, Don Porter wrot... 11 Sep 2009 12:51
Tcl-URL - does memory fail me?
Hello out there, I could swear that yesterday's Tcl-URL contained a mention of tkpath - but today I don't see it. Did the posting change (in some mysterious way)? Is it me? Please someone tell me that my memory is not all that bad. Best regards Helmut Giese ... 11 Sep 2009 13:58
want to call a tcl scrpt from vb.net
Hi, Is it possible for me to call a tcl script from a VB.NET application? I want to have a few functions included in a tcl file and call the appropriate ones according to the use? If yes, how easy or difficult it is? Any references? -------------- My original requirement is that in a VB.NET application,... 11 Sep 2009 06:13
file unsplit?
This is probably a painfully basic question, sorry. We have [file split] and [file join] for all the right reasons. But what should I do if I want the inverse operation of [file split], i.e. reassemble a list of path components into a platform-appropriate pathname? Given set components [file split $orig... 17 Sep 2009 05:41
Tcl on Google Android phones
I recently saw an Android scripting website, http://code.google.com/p/android-scripting/ , and Tcl is unfortunately not on there. Is there any 'official' project aimed at Tcl on Android ? Dave Joubert ... 23 Sep 2009 05:30
tcl/tk wish for seismic data display
Hi all, I am processing seismic data(Seismic Unix-SU) and i could use "suxwigb"(su wrapper for xwigb) to display the traces in a window.Now i need to add scroll bars to the window so that user can navigate using it.I just started with tcl/tk-wish. I need to pass the window which i am getting using xwigb to the ... 12 Sep 2009 10:43
single quote problem
The following code fails because of the single quote around "World". I fyou look at the query itself, detail is surrounded by single quote and therefore it fails on inclusion of any single quote. How can one avoid this situation ? thanks in advance. set id 1000 set detail "Hello 'World'" set query { ... 6 Sep 2009 13:06
First  |  Prev |  Next  |  Last
Pages: 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90