From: DBH Date: 2007-04-23T07:51:46+09:00 Subject: refreshing a ruby tk window/scrollbox I have a TkScrollBox object that displays a list of records. I want to sort the list and filter it in various ways, but the only way I've figured out how to do this is to get rid of the old window and create a new window with the sorting option. My question is, is there a way to refresh a TkScrollBox or the window itself so I don't have to create a new window each time? Thanks in advance, DBH -- Posted via http://www.ruby-forum.com/.