Libraries: EasyAndFastGUI library for creating graphical interfaces - page 24

 
Some thing has changed BUTTON click event are not working in this library , author kindly tell us how to fix it?
 
Farrukh Aleem #:
Some thing has changed BUTTON click event are not working in this library , author kindly tell us how to fix it?

Problem is in beta version of MT5 terminal......

 
Farrukh Aleem #: Problem is in beta version of MT5 terminal......

Then don't use beta build. Use only the official releases.

 
Fernando Carreiro #:

Then don't use beta build. Use only the official releases.

Thanks for the tip , i was using metaquotes demo account so it auto updated , reverted the update solved the problem.

 

A new version ofEasyAndFastGUI v2.0library for creating GUIshas been released!

Что нового?

  1. All images for GUI elements are digitised and now you don't need a folder with images. You can download the image archive from the old version if you need a custom set of images to work with.
  2. Significant improvement in event stream processing. In the previous version there was a noticeable delay if there were a lot of items. Now everything works very fast with any number of elements.
  3. Added the ability to change the colour scheme of the GUI. In this version it is possible to quickly switch between light and dark themes during the work of the already ready MQL-application.
  4. A new element(C3DBase) from the standard library(CCanvas3D) for working with 3D graphics has been integrated.
  5. The structure of folders and files of the library has been changed. Now all files are categorised.
  6. The second version comes withMT4-version ready to work.
  7. There are methods for quick creation for all elements. Almost all elements with default parameters can now be created in just one line of code.
  8. In addition, many other changes have been made to the internals and additional code refactoring has been done.
  9. All comments in the code have been translated into English.
  10. The library comes with ready examples of graphical interfaces to make it easier for you to learn everything and get started faster.

Read more on the library's page in the code base: https: //www.mql5.com/ru/code/19703.

Examples of ready graphical interfaces are shown on the screenshots below:




EasyAndFastGUI - библиотека для создания графических интерфейсов
EasyAndFastGUI - библиотека для создания графических интерфейсов
  • www.mql5.com
Библиотека EasyAndFastGUI дает возможность создавать графические интерфейсы для своих MQL-программ.
 

Great work - much respect to you!

Thank you for supporting this library.

 
Mikhail Dovbakh #:

Great work - much respect to you!

Thank you for supporting this library.

Thanks for the feedback!
If you need any help, please don't hesitate to get in touch.
 

Some posts have been deleted.

Codebase is open source and not the place to discuss/promote Market Products.

 
Tell me, is it possible to dynamically create and delete graphical components?
 
Aliaksandr Hryshyn #:
Can I dynamically create and delete graphical components?
Not yet in this version. But I will add it in one of the next updates. Almost everything is ready to do it.