in reply to Re^2: Tk bind key scrolled Text
in thread Tk bind key scrolled Text
You can leave out $entry2 by using $entry2->configure(-takefocus => 0); to omit $entry2 from the tabbing order, like my example did for the scrollbars. An Entry widget with -takefocus => 0 will still get the focus if the user clicks on it, however.
|
|---|