Usually I do two different line. Same x position with different y position.
Matus German:
I have the same question. If you have already solved, could you share the solution for me? In the button.mqh, it seems there is no X,Y position setting for text lines. I want to create a button from button.mqh with text in 2 lines
but the \n is ignored in
myButton.Text("Line \nNew Line");
I'd like to create a trading pane like MT4's one click traiding panel. In the MT4's one click trading panel, there are 3 types of font size are used. So that, I also would like to attach 3 texts in one button.
In the CButton of Standard Library, it seems only one text could attched in one button.
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
I want to create a button from button.mqh with text in 2 lines
but the \n is ignored in
myButton.Text("Line \nNew Line");