Spawn new window with FXRuby

Frank Thomas wrote:

I’ve created a simple menu in which i included an option “Help”->“About”.
When the user clicks “About” a new window should open with some information
(label with blabla and a button). How is it possible to make my main window
create a new one?

Many of the example programs included with FXRuby do exactly this –
display an “About…” box) when the user selects an “About…” option
from the “Help” menu. You should be able to copy the code from any of those.