Discussion of article "Graphical Interfaces XI: Text edit boxes and Combo boxes in table cells (build 15)" - page 3

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.
As a matter of fact, yes. I remember something like that... Now I just need to remember what I changed :)
I think I added this. Keys.mqh
...
I think I was adding this. Keys.mqh
Added it to the latest update for the library. Will be available in the next article as an appendix.
In addition, there are some updates for tables in the CTable class.
The latest version of this class can be downloaded in this article: Visualisation of optimisation results by selected criterion
A little later will be added to the latest version of the library that is in the code base: EasyAndFast
Added to the latest update for the library. Will be available in the next article as an appendix.
In addition, there are some updates for tables in the CTable class.
The latest version of this class can be downloaded in this article: Visualisation of optimisation results by selected criterion
A little later, the latest version of the library that is in the code base will be added: EasyAndFast
if it is possible, please add this feature:
When specifying the cell data type, specify how many characters after the decimal point to draw:
Example: m_table.DataType(column,TYPE_DOUBLE,2);
or specify the number of characters in a separate function
Example: m_table.DataDigits(column,2);
if it is possible, add more such a feature:
When specifying the cell data type, specify how many characters after the decimal point to draw:
...
Now you can also specify the number of decimal places:
Now you can also specify the number of decimal places:
yes, but when you enter a decimal point in the input field, then everything after the decimal point is discarded, I had to modify it a bit!
but you have done a tremendous job!!!!
I also encountered this problem when calling the Rebuild function, the images on the buttons are not drawn
This is because in the CTable::Rebuilding() method all cells are deleted and new ones are created. Therefore, after rebuilding the table, all cells must be filled with data again.
Andrii Djola:
yes, but when entering a value with a commain the input field, then everything after the comma is discarded, I had to modify it a bit!
Show me in detail what you mean.
I fill them with the same function that I used to create the table, but it doesn't draw any pictures.
Show me what you are doing and how you are doing it. Without seeing it, it is difficult to suggest something.
Show me what you're doing and how you're doing it. Without seeing it, it's hard to tell you anything.
I deleted this code, but if I can reproduce it, I'll post it here!