From: Lyle Johnson Date: 2008-09-06T07:02:21+09:00 Subject: Re: closing DialogBox in FXRuby On Fri, Sep 5, 2008 at 1:24 PM, MAwiniarski wrote: > I've got opened MainWindow and DialogBox in which I want to manipulate > some data, using entry form and methods. > > How to close DialogBox to return to MainWindow not using standard "OK" > "Cancel" buttons ? Something like this should work: getApp().stopModal(dialogBox, true) dialogBox.hide Hope this helps, Lyle