Hi all,

I'm just getting my feet wet in Tcl::Tk, so be gentle with me. I'm trying to 
run the (first) Native look-n-feel script found at 
http://vkonovalov.ru/cgi-bin/perl-tcltk-wiki.cgi/41, but I get the following 
error:

Tcl error 'invalid command name "ttk::checkbutton" at 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tcl.pm line 455.
' while invoking array result call:
"ttk::checkbutton .ttkcheckbutton02 -text chk1" at 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tcl.pm line 456
Tcl::call('Tcl::Tk=SCALAR(0x804c8d8)','ttk::checkbutton','.ttkcheckbutton02','-text','chk1')
called at /usr/lib/perl5/site_perl/5.8.0/Tcl/Tk.pm line 1622
Tcl::Tk::Widget::__ANON__('Tcl::Tk::Widget::MainWindow=SCALAR(0x8114480)','-text','chk1')
called at /usr/lib/perl5/site_perl/5.8.0/Tcl/Tk.pm line 2255
Tcl::Tk::Widget::AUTOLOAD called at /usr/lib/perl5/site_perl/5.8.0/Tcl/Tk.pm 
line 2648
Tcl::Tk::Widget::MainWindow::AUTOLOAD('Tcl::Tk::Widget::MainWindow=SCALAR(0x8114480)','-text','chk1')
called at NativeLooknFeel.pl line 16


----------
So, what's wrong, and how do I solve this?

Reply via email to