kean has asked for the wisdom of the Perl Monks concerning the following question:
When i create a Tk-Hlist and put two or more Tk-Entry widgets in it, the tab order is reversed.
For example i have three Hlist rows and the cursor is in the second rows entry. Now i press the tabulator key and the cursor jumps to the first entry and not to the third one.
Is there a way to fix this?