GUI to browse and select images

M.E.Farmer mefjr75 at hotmail.com
Wed Oct 6 23:10:04 EDT 2004


Kent, 
    Sorry for the delay. I wrote you a nice reply and then killed it
with an accidental click . Oh well.....
wxPython is a c++ based framework (wxWidgets) with many backends.
The best way to learn it is to run the demo and play with the code.
Got to 'http://www.wxPython.org' and download the latest build and be
sure to grab the demo (if you are on windows it is built into the
distro).
Install it and run the demo. It is an easy install.
The docs are based on c++ but they are easy to use and are on the net
also.
wxHtmlWindow supports a few protocols and can load in memory files.
There are many events exposed by wxWidgets and wxHtmlWindow has many
available.
Decide on functionality and set handlers for those events
(LeftClickUp,RightClickDown, etc..)You should be able to do anything
want with it.
But, I have been wrong before :) 
"ktenney at gmail.com" <ktenney at gmail.com> wrote in message news:<1097073729.888027.108140 at k26g2000oda.googlegroups.com>...
> M.E.,
> 
> Good ideas.
> 
> I'm using PIL, it's great, and getting better.
> I don't know anything about wxPython other than it comes
> highly recommended.
> 
> I really like the html based approach.
> 
> Could you give me (or point me to) a brief description of how
> wxHTMLWindow works?
> 
> Does it provide for selecting multiple items? (required for this app)
> Thanks,
> Kent



More information about the Python-list mailing list