Which GUI toolkit to use?

Cliff Wells logiplexsoftware at earthlink.net
Tue Feb 5 20:31:36 EST 2002


On Tue, 5 Feb 2002 20:07:41 -0500
Joshua Muskovitz wrote:

> Specifics:
> 
> 1.  Needs to run on Windows platform.
> 2.  Needs to easily support completely custom paint (buttons, scrollers,
> listboxes, etc).
> 3.  Needs to handle simple input (editboxes, onLeftClick events).
> 
> The goal is to produce an app that runs full screen on a Win platform,
and
> is interacted with via a touchscreen.  I would like to just paint the
whole
> damn thing myself, but a widget manager will make input handling easier.
> There will be a lot of bitmaps making the whole thing pretty.
> 
> Tk seems like it is a pain to use, wxWindows seems like it doesn't make
> painting easy, pythonwin (win32ui) might be the way to go, ...

What do you mean "custom paint"?  I highly recommend wxPython.  If you are
referring to putting bitmaps on windows, buttons, etc, this is very doable
in wxPython.

> Decisions, decisions.  There wouldn't be anyone around here who has an
> opinion, is there?  :-)
> 
> --
> # Joshua Muskovitz
> # joshm at taconic.net
> def lyyrs(sig): return '-'.join(sig.split()+["ly y'rs"])
> lyyrs('Hire me!  I need the work!')
> 
> 
> 
> 
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----==  Over 80,000 Newsgroups - 16 Different Servers! =-----
> -- 
> http://mail.python.org/mailman/listinfo/python-list


-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308  (800) 735-0555 x308

"Then with your new power you'll accomplish all sorts of cool stuff 
 in no time, and We'll All Be Sorry.  At that point you can either 
 gloat a bit, and then relent, or go ahead and send the robot army 
 after us." - Quinn Dunkan




More information about the Python-list mailing list