Discussion of article "Graphical Interfaces X: Text selection in the Multiline Text box (build 13)" - page 5

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
yes, but there is one problem, when used for a long time an error appears for no reason, deleting the EA subwindow causes the EA to be deleted
img
yes, but there is one problem, when used for a long time an error appears without any reason, deleting the EA subwindow leads to deleting the EA
In the Defines.mqh file, set the EXPERT_IN_SUBWINDOW parameter to false:
//---
For Expert Advisors whose graphical interface is located in the main window of the chart, the value of this parameter should be false.
In the Defines.mqh file, set the EXPERT_IN_SUBWINDOW parameter to false:
it is clear, there is a function that works works works works works works (several days) and then takes and fails.
it's clear, there is a function that works for a few days and then fails.
You are not using the latest version of the library or have made changes to it. There should be this condition at the beginning of this method:
//---
And you have:
You are not using the latest version of the library or have made edits to it. At the beginning of this method there should be this condition:
yes, I think that would be better)
version 10.2, so it has all the menu items I need and mt4 support.
are there any other critical changes since then that may affect the work?
...
have there been any other critical edits since then that might affect performance?
It is desirable to add to the form a mechanism for adding objects on the principle of "factory", as in Qt, or something similar and preferably with orientation relative to each other:
- right
- left
- top
- bottom
It is desirable to add to the form a mechanism for adding objects on the principle of "factory", as in Qt, or something similar and preferably with orientation relative to each other:
- right
- left
- top
- bottom
Please describe it in detail. I don't know how it is in Qt.
Now elements can be positioned relative to the form: right, left, top, bottom. Only the form can be a parent element. In the next version it will be possible to set any other element as a parent element. This will make element management and positioning even easier.
Describe it in more detail. I don't know how it is in Qt.
Now elements can be positioned relative to the form: right, left, top, bottom. Only the form can be a parent element. In the next version it will be possible to set any other element as a parent element. This will make element management and positioning even easier.
in Qt is a factory function:
and this is how the tests for creating widgets are done:
and in general about QWidget here is all the information.
I don't quite get it here, is this positioning of the element relative to the borders and they can be placed both behind the form and inside the form?
For example, there is a form, we position an element relative to the left border of the form further to the left?