Menu

Commit [r10260]  Maximize  Restore  History

The about relaxGUI panel does not create its own wx application.

removed in about.py:
- app = wx.PySimpleApp(0)
- wx.InitAllImageHandlers()
- start = MyFrame(None, -1, "")
- app.SetTopWindow(start)
- start.Show()
- app.MainLoop()

changed:
xw.Frame to wx.Dialog in about.py

moved in _init_.py (main folder):

+ # start wx Application
+ relaxGUI = wx.PySimpleApp(0)
+ wx.InitAllImageHandlers()

--> to start one wx application for about panel and main relaxGUI window

bugman 2010-01-20

changed /branches/bieri_gui/gui_bieri/__init__.py
changed /branches/bieri_gui/gui_bieri/res/about.py
/branches/bieri_gui/gui_bieri/__init__.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/res/about.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.