From: Lyle Johnson Date: 2004-01-24T00:29:58+09:00 Subject: Re: FXRuby: adding child widgets after #run has started Yuri Leikind wrote: > Is there a way in Fox to add widgets after the widget hierarchy has been built and > FXApp#run has started? > > Say, I have an empty FXScrollWindow, and I want to add FXMatrix to it with > lots of its own children, on some event (button click, etc). > > So far, I have not found a way to see the widgets I've added. See this question from the FOX FAQ list: http://www.fox-toolkit.org/faq.html#CREATELATER If you add widgets after the program's started, you'll need to call create() on them after adding them.