!7 sclass FullSpeechLog > DynTextArea { void start { setField(noGrab := true); setText(lines(katze_getFullLog())); onSpeechRecognized(voidfunc(S s) { printToText(s) }); } }