Libraries: EasyAndFastGUI library for creating graphical interfaces - page 15
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi ...is there a way to open Dialog window using this version of the library. Dialog window is working only with color picker , and if I try to create one just empty to insert some table or extra buttons then is not working at all, just is on and is not movable .
Please help ..this is absolutely beautiful library, and thank you very much for sharing but this detail is reducing a lot the functionality
if we use single window everything is ok only dialog window is not working correctly, or this was a plan from the beginning ??:)
PS
In case if I'm wrong is there example how to open a dialog window and have single button inside or something else (just not color picker) ??
Im using MT5
In MT4 version SimpleButton lack function to change the button text/caption .
SimpleButton.mqh
Add second line in order to get that functionality. Posted here hope helps someone who needs.
the library from this article is only for MT5 and if someone would like to change the text :
lableClassDeclarationName.LabelText(textValue); lableClassDeclarationName.Update(true);Is there any plans for a visual form designer?
Previously thought about it, but unfortunately there is no time for it yet.
A new version of the library will be released soon. It will be much easier and faster to create GUI. After that we can try to create a visual editor.
Hi ...is there a way to open Dialog window using this version of the library. Dialog window is working only with color picker , and if I try to create one just empty to insert some table or extra buttons then is not working at all, just is on and is not movable .
Please help ..this is absolutely beautiful library, and thank you very much for sharing but this detail is reducing a lot the functionality
if we use single window everything is ok only dialog window is not working correctly, or this was a plan from the beginning ??:)
PS
In case if I'm wrong is there example how to open a dialog window and have single button inside or something else (just not color picker) ??
Im using MT5
Hi Marcin, write your function for crreate objects(dialog windows included). For example:
First, declare the dialog windows and other controls(buttons, textboxes,checkboxes and whatever) in the Program.mqh:
In the MainWindow.mqh:
Good afternoon, compiled build 15 of the library under mt4, created a panel with tables, but the tables periodically flicker, under mt5 also noticed this. If I do not pass a parameter to the method, the flickering disappears, but the data in the table does not change. test code attached in the archive.
Hi Marcin, write your function for crreate objects(dialog windows included). For example:
First, declare the dialog windows and other controls(buttons, textboxes,checkboxes and whatever) in the Program.mqh:
In the MainWindow.mqh:
wow ..thank You for answer ..just to confirm from which article did You download the library ...my progress is 1 step forward, but all the object linked with dialog box are not draggable and not disappearing properly ...If You could send me also link to the article or just confirm if link below is correct :) ..from where did You download your library
https://www.mql5.com/en/code/19703
I will keep trying to have it working :) i have to not see some small mistake in my code :) ...thank You again
I've sorted out the flickering of the table, or rather the problem disappeared when writing data to a cell with the parameter true
and calling the method of updating the table without the parameter
wow ..thank You for answer ..just to confirm from which article did You download the library ...my progress is 1 step forward, but all the object linked with dialog box are not draggable and not disappearing properly ...If You could send me also link to the article or just confirm if link below is correct :) ..from where did You download your library
https://www.mql5.com/en/code/19703
I will keep trying to have it working :) i have to not see some small mistake in my code :) ...thank You again
Hi Marcin, I downloaded the EasyAndFastGUI Build 16 from https://www.mql5.com/en/articles/3527 then replaced updates: Table.mqh in MQL5\Include\EasyAndFastGUI\Controls\ and Keys.mqh
in MQL5\Include\EasyAndFastGUI\ from the article: https://www.mql5.com/en/articles/4715.
Recompiled the library, it says that the class is not found
class 'CWindow' is undefined Element.mqh