Windows XP, Python 2.2.2, wxPython 2.4.0.4 or higher
My application uses a wxNotebook and each page of the notebook has a
wxListCtrl. The application works fine if I run without the manifest file
although of course it does not have the XP look. With the manifest file,
the application exits ungracefully as it attempts to display the second page
of the notebook. It's not essential that the application have a native XP
look, but I was wondering if anyone else has seen this or has a fix.
Windows XP, Python 2.2.2, wxPython 2.4.0.4 or higher
My application uses a wxNotebook and each page of the notebook has a
wxListCtrl. The application works fine if I run without the manifest file
although of course it does not have the XP look. With the manifest file,
the application exits ungracefully as it attempts to display the second page
of the notebook. It's not essential that the application have a native XP
look, but I was wondering if anyone else has seen this or has a fix.
Yeah, there is something going on with wxListCtrls in XP. I don't know what yet though...
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!