Search code examples
textareapythoncard

Pythoncard textarea how to set text


I have created a textarea in my python project using Pythoncard

The problem is, I don't know how to call it in my project to change the text. It's called myTextArea.

Thanks


Solution

  • see the TextArea doc here: http://pythoncard.sourceforge.net/framework/components/TextArea.html

    I think the methods you want to use are appendText and writeText