git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26107
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if itemText == self.overviewText:
self.LoadDemoSource('Main.py')
self.SetOverview(self.overviewText, overview)
if itemText == self.overviewText:
self.LoadDemoSource('Main.py')
self.SetOverview(self.overviewText, overview)
self.tree.Refresh()
# in case runTest is modal, make sure things look right...
self.tree.Refresh()
# in case runTest is modal, make sure things look right...
- self.nb.Refresh();
- wx.SafeYield()
+## self.nb.Refresh();
+## wx.SafeYield()
self.window = module.runTest(self, self.nb, self) ###
if self.window is not None:
self.nb.AddPage(self.window, 'Demo')
self.nb.SetSelection(2)
self.window = module.runTest(self, self.nb, self) ###
if self.window is not None:
self.nb.AddPage(self.window, 'Demo')
self.nb.SetSelection(2)
- self.nb.Refresh() # without this wxMac has troubles showing the just added page
+## self.nb.Refresh() # without this wxMac has troubles showing the just added page
else:
self.ovr.SetPage("")
else:
self.ovr.SetPage("")
os.chdir(demoPath)
except:
pass
os.chdir(demoPath)
except:
pass
- app = MyApp(wx.Platform == "__WXMAC__")
+ app = MyApp(0) ##wx.Platform == "__WXMAC__")