Edgardo Hames ha scritto: > Hello dear Rubyists, > > I finally managed to complete the implementation of the kdialog > wrapper. This new version includes progress bar and icon support. > > "KDialog is a wrapper class for KDE kdialog application. kdialog is a > simple (easy to use) program which lets you build GUIs for your apps > and scripts. The KDialog class tries to bring that simplicity into > your Ruby programs." > > For those anxious to try it out, just point your browser to > http://kdialog.rubyforge.org or > http://rubyforge.org/projects/kdialog/ > > I have developed it under Gentoo + KDE 3.3.1. However, you should be > able to use it on any version of KDE >=3.1 without modifications. > > Please, send me suggestions, contributions and feedback. just a thing. It would be nice it KDialog::NO and KDialog::CANCEL had false values (i.e false and nil) so that you could write if Kdialog.new("Test").yesno('Do you like this class?) p 'thanks' else p 'then go playing with curses' end