--- a/LPCManager.py Tue Jul 04 12:36:46 2017 +0200
+++ b/LPCManager.py Thu Jul 06 14:47:47 2017 +0200
@@ -2338,13 +2338,13 @@
Beremiz.__init__(self, parent, projectOpen, buildpath, ctr, debug)
+ def Show(self, loading=True): - loading = splash.SmartehScreenSplash(self, bitmap=GetPath(splash.SPLASH_FN), signal=signal_init)
- thread = Thread(target=loading.Show)
+ loading_splash = splash.SmartehScreenSplash(self, bitmap=GetPath(splash.SPLASH_FN), signal=signal_init) + thread = Thread(target=loading_splash.Show) def CheckEnabler(self, event):
@@ -2353,8 +2353,6 @@
def OnCloseFrame(self, event):
@@ -2556,16 +2554,14 @@
+ def Show(self, loading=False): self.CTR.SetAppFrame(frame, frame.Log)
self.CTR.UpdateMethodsFromPLCStatus()
self.restore_last_state = True
- # signal_init.send("show")