(self, event)
| 59 | self.SetupWindowTimer_action = recvData |
| 60 | |
| 61 | def SetupWindowAction(self, event): |
| 62 | if(self.SetupWindowTimer_action != None): |
| 63 | return gui_server.readAction(self) |
| 64 | if(self.myScript.programrunning == False): |
| 65 | self.POLDie() |
| 66 | |
| 67 | def BugReport(self, event): |
| 68 | try: |