From: Intransition Date: 2011-11-01T15:28:41+09:00 Subject: Re: Good GUI for buisness focused application On Oct 31, 8:40 pm, Jaxxa wrote: > What would be a good Graphical User interface for use with a buisness > focused application. > I have not much experiance with Ruby and am looking at ways to create a GUI > diplaying tabs, tables and all the boring interface stuff. > > I had a look at Shoes and FXRuby. > Shoes did not apear to have the functionality that I wanted and seamed more > suited to games and playing around rather than a more profeshional > interfaces. > FXRuby looks like it will work well with what I need to do, but I am a > little heasatent to use it because it has not been updated in years. > > I was wondering if anyone had any advice on a more updated GUI framework or > if you had any problems you had with FXRuby. Who is the app for? If it will just be used by Windows users than I believe there are binding for Windows UI. If you want cross platform then seriously consider using web technologies. Even if the user has to run a servlet in the background it's a pretty good way to go. Beyond that Tk has improved a lot and may be a good choice.