Jeff Hobbs wrote:
There is no Iwidgets included in the tkkit that ships with ActivePerl. The
included modules are listed here:
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Tcl/tkkit.html
Excellent -- thank you.
I've tried setting $tcl_pkgPath and $auto_path, both in the Tkx
namespace and in the main namespace to no effect.
Can you describe how you did this?
I didn't do it very intelligently:
$Tkx::auto_path = "/Library/Tcl";
$Tkx::tcl_pkgPath = "/Library/Tcl";
and so on.
I will be glad to assist in telling how to make another module work ... but
you don't want to use Iwidgets, IMO. It is an outdated widget set that has
been superceded by tile and BWidgets.
Jeff
Okay, are there any generic instructions that can be used for a package
not included in the tkkit?
Thank you,
kjw