From: Josef Wolf Date: 2006-09-01T15:00:34+09:00 Subject: Re: TkDialogBox missing? On Fri, Sep 01, 2006 at 12:01:13PM +0900, Hidetoshi NAGAI wrote: Thanks for your quick reply! (BTW: is Hidetishi your first name?) > From: Josef Wolf > > I am pretty new to ruby, but I have used perl/Tk in my previous life ;-) > > I can't find ruby's aequivalent to perl's Tk::DialogBox. I need to > > That is NOT a standard widget of Tcl/Tk. > Probably, it is a perl/Tk specific one. > > I think that "Dialog" widget of BWidget extension is one of > similar widgets. BWidget extension is written in pure Tcl/Tk. > So, it is not difficult to install. > Ruby/Tk supports BWidget extension by 'tkextlib/bwidget.rb'. It looks as if it is already installed on my suse box. But I can't find any documentation. I assume it is to be used similar to ruby/Tk? Anyway, I'll go dive into it. Thanks again!