Discussion of article "Graphical Interfaces XI: Text edit boxes and Combo boxes in table cells (build 15)" - page 4
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
I don't understand how to find out the value of the cell with CELL_CHECKBOX, GetValue(c,r) returns an empty string in both variants.
got it all figured out
off-topic question, but still:
how to expand a chart window in mql?
Error in Element.mqh when working with a table
When trying to call
table.AddRow(1);
or table.Clear();
Run-time error: invalid pointer access in 'Element.mqh' (561,23)
I am using the latest version of the library.
The corresponding code in Element.mqh is given below. Please help me to figure out what the problem is. Thanks in advance!
***