Re: [Activetcl] tclchecker and package checking
by Andreas Kupries other posts by this author
Oct 16 2007 10:06AM messages near this date
view in the new Beta List Site
[Activetcl] tclchecker and package checking
|
Re: [Activetcl] tclchecker and package checking
> I have some tcl code which uses Img, Iwidgets, and Tk.
>
> I'm using TclDevKit 4.0, along with teacup installed packages.
>
> What arguments do I need to give tclchecker so that it knows
> about the commands in these packages?
The command line does not allow the creation of new rules.
> I'm getting output such as
> Administrator.tcl:11 (warnUndefProc) undefined procedure:
> iwidgets::tabnotebook
> iwidgets::tabnotebook $adm.ts -tabpos n -width $totlngth -height 40
> ^
You will have to write a .pcx file as described at
http://aspn.activestate.com/ASPN/docs/Tcl_Dev_Kit/4.0/Checker.html#pcx_api
The standard .pcx files used by the checker can serve as examples. They are
wrapped within it and can be extracted with tclvfse, the virtual filesystem
explorer.
--
Andreas Kupries <andreask@[...].com>
Developer @ http://www.ActiveState.com
Tel: +1 778-786-1122
_______________________________________________
ActiveTcl mailing list
ActiveTcl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Larry W. Virden
Andreas Kupries
Thomas
|