Libraries: EasyAndFastGUI library for creating graphical interfaces - page 39

 
Anatoli Kazharski #:

New version released ( v2.14 ).

  1. Added element TimeRanges for visualisation of time transaction ranges.
  2. Several minor fixes to Library user reports.
  3. Added new example of graphical interface.

    Как получить новый файл библиотеки классов!

    Как получить новый файл библиотеки классов!
     

    Good afternoon!

    How can I get EasyAndFastGUI v2.0 library ?

    It is no longer available in the market.

    I need it very much.

    Thank you in advance.

     
    Vyacheslav Ustinov #:

    Good afternoon!

    How can I get EasyAndFastGUI v2.0 library ?

    It is no longer available in the market.

    I need it very much.

    Thank you in advance.

    Download the zip file. The link is in the table of contents page of the library.

     
    Александр Сербин #:

    Download the zip file. The link is in the table of contents page of the library.

    The first version of the library is there, but I need the second version.

     
    Vyacheslav Ustinov #:

    The first version of the library is there, and I need the second version.

    The author deleted it. Like his company told him so) well, as usual.....

     
    Hi first of all i say you THANKS for nice code in easyandfastgui ;) can you help me to get EasyAndFastGUI v2.0 full + Examples this code not last version !!? > https://www.mql5.com/en/code/19703 if you can send me as email thanks man
     
    Hi, Is it possible to enable copy and paste in a text box? I haven't figured out how to do it
     
    Anatoli Kazharski #:

    New version published (v2.15):

    • Automatic scaling of the graphical interface depending on the settings in your operating system (DPI).
    • Several minor fixes.

    ...

    Hi all... Where can I download this EasyAndFast GUI demo app showing all the different controls? I think there were recent changes resulting in the product being removed from the MQL5 Marketplace and this app is missing from the ZIP file in the code base (https://www.mql5.com/en/code/19703). Can anyone tell me if this library still going to be actively supported going forward with new releases of MT5?

     

    EasyAndFastGUI library for creating graphical interfaces
    EasyAndFastGUI library for creating graphical interfaces
    • www.mql5.com
    The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs.
     
    Anatoli Kazharski #:

    @Samuel Bandi Roccatello

    Hi!

    I will be dealing with this issue soon. Most likely, I need to revise the approach in the Resources.mqh file.

    I've been playing with the EAF library the last couple of days and while studying the CResources class, its design didn't seem ideal to me -- I think the resource image data (and methods) should be declared as static to have reduce memory footprint by having a single instance of the images. Alternatively, the CResources instance in CImage class (see Objects.mqh), could be made static to avoid duplicating resources in memory, as it is unlikely that more than one set of resources will be needed in the same application.

    class CImage
      {
    protected:
       static CResources  m_resources;
       //...
      }
     

    hello everyone !

    something needs to be done on this library

    anyone interested ?

    (the programme is ready, but there is a number of things to do, I need your help very much)