These Forums Have Moved
The Komodo forums have moved to a new home at community.komodoide.com, please head over there to post your topics!
Note that the new forums are a fresh start - you will have to register a new account.
I've installed TDK 5.4, and the checker is no longer checking Tk commands. They are all flagged as undefined. The script I am checking includes a "package require Tk", and checks OK with TDK 5.3. If I run TDK 5.4 tclchecker with the -verbose option I see:
Packages Checked | Version
-----------------|--------
Tcl 8.5
Number of Errors: 0
Number of Warnings: 1
Number of messages per id:
--------------------------
warnUndefProc 1
Commands that were called but never defined:
--------------------------------------------
frame
Additional diagnostics.
--------------------------------------------------------------
Number of package uses without PCX definitions: 1
Note: Use option -v or -check pkgUnchecked to see package names.
This issue cannot be fixed in the Tcl code which was checked.
Talk to the administrator for your Tcl Dev Kit installation
about installing additional PCX files.
Tk.pcx was split out to allow better support for custom definitions, but there's still a place where the old way remains. We're working on a fix.