First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
ANNOUNCE: Jeszra ZERO-ONE
Hi all Tcl/Tk Developers. I am pleased to announce the first public release of Jeszra (0.1). http://jeszra.sourceforge.net Jeszra is a visual design tool, written in Tcl/Tk, which combines 2D vector graphics and Graphical User Interfaces. TkZinc (3.3), TkPath (0.2 and 0.3), Tk Canvas (8.4 and 8.5) are... 17 Dec 2009 17:03
Trouble exiting telnet within an expect script.
Hello, Armed with Exploring Expect and Google I have been working on a script to automate some testing. As a part of this testing I need to reboot a router, but I have been having a tough time getting the router to actually reboot without the expect script going sideways. Here is the snippet of code giving me tr... 4 Dec 2009 13:59
Using WS::Client with complex types
I am trying to work with WS::Client. I parsed the wsdl successfully (after removing non existing urls). The WSDL contains complex and array types. When I try to work with the WSDL I get error. What am I doing wrong. package require WS::Client ::WS::Client::LoadParsedWsdl { service {name TeamConnectorServiceServ... 20 Dec 2009 03:51
Reading a PKCS#7 Certificate
Hi, Does anybody know how to read a PKCS#7 Certificate with Tcl? Thanks, Marcus ... 12 Dec 2009 11:18
Tcl and .NET
Hi, Does anybody know if it is possible for Tcl to use a .NET object in any way, shape or form if on a windows server? Thanks, Marcus de Leon ... 3 Dec 2009 08:07
How to serialize/restore a large data structure?
Hi all, I have a large hash table, whose keys are words, and the values are dicts, that contain integer pairs. I am creating this structure in memory, taking care to reuse objects as much as possible, with the result occupying ~ 1.3GB of memory. However, I don't know how to serialise and restore such a large... 2 Dec 2009 09:49
freewrap is awesome!
I just wanted to publicly acknowledge the author of freewrap. I was able to create a stand-alone executable from a hello world Tk script with a single command line "freewrap foo.tcl" creates foo.exe in the current directory. This foo.exe runs great after being transfered between machines on I haven't played ... 1 Dec 2009 12:44
Upgrading from 8.4 to 8.5
We have a large amount of internal processes that are automated with TCL scripts that run on numerous platforms. Most of the UNIX (linux/ aix/solaris) are on tcl 8.4.x while the windows boxes are 8.3.x. We are looking to upgrade to 8.5 on all platforms, and I was lookng for any info on things that might need to c... 14 Dec 2009 16:35
tdom parser problems with xmlns keyword
Hi all, I have got to parse a xml file which is always in a defined schema.So this always comes with keyword "xmlns" at starting I have something like <SCL xmlns="aaa" xmlns:xsi="bbb" xsi:schemaLocation="ccc" <foo> <bar>trial</bar> </foo> </SCL> when I d... 6 Dec 2009 15:02
Subtle change in 8.5 or is it tclkit ?
Hi, I have a strange problem, and I do not know where to start looking. Enviroment: tclkit-8.5b1-x86_64 Previously the code used to work under Tcl 8.4, but I decided to start using a starkit based approach (first timer) at the same time as swapping to 8.5 Essential code: (needSync is expected to cha... 30 Nov 2009 05:52
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89