Discussion of article "Graphical interfaces X: Advanced management of lists and tables. Code optimization (build 7)" - page 12
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
If you just need to update the values, you don't need to delete anything.
If you need to change the number of rows in the table, one of the ways to do it is shown.
The second way is to use the CTable::Rebuilding() method. But then you will have to set some table properties again (headers, column widths, etc.).
Thanks, I'll have another look.
But I have CCanvasTable. What is the difference between CCanvasTable and CTable? It seems that I create a table with CCanvasTable normally....
Thanks, I'll have another look.
But I have CCanvasTable. What is the difference between CCanvasTable and CTable? I think I can create a table with CCanvasTable normally....
Download the latest version of the library: EasyAndFast and updated files with classes in this article: Trade Expert Advisor with GUI: Filling it with functionality (Part II).
Use the CTable class. CCanvasTable is a very old version with minimal features.
I downloaded it, but I can't find IsSortedColumnIndex() method or its analogue.
...updated files with classes in this article: Trading Expert Advisor with GUI: Filling with functionality (Part II)
CTable class:
...
DeleteColumn(), DeleteRow() also disappeared.
Maybe I just need to be a little more careful?
...updated files with classes in this article: Trading Expert Advisor with GUI: Filling with functionality (Part II)
CTable class:
I apologise, my mistake. I'm copying to one place and looking in another MetaEditor. Thanks.