I am not quite sure what it is you are expecting. But assuming that all you want to to show the hash keys and values in a Tk Entry box, then all you need is (untested)
Thanks, I have used something similar to handle the display of the data from the hash and it works just fine. My main concern was the need to reference the entry boxes by name after some data has been changed in them. After a good nights sleep I think I can use the orginal hash for this.