alex fenton wrote: >> 1. Given an FXTreeList wherein I add or change an item, how do I get the >> tree to redisplay? > > IIRC (I don't have the app running in front of me now) it just worked > when I added a new item: > > leaf = tree_list.addItemLast(...) > tree_list.expandTree( tree_list.currentItem ) It may have been renaming items that was the issue. I'll check. >> 2. Given an MDIClient where I add or resize an MDIChild, how do I get it >> to display? > > This worked for me: > > mdi_child = FXMDIChild.new( mdi_client, ...) > mdi_child.create() It doesn't for me. Out of curiosity, what is your version of fxruby and of Fox? Thanks, Hal