Re: how to run tkinspect
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: how to run tkinspect

From: Andre Arpin <arpin@kingston.net>
Date: Sun Jan 01 2006 - 03:57:25 CET

"Andre Arpin" <arpin@kingston.net> wrote in message
news:H6udne5aQqN5TSveRVn-tA@wtccommunications.ca...
>I have installed tkinspect
>
> I run it up
>
> run a small tk program
>
> button .b -command exit
> pack .b
>
> look under the file/select interpreter menu I only see tkinspect
>
> how do I get tkinspect to see my running program?
>
> I have version 8.5a3 of tcl and tk
>
>
>

add the following lines to the application

  package require dde
  dde servername TestApp
Received on Tue Jan 3 03:10:01 2006