> I made script that used Tcl::Tk 0.82 and it worked like a > champ. When > I upgrade to 0.92 however, it no longer works: > > can't find package widget::scrolledwindow at /usr/lib/perl5/ > site_perl/5.8.8/Tcl/Tk.pm line 844.
Scrolled() was reorganized - its logic moved into Tcl/Tk, IMO this is better approach, but it requires some more prerequisites from Tcl/Tk side. this means you should check whether you have 'tklib' in your tcl installation > > I have no idea where to find this function, I tried upgrading to the > latest tcllib, but no dice... tklib also needed... Sorry for this incompatibility. Required component comes with ActiveTcl, so my attentiveness was calmed down. Vadim.
