ProjectController.py
changeset 1524 70fc5688741e
parent 1517 30692ab8b5c7
child 1548 3ebc08f75fef
equal deleted inserted replaced
1523:3519eee2bdf6 1524:70fc5688741e
  1559         if self.AppFrame is not None:
  1559         if self.AppFrame is not None:
  1560             self.AppFrame.LogViewer.SetLogSource(connector)
  1560             self.AppFrame.LogViewer.SetLogSource(connector)
  1561         if connector is not None:
  1561         if connector is not None:
  1562             if self.StatusTimer is not None:
  1562             if self.StatusTimer is not None:
  1563                 # Start the status Timer
  1563                 # Start the status Timer
  1564                 # Suppress WXDEBUG assertions, as happens by default with wx2.8
  1564                 wx.Yield()
  1565                 try:
  1565                 self.StatusTimer.Start(milliseconds=500, oneShot=False)
  1566                     self.StatusTimer.Start(milliseconds=500, oneShot=False)
       
  1567                 except:
       
  1568                     pass
       
  1569         else:
  1566         else:
  1570             if self.StatusTimer is not None:
  1567             if self.StatusTimer is not None:
  1571                 # Stop the status Timer
  1568                 # Stop the status Timer
  1572                 self.StatusTimer.Stop()
  1569                 self.StatusTimer.Stop()
  1573             if update_status:
  1570             if update_status: