Problems reading from a specific web site Hi all, I'm trying to get some data via http. set tok [http::geturl $myUrl] puts stdout [http::code $tok] displays nothing. (I'm using http version 2.7.2 from the Active State teapot, and ActiveTcl 8.6b1.1 on Ubuntu.) I've done some digging and the problem seems to be towards the top of Eve... 10 Mar 2010 11:55
passing "arrays of structs" in procs. I have a tcl struct that i have created somewhere in my program like so: set array(0.x) 10 set array(0.y) 20 set array(0.z) 30 lets say i have 20 of these structs that have been filled with data. this array is not going to be global, no need for it. i just need to pass it to the appropriate functions when ... 6 Mar 2010 06:22
TclDevKit/Starpack failing to load a package DLL Hi all I have a an application which uses a C extension DLL which provides a package I call Wpl. This works fine when running the application with tclsh85 and wish85. I am now trying to use Tclapp (part of TclDevKit) to create a standalone version of the application. I can create the application OK but when I... 5 Mar 2010 13:55
beautiful user interface, is it hard to do? Hello. I am a developer who occasionally work out some tcl/tk projects with cross-platform deployment in mind. In a recent project there is a need for simple ready-run-off (or "portable") desktop application that I intend to do with tcl/tk. The user interface logic is really simple, so does the underlying database,... 18 Mar 2010 09:18
Ttk::notebook without tabs? Hi all, Is it possible to hide the tabs of a ttk::notebook? And instead arrange tab raises programmaticaly? (I don't want to use PagesManager from BWidget, as I will have to include another package...) George ... 4 Mar 2010 11:10
Plotchart library I want to download and set up Plotchart library ... can anyone help with finding the source and installation? ... 4 Mar 2010 07:49
EuroTcl 2010: LAST CALL before cancellation. Hello ! Some months ago, I submitted a poll in order to choose a date for the 2010 EuroTcl conference. Very few people answered it, and some others delyaed their answer due to unplanning possibilities. As I'm definitly convinced the EuroTcl should live, I propose you this new poll. PLEASE ANSWER EVEN IF YOU... 19 Mar 2010 09:17
TclUDP (and alternatives) On the Wiki there is a page (http://wiki.tcl.tk/8493) that says: Future direction The following does only indirectly pertain to TclUDP. These are some speculations on what a UDP package for tcl could look like.PT There is some work on a version 2 udp package which will drop the udp_open and udp_conf commands... 5 Mar 2010 06:07
Google Summer Of Code 2010 is coming. The 2010 Google Summer of Code [1] is starting and like in previous years the Tcl Community will apply to be a mentoring organisation. For details about that see our Google Summer Of Code page [2] at the Tcler's Wiki. We are looking for prospective students and mentors. Please spread the word wide and far. ... 4 Mar 2010 00:10
canvas scrolling (again) All: I've read a number of messages here on the group and I've been all over tcl.tk and I've looked at several books... and I guess there is something I'm missing... hopefully something obvious. I need a very large canvas. Only a portion of which will be visible. As I understand it, the canvas can be up to 32... 5 Mar 2010 17:20 |