Hi,
I have a problem with a panel which has two child panels (A and B), only one of these two are shown depending on data shown.
Panel A shows wine related data and Panel B has spirit related data.
When I select a wine panel 'A' is shown and 'B' is hidden.
All this works fine on Win 7, Win XP and probably also Vista but on 8.1 I have parts of the controls which are on the second hidden panel show through, the controls in question are a custom popup control, which has a wx.StaticText and that is what is showing through. Worse still if I then click on the button which is contained in one of these popup controls on the first panel which is shown the app hard crashes.
The popup control behaves correctly, even on 8.1, on panels which don't have a second hidden panel.
This is with Py2.7.6 and wxPython 2.9.5 and the same with wxPython 3.0.0
Does anyone have any idea what this might be caused by and any suggestions on how I might be able to work around it.
Werner