Morten wrote: > Hi. > > > I'll be building a small app which should look and feel native on > Windows and Mac OS X and optionally run on Linux. I'm thinking Ruby/Tk > and deployment via Erik Veenstras sweet ruby2exe work. > > > I do not have any UI toolkit experience at all, anyone care to share > some insight in what other toolkits could be interesting? > > > Thanks. > > > Morten You have a lot of other options, such as Qt (http://developer.kde.org/language-bindings/ruby/index.html), Wx (http://wxruby.rubyforge.org/), Fox (http://www.fxruby.org/), GTK (http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby%2FGTK), Widestudio (http://www.widestudio.org), VisualuRuby (http://sourceforge.net/projects/vruby/), etc. Once you find a kit you like stick with it and write some test programs using it. Experimenting with a couple at a same time can confuse you. At least from my humble experience.