Joel VanderWerf wrote: > http://www.ruby-lang.org/raa/list.rhtml?name=foxtails > > FoxTails is a set of extensions for FXRuby. (FXRuby is the Ruby bindings > for the Fox C++ GUI library. See http://fxruby.sourceforge.net.) > > This is an alpha release, so documentation is still very sketchy, and > there are no tests. There are examples, though. See also the comments in > foxtails.rb for a basic roadmap of the library. <snip> > FoxTails also includes some "megawidgets", such as a dir broswer with > bookmarks. See examples/file-browser.rb and examples/simple.rb, which > also shows how easy it is to link multiple widgets to a ruby object > attribute. See foxtails.rb for brief descriptions. Interesting package, could be quite useful. Just wanted to mention that examples/simple.rb doesn't work with Ruby WinInstaller 1.7.3-7 (only tested with that so far). I get an error dialog stating "wrong argument type: expected true or false". Unfortuantly there is no other information to indicate where the problem occured. Rob