After spending the weekend working on a bunch of TextEdit routines, we finally have multi-line support in the static TETextBox, which is used in dialogs to display the static text items. Until now, we only had single-line display working, while multi-lines were displayed as blanks.


Another nice benefit is, that as TESetText, TECalText, TEUpdate and related hooks were implemented for non-styled text, we are much closer to having actual text input fields also working properly – although there’s still a lot more work to get there.