|
|
|
|
|
|
|
|
self.controller.resetInfo() |
|
|
self.controller.resetInfo() |
|
|
self.controller.addInfoText('Starten des gefuerten Buchstabierens -- ') |
|
|
self.controller.addInfoText('Starten des gefuerten Buchstabierens -- ') |
|
|
|
|
|
|
|
|
command = self.dll.getCommandCopyspellingVisuell().split(" ") |
|
|
|
|
|
|
|
|
command = self.dll.getCommandCopyspellingTaktil().split(" ") |
|
|
process = Popen(command, stdout=PIPE, universal_newlines=True) |
|
|
process = Popen(command, stdout=PIPE, universal_newlines=True) |
|
|
|
|
|
|
|
|
self.openVibeAktiv = True |
|
|
self.openVibeAktiv = True |
|
|
|
|
|
|
|
|
print("start freeSpelling") |
|
|
print("start freeSpelling") |
|
|
self.controller.resetInfo() |
|
|
self.controller.resetInfo() |
|
|
self.controller.addInfoText('Starten des freien Buchstabierens -- ') |
|
|
self.controller.addInfoText('Starten des freien Buchstabierens -- ') |
|
|
command = self.dll.getCommandFreespellingVisuell().split(" ") |
|
|
|
|
|
|
|
|
command = self.dll.getCommandFreespellingTaktil().split(" ") |
|
|
process = Popen(command, stdout=PIPE, universal_newlines=True) |
|
|
process = Popen(command, stdout=PIPE, universal_newlines=True) |
|
|
self.openVibeAktiv = True |
|
|
self.openVibeAktiv = True |
|
|
while True: |
|
|
while True: |