Example #1
0
 def run(self, para=None):
     if TextLogManager.get('Recorder') == None:
         f = lambda: MacrosEditor('Recorder').Show()
         wx.CallAfter(f)
Example #2
0
 def run(self, para = None):
     if TextLogManager.get('Recorder')==None:
         wx.CallAfter(pub.sendMessage, 'macroseditor', title = 'Recorder')
Example #3
0
 def run(self, para=None):
     if TextLogManager.get('Recorder') == None:
         MacrosEditor('Recorder').Show()