Hi,
first, I must apologize I can’t give small runnable app because it would be too complicated. The problem is related to wx.Notebook class and appears on Windows but not on Linux. As you can see from the screenshot [1] the notebook pages are empty although there should be some controls [2]. Have anyone seen this problem? The page of notebook is a scrolled panel, its parent is the notebook. First notebook is created, then pages and all the controls are created and then they are added to the notebook (I also tried to add pages and before creating controls ). I use my own subclass of wx.Notebook, however it does nothing special (just for accessing the pages by names and not indices.) Surprisingly this issue is related only to wx.Notebook class, I use also wx.ListBook and lib.agw.FlatNotebook and these are ok on Windows. Also I must add that no error appears.
Anyone has an idea what could be wrong?
Thanks,
Anna
[1] Windows: http://osgeo-org.1560.n6.nabble.com/file/n4998104/notebookstyle_windows_basictop.png
[2] Linux: http://osgeo-org.1560.n6.nabble.com/attachment/4997924/0/basicTop.png