Bibliotheken: Die Bibliothek EasyAndFastGUI zum Erstellen von grafischen Interfaces

 

Die Bibliothek EasyAndFastGUI zum Erstellen von grafischen Interfaces:

Die Bibliothek EasyAndFastGUI ermöglicht das Erstellen von grafischen Interfaces für benutzerdefinierte MQL-Programme.


Autor: Anatoli Kazharski

 

Hey together,

I tried this source, it worked. Really great work, thank you!

I tried to adapt it to my needs and it didn't worked. After hours of debugging i found it:

When the filename of the ExampleEA.mq5 is longer than 14 characters, than during the creation of the combobox, the function ResourceCreate() inside the Canvas class fails with error 4016 (ressource not found).

Is this behaviour known? Since i don't know the exact circumstances leading to this error i try to find out how to prevent such errors.



Update: I found a corresponding discussion with a quick solution here.

Lib 'EasyAndFastGUI': Creating Canvas fails with error 4016 after update build 2265
Lib 'EasyAndFastGUI': Creating Canvas fails with error 4016 after update build 2265
  • 2019.12.14
  • www.mql5.com
Hi guys, the following error occurs (which did not before releasing build 2265) when I create GUI elements with the EasyAndFastGUI library (https...