I just switched over to wxPython 2.9.1.1 to try and solve an issue I
was having with wxPythoh 2.8.11. However, the first thing I got when
running my app was the error message that wxDIALOG_MODAL is an
'unknown style flag' in XRC.
Is 2.9.1.1 incomplete or has something changed in terms of style flags?
That style has been removed from 2.9.x.(and its value in 2.8 was zero, so it didn't actually do anything anyway.) Try removing it from your XRC file and run again.
···
On 4/17/11 1:58 AM, BigPilot wrote:
I just switched over to wxPython 2.9.1.1 to try and solve an issue I
was having with wxPythoh 2.8.11. However, the first thing I got when
running my app was the error message that wxDIALOG_MODAL is an
'unknown style flag' in XRC.
Is 2.9.1.1 incomplete or has something changed in terms of style flags?