I'm using Tkx with Perl 5.10 & Tcl 8.5.5 on Win32 & Mac.
 
I'm trying to figure out how to use the various ttk "themed" widgets.
 
I've made various attempts including:
 
 Tkx::lappend('::auto_path', 'C:/Tcl/lib/tk8.5'); 
Tkx::package_require ("ttk");
 
and
 
Tkx::lappend('::auto_path', 'C:/Tcl/lib/tk8.5'); 
Tkx::package_require ("ttk::combobox");
 
but neither of the above worked, each resulted in a "can't find
package..." error.
 
If it means anything, I did notice that within the "ttk" folder, there
is no pkgIndex.tcl file, but maybe that's by design.
 
I also saw that the Tcl sample code has a "package require Ttk", so I
didn't think it was 'bundled in'.
 
Any help is appreciated.
 
Thanks,
Mike
 
 

Reply via email to