Discussion of article "Graphical Interfaces X: Text Edit box, Picture Slider and simple controls (build 5)" - page 5
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
Is there any limitation on the number of characters in CTextLabel? I don't output all the text I set m_text_label_Info.LabelText("...");
From the article:
Otherwise, there is nothing else in the CTextEdit class that has not been covered in the previous articles in this series. Therefore, you will be able to familiarise yourself with its features. The current version of the "Text input field" element has a limit of 63 characters.
All graphical objects of the terminal have this limitation. You can bypass it only by drawing text on an object of OBJ_BITMAP_LABEL type.
In the next version of the library all elements will be drawn, so there will be no such limitation.
From the article:
All graphical objects of the terminal have this limitation. You can get around it only if you output text by drawing it on an object of OBJ_BITMAP_LABEL type.
In the next version of the library all elements will be drawn, so there will be no such limitation.
Got it, thanks for the answer, I apologise for inattention.
Hi, why is there no case for text input in MT4?
I guess some functions must be supported by MT5, but text input should be possible in MT4.
Thank you for your hard work, I hope to see the MT4 text input box soon, thank you!