From: gregarican Date: 2005-09-14T22:06:33+09:00 Subject: Re: TkDialog question Stephen Kellett wrote: > I have a TkDialog that I just want to display and then get the answer > from it. I was wondering if it was possible to do this without deriving > from the class. Its a simple dialog box with a Yes/No question. Try the TkMessageBox. See http://members.at.infoseek.co.jp/shiroikumo/ruby/rubytk/index-en.html for details.