Libraries: EasyAndFastGUI library for creating graphical interfaces - page 9

 
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
Расширение графического интерфейса Терминала/Тестера.
 
Hi, I just got version 2.22

I have problems with the window drag end event

thanks 

 void CApp::OnEvent(const int id, const long &lparam, const double &dparam, const string &sparam) { 

 if(id == CHARTEVENT_CUSTOM + ON_WINDOW_DRAG_END)
  {
      Alert("Now End Drag");   // No send alert...
   return;
  }


 
Arturo Hugo Ninamango #:
Hi, I just got version 2.22

I have problems with the window drag end event

thanks 

Hello!

This identifier is only for use in the library core.

 
Anatoli Kazharski #:

Hello!

This identifier is only for use in the library core.

sorry for the inconvenience,

How could I control the drag end event of the main window?

 
Arturo Hugo Ninamango #:

sorry for the inconvenience,

How could I control the drag end event of the main window?

At the moment, there is no such possibility for library users.

I will unlock this event in one of the next updates.

 
Anatoli Kazharski #:

At the moment, there is no such possibility for library users.

I will unlock this event in one of the next updates.

Hello all, I will start to study this library. How to download the must recent update? Thank you for your excellent work.

 
b2tradingclub #:

Hello all, I will start to study this library. How to download the must recent update? Thank you for your excellent work.

Hello!

I replied in a private message.