Libraries: EasyAndFastGUI library for creating graphical interfaces - page 29

 
Thank you, you are the best!!
 

Hi, also bought this, but cannot run examples, no images


#define CUSTOM_RESOURCE_PATH "Images\\EasyAndFastGUI\\Icons\\"

#resource "\\" CUSTOM_RESOURCE_PATH "s400_server_off_1.bmp"
 
Meelis Hynninen #:

Hi, also bought this, but cannot run examples, no images

Hi!

I sent you an archive of high resolution images in private messages.

 

Another example of a GUI application:


 
Anatoli Kazharski #:

For users of the EasyAndFastGUI 2.0 library, I send an archive with high-resolution images upon their request in private messages.

For controls, they are not needed, as they are digitized and built into the library code. But they can be used in custom elements, as shown in the code examples that come with the library.

I will send you an archive with images in private messages.

Hello and congratulations for the EAF library. I have a problem with example 1 not finding bmp files. How can I fix?
I sent you an email with the same content
 

Thank you, i use old version but it can,t run on strategy tester.

panel can show(can,t move) on chart, but buttun & other object not work
is this new version can ?

i need my Panel become manual backtest

 
repions #:

Thank you, i use old version but it can,t run on strategy tester.

panel can show(can,t move) on chart, but buttun & other object not work
is this new version can ?

i need my Panel become manual backtest

No, unfortunately, the latest version doesn't have that option either.

But maybe in future versions I will add such a feature.

 

YOU CAN RUN ON STRATEGIE TESTER WITH LIBRARY DOT NET. BIG THANK'S FOR "ANATOLI KAZHARSKI".

TRY THIS LINK: https://www.mql5.com/ru/code/24829

TradePanel_Csharp
TradePanel_Csharp
  • www.mql5.com
Расширение графического интерфейса Терминала/Тестера.
 
Hello, can this library be used to organise Expert Advisor settings (e.g. by tabs in one window)?

If yes, can they be connected to the optimiser in the tester?
 
leon_17 Expert Advisor settings (e.g. by tabs in one window)?

If yes, can they be connected to the optimiser in the tester?
.

In the external parameters of the Expert Advisor you can leave only those parameters that need to be optimised in the tester.

All the others can be done through the graphical interface. If there are a lot of them, split them into groups and place them on different tabs or even in different windows.