in reply to Re: Tk bind key scrolled Text
in thread Tk bind key scrolled Text
Thank you very much for your example, which works very good! A limitation it seems to have is that - different to my approach - you can not 'leave out' some widget from this behavior. If you use the following in your code:
my @order = ($entry1 , $entry3, $text);
where $entry2 simply needs to be jumped, it does not work, i.e. it does not jump it. So, perfect solution if you want to use all widgets displayed, but not if you want just a set of widget to be affected.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Tk bind key scrolled Text
by jcb (Parson) on Sep 16, 2019 at 22:45 UTC |