Discussion of article "Graphical Interfaces X: Word wrapping algorithm in the Multiline Text box (build 12)" - page 3

 

Nice readable code, comments, library structure!

I, as not a straight programmer, and even more so a newbie in OOP, on the basis of this series of articles, managed to build something like fixed (by price/time) notes on a chart + save/load to a file. I removed all the "trimmings" in the form of scroll bars and additional buttons and left only the canvas, each of which is an "object". I added the ability to change the canvas size via the usual OBJ_RECTANGLE.
In addition to the result, I also considerably improved my language skills.
Thank you!