I remember in one of your articles you said that you will make the table on the canvas interactive. I must say that you know how to achieve your goals).
Can you tell me about further plans of the library development? I am very interested.
Thank you.
The solution with the text in the column changing its width is very nice. The scrolling of the drawn table is great too. Impressed.
I remember in one of your articles you said that you will make the table on the canvas interactive. I must say that you know how to achieve your goals).
Can you tell me about further plans of the library development? I am very interested.
Thank you.
The last articles are the second stage of the library development. All the elements will eventually be drawn and provided with all the necessary functionality.
In the next article there will be some more updates for the drawn table and optimisation of algorithms of some methods.
The last articles are the second stage of the library development. All the elements will eventually be drawn and provided with all the necessary functionality.
...
That's good. Yes, I can imagine how hard it is to design such articles. Especially when you involuntarily limit yourself in some global refactoring by uploading codes to a resource.
What is this restriction expressed in what way?
Refactoring is performed, but it is a gradual process here. It is not possible to find the optimal version of this or that algorithm at once. The scheme is also gradually adjusted. As soon as you come up with an idea of how and what can be improved, changes are made immediately.
I have problem with ColorPicker in new Builds. Does it work well in TestLibrary04 example?
I am using Your library compiled in MQL4. All old examples from previous version work well (after modifications), except example with ColorPicker from Chapter 9/1.
In TestLibrary04 clicking ColorButton in Tab1 opens empty window (W_DIALOG type) without any object.
I know that You do not support MQL4 version, but I think that MQL4 is not a reason.
Hi, I am realy grateful for Your work, thank You.
I have problem with ColorPicker in new Builds. Does it work well in TestLibrary04 example?
I am using Your library compiled in MQL4. All old examples from previous version work well (after modifications), except example with ColorPicker from Chapter 9/1.
In TestLibrary04 clicking ColorButton in Tab1 opens empty window (W_DIALOG type) without any object.
I know that You do not support MQL4 version, but I think that MQL4 is not a reason.
Hi, I am realy grateful for Your work, thank You.
I have problem with ColorPicker in new Builds. Does it work well in TestLibrary04 example?
I am using Your library compiled in MQL4. All old examples from previous version work well (after modifications), except example with ColorPicker from Chapter 9/1.
In TestLibrary04 clicking ColorButton in Tab1 opens empty window (W_DIALOG type) without any object.
I know that You do not support MQL4 version, but I think that MQL4 is not a reason.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Graphical interfaces X: New features for the Rendered table (build 9) has been published:
Until today, the CTable was the most advanced type of tables among all presented in the library. This table is assembled from edit boxes of the OBJ_EDIT type, and its further development becomes problematic. Therefore, in terms of maximum capabilities, it is better to develop rendered tables of the CCanvasTable type even at the current development stage of the library. Its current version is completely lifeless, but starting from this article, we will try to fix the situation.
Rendered table with a selected row looks the following way:
Fig. 3. Demonstration of selecting and deselecting a row of the rendered table.
Author: Anatoli Kazharski