From: wsdngtmp@... (Sascha Doerdelmann) Date: 2004-05-19T18:43:47+09:00 Subject: Re: FoX: removing widgets Yuri Leikind wrote: > When I need to delete some widget, I do it like this: > > parent_obj.removeChild(obj_to_remove) > > and then create and recalc For me it often works to make the child invisible instead of removing it. But when I hide a child I might want to change the layout to use the new space. I did not find the method "layout" which is implemented in FOX but seems to be missing in fxRuby. I chose to just resize the app to it's current size which implies a layout change. Cheers Sascha