Chas. Owens wrote: > On Sun, Jun 15, 2008 at 15:34, Francisco Valladolid <[EMAIL PROTECTED]> wrote: >> Hi Folks. >> >> I need write a desktop app based on Perl, and need opinions about the >> best GUI choice, for this purpose. >> >> I saw Qt from Trolltech ( http://perlqt.sourceforge.net/ ) and look >> fine, with a complete set of libraries and good support . >> >> Gtk+ looks fine too. >> >> Tk, it default GUI, but don't consider it for a complete desktop app. >> >> Can you suggest to decide take the best choice. > snip > > I like Gtk2*, but some people like Wx**.
WxWindows is the best designed GUI API that I know, and is that way because it has been designed from scratch instead of being built on top of an existing API. If you have no previous experience with any GUI API then I recommend it wholeheartedly, but remember that all GUI work is complex and, whatever you choose, it will take you more than a few minutes to create something that works. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/