let
      taNode = getVNodeById( kstring("textareaPlainContent") )

textareaPlainContent = kstring("A new content")

taNode.value = textareaPlainContent

?How to redraw or refresh the textarea here?

taNode.setInputText(textareaPlainContent) # doesn't work

markDirty( VComponent(taNode) ) # doesn't work

redraw() # doesn't work 

Reply via email to