tk::mac::ShowPreferences in Tcl/Tk Linux version? [solved] I had not thought through the issue: The if condition tells the Linux Tcl/Tk at runtime not to compile this procedure and therefore the unknown namespace is no problem. And if the programm is executed on a Mac then the procedure will be successfully compiled because wish on the Mac knows the namespace. Thank... 26 Feb 2010 17:33
launch default editor for windows hello, is there any trick to programatically get the default editor that is setup on a particular PC and launch it via TCL and then load a file? let me know,. Thanks ... 1 Mar 2010 12:30
Looking for updated info on tclsoap and in particular SOAP::WSDL I looked at tclsoap.sf.net for mailing lists, web forums, etc. and, since I didn't find any, decided to stop by here for information. The sf.net site of released files for tclsoap are pretty old - nearly six years old. The front page status of changes seems to indicate that the last change was nearly a year ago.... 2 Apr 2010 15:56
748300 Up to date Net and Tech news, knowledge, empowerment 01 I fell in love with the net and all the compuiter teahcnology in the very early years and have loved it ever since, I have an IT Degree and Communications degree and will be working on my doctorate for the next five years, in bwetween I design websites, databases, Multimedia Produxction or anything that wil make me a p... 26 Feb 2010 06:19
tk::mac::ShowPreferences in Tcl/Tk Linux version? When I define a procedure tk::mac::ShowPreferences working on a Mac Leopard Snow with the Mac version of ActiveState Tcl/Tk I can use the Mac Preference menu without problems. Great work! But normally I work on a Unix platform compiling my program with tclkit-darwin-aqua for a Mac Platform. And defining a pro... 26 Feb 2010 15:19
blt-20100206.tar.gz on ftp://www.tcl.tk/pub/tcl/nightly-cvs/ It appears this BLT file was placed there a couple of weeks ago on Feb. 7, 2010. I downloaded it but couldn't get the example scripts to run. It seems some files are missing, such as pkgIndex.tcl and BLT24.dll. Has anyone else tried looking at it? Regards, sd/ ... 26 Feb 2010 16:26
Active State base-tcl8 vfs::ftp Error can't find package ftp On 25 Feb., 07:25, Andreas Kupries <akupr...(a)shaw.ca> wrote: Anton Prokofiev <a.d.prokof...(a)googlemail.com> writes: Hello,All! I've tried to use vfs::ftp I use Active State's base-tk8.5-thread-linux-ix86 ====== % package require vfs 1.4.1 % package require vfs::urltype 1.0... 25 Feb 2010 04:45
How to change fg color of specific words in a text widget I need to change the foreground (or background) color to highlight only specific words in a scrollable text widget. Is there a way to embed formatting control codes (sort of like ansi escape codes) in the content of a text widget to cause this? Thanks Jim --- news://freenews.netfront.net/ - complaints: ... 25 Feb 2010 09:07
namespace unknown not quite what I expected consider the following: namespace eval a {} proc a::unknown {args} {puts stderr "my unknown ..."} namespace eval a {namespace unknown ::a::unknown} a::help --> invalid command name "a::help" namespace eval a {help} --> my unknown ... I assumed that the unknown handler local to the namespace would be invoke... 25 Feb 2010 14:48
Active State base-tcl8 vfs::ftp Error can't find package ftp Hello,All! I've tried to use vfs::ftp I use Active State's base-tk8.5-thread-linux-ix86 ====== % package require vfs 1.4.1 % package require vfs::urltype 1.0 % package require vfs::zip 1.0.3 % package require vfs::ftp can't find package ftp % ====================== I've unwraped this file with sdx an... 25 Feb 2010 02:35 |