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,
I have an input parameter in my EA 'startMinimized' - if the user sets it to true the dialog should be started minimized.
So I do it this way in my code:
It works - the dialog panel is started minimized but it shows the minize icon (Turn.bmp) and not the restore icon (Restore.bmp) which should be there.
This way the user has to click that icon 2x to be able to maximize it. see gif animation attached
(After it was maximized with 2 clicks instead of 1 it works as expected with one click to mini-/maximize)