Hello,
When I update a text in a text box (just replacing the text of about 100 lines by a new one in a string, no formatting), it takes almost 1 second (measuring the time around setting the 'text' property, without the refresh). For comparison, the JS code that does regexp and many string manipulations per line and update a few other controls takes just 2 ms for the same data.
The TreeBox is much faster, in spite of having a few columns etc....
Anything I missed?
-- bitli