ProjectController.py
changeset 1529 0a131f6a4c86
parent 1524 70fc5688741e
child 1548 3ebc08f75fef
equal deleted inserted replaced
1528:d551f2925a86 1529:0a131f6a4c86
  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: