Libraries: EasyAndFastGUI library for creating graphical interfaces - page 34

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
do you have also for MT4 ?
Yes. For MT4, too.
Yes. For MT4, too.
but is free?? do you have some link ?? thanks
Hi Anatoly
Using EAF from market, is there a way to start the window with dark theme instead of light?
but is free?? do you have some link ?? thanks
Answered in private messages.
Hi Anatoly
Using EAF from market, is there a way to start the window with dark theme instead of light?
Yes, sure. Try like this:
Hello, for a Text Box (CTextEdit) with what property is its content aligned to the right?
I'm having the following error when I run my panel in backtest:
I' don't know why.
this is the implementation of one of my objects:
and this is the function located in "WndContainer.mqh" that prints the error:
Hi Anatoli
EAF looks like a great library. Any chance of releasing the extra examples for help with usage?
Thanks
Hi,
How to check the version of this library? I don't know which's version I've used because I've downloaded a long time ago.
But it's have a bug: TextEdit can't update box value.
Fixed it:
ON
"EasyAndFastGUI\Controls\TextEdit.mqh"
Added:
m_edit.Update(true);
Old samples are not compatible with the latest EasyAndFastGUI v2.0. Old samples are using #include <EasyAndFastGUI\Controls\WndEvents.mqh> which theses wnd*.mqh files are different with the latest.