portable GUIs
by Glenn Linderman other posts by this author
Jun 19 2008 8:30PM messages near this date
view in the new Beta List Site
Re: templates for parsing similar documents ???
|
Re: portable GUIs
So I've used Win32::GUI quite a bit, and been happy with it, but now I'm
faced with a project that wants to be portable, multilingual, manipulate
fonts and rich text, and wants to do printing.
Portability, for this project, means the big 3: Windows NT, Mac OS X,
Linux. Others would be nice -- Windows 9x, Windows CE, Mac OS 9,
Solaris, but that'll be on an "if easy" basis.
So I do a survey of GUI packages:
Win32::GUI -- no portability
Tk -- Portable. Supports Unicode & fonts. No rich text support. No real
printing support, not even in TCL/Tk. A few packages for specific
platforms, not all platforms supported, no abstraction for portable
printing APIs. No rich text support.
Wx -- Portable. Supports Unicode & fonts. Rich text support. Some
printing support on some platforms, not fully abstracted.
Qt -- Portable. Supports Unicode & fonts. Rich text support (looks like
HTML or XML to some extent). Abstracted printing support -- a few
things are limited to a subset of platforms.
So Qt sounds the best. Did I miss one of significance?
But now here's the kicker:
Perl::Qt hasn't been updated since 2003. PyQt had a recent release in
May 2008. Should I go learn Python?
--
Glenn -- http://nevcal.com/
===========================
A protocol is complete when there is nothing left to remove.
-- Stuart Cheshire, Apple Computer, regarding Zero Configuration Networking
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Glenn Linderman
Huub Peters
|