2010-01-07 7 views

Répondre

0

A partir de la classe GUI généré PythonCard:

self.components.myTextArea.clear() ## clear the TextArea 
self.components.myTextArea.text = "initial text" ## directly set text 
self.components.myTextArea.appendText("\nhello world") ## append text 
self.components.myTextArea.writeText("\nhello world2") ## append text 
Questions connexes