in reply to Re: using scrollbars in Perl/Tk
in thread using scrollbars in Perl/Tk

Shortly after my post I figured out what I needed to do. The textbox does use the Scrolled method so that wasn't the problem. the Text command I had forgotten was $widget->see('position'). After implementing that it works just like it need it to.