Discussion of article "Graphical Interfaces X: Word wrapping algorithm in the Multiline Text box (build 12)" - page 3
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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!