Discussion of article "Graphical Interfaces XI: Integrating the Standard Graphics Library (build 16)" - page 2

 
Anatoly, thank you very much for your work. It is a very necessary thing. In the comments to this article, you said that a help was planned. Has nothing changed in your plans? Will it be? Or is it already available somewhere?
 
Vasiliy Pushkaryov:
Anatoly, thank you very much for your work. It is a very necessary thing. In the comments to this article, you said that a help was planned. Has nothing changed in your plans? Will it be? Or is it already available somewhere?

I was only reassuring for nothing. There will definitely not be a reference in the near future. The plans have been adjusted and I am already busy with another project.

Use the examples from the last articles for now.

 
Anatoli Kazharski:

I was just getting my hopes up for nothing. There's definitely not going to be a reference anytime soon. The plans have been adjusted and I am already busy with another project.

Use the examples from the latest articles for now.


I see. Well, it's good that you have detailed comments, moreover, in "Russian". I'll figure it out slowly.

 

This is really a GIANT FREAKING DISGRACE

2 of my applications based on this supposedly easy and fast GUI no longer work and the author refuses to fix it.

But I guess he got money for his articles.

Doesn't Metaquotes care about anything?

 

"If you have any questions about the use of the material in the article, you can ask them in the comments section."

It says at the end of the article.


YES, AND WHAT DO I GAIN IF NOBODY ANSWERS?


The author says he doesn't have time. This .................

 
Otto Pauser:

"If you have any questions about the use of the material in the article, you can ask them in the comments section."

It says at the end of the article.


YES, AND WHAT DO I GAIN IF NOBODY ANSWERS?


The author says he doesn't have time. This .................

I haven't worked with mt5 or even this library yet, but:

  1. I would think, however, that the latest version replaces or should replace all previous ones - at least that would be correct in my opinion!
  2. If you don't get an answer here, write on the comment page of the original (https://www.mql5.com/ru/forum/212721) with your text in German, English and Russian. Simply use google-translate for the translation.
(A little trick, I once read that google-translate apparently always translates German-Russian via English, so first into English, correct it if necessary and then into Russian).
Обсуждение статьи "Графические интерфейсы XI: Интеграция графической стандартной библиотеки (build 16)"
Обсуждение статьи "Графические интерфейсы XI: Интеграция графической стандартной библиотеки (build 16)"
  • 2017.08.04
  • www.mql5.com
Опубликована статья Графические интерфейсы XI: Интеграция графической стандартной библиотеки (build 16): Автор: Anatoli Kazharski...
 

Hi,

Thanks for the great series of articles.
Is there a way to create a simple button to chart? (Not to a form) for MQL5
If so can you please give me an example?

Thanks in advance

 

TextLabel - once created can't the text and colour be changed?

 
Pavel Kolchin:

TextLabel - once created, can't I change the text and colour?

You can.
 
Artyom Trishkin:

m_text_label0t.LabelColor(0x00ff00);

m_text_label0t.LabelText("123");

It doesn't work for me.

I mean, if you call it up.

Print("color = "+m_text_label0t.LabelColor());

Print("text = "+m_text_label0t.LabelText());

there are changes, but not visually.