herbert breunung wrote:
wxFD_HIDE_READONLY is the logical changed name of wxHIDE_READONLY
Got it. wxHIDE_READONLY is only defined if compatibility to wxWidgets 2.4 is enabled.
i confess i've seen it in 2.9 documentation as you see in http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin_commondialogsoverview.html#wxfiledialogoverview seems that Wx guys have overseen it themself when the renamed the FD constant. unfortunatly PPI::Tester depends on that constant and dont start now under new Wx. thanks for inverstigation
Given the above I think PPI::Tester should be updated not to use wxFD_SAVE, that should do the same thing. I can add wxFD_HIDE_READONLY as alias to wxFD_SAVE, but using it directly seems the easiest solution. Regards, Mattia
