Following the discussion on an another forum about this pyQt application http://dosimple.ch/articles/Python-PyQt/ , I decided to port it to
wxPython (interface only).
I found the interface challenging : two "sizerized" panels in a SplitterWindow in a Frame, one panel holding a ListCtrl. (It took me "some" time until I found the magic for a proper panel size during initialization...).
The application has been tested on w2k, py25, wxPython 2.8.4.0-ansi/unicode.
I'm interested in
- comments, of course
- knowing if this application run out-of-the-box on "linux", especially
Ubuntu/GNOME
- OS X ? According to the wx doc, MenuItem do not support icon on that
platform. True?
On Mon, 04 Jun 2007 16:57:59 +0200, jmf <jfauth@bluewin.ch> wrote:
Hi,
Following the discussion on an another forum about this pyQt application Index of /articles/Python-PyQt , I decided to port it to
wxPython (interface only).
I found the interface challenging : two "sizerized" panels in a SplitterWindow
in a Frame, one panel holding a ListCtrl. (It took me "some" time until I found
the magic for a proper panel size during initialization...).
The application has been tested on w2k, py25, wxPython 2.8.4.0-ansi/unicode.
I'm interested in
- comments, of course
- knowing if this application run out-of-the-box on "linux", especially
Ubuntu/GNOME