Hi again,
I tried to use your control in immediate mode, I mean that for each tick I set my text, I call Render() and I get the text thru AllText property.
Unfortunately, in that mode, when I delete or backspace with cursor at column 0, the exception below is raised:
Can you do something for that?
Or maybe it is not attended at all to set and get AllText at each tick?
In fact, I'm doing that to be able to detect any change done in code when user types. Is there another way to proceed?
Regards