Discussion of article "Graphical Interfaces XI: Integrating the Standard Graphics Library (build 16)" - page 6

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
Just this?
You can't see the chart behind the table anyway. So you can just do it as shown in the screenshot below. The symbol, and anything else you want, can be added to the header.
There will be one more table with indexes, probably we will have to place it lower during testing.
Shouldn't the icon and text not be shown at all? Then you wouldn't have to shift it.
And how do you implement this?
And how to implement it?
Empty
thanks ))
It would be nice to add methods of changing the colour of components to the library.
P.S. The library will no longer be updated. All necessary changes, corrections and additions, if such a need arises, users should learn to make on their own.
Good afternoon. Did I miss something at what point the Movable method is missing from windows?:)
Good afternoon. Did I miss something at what point the Movable method is missing from windows?:)
CWindow::IsMovable()
very interest library but this last version is very very very very very very very slow to load applications, in addittion many method are missing.
I hope that a new version will be released
Good afternoon.
Is it possible to make a table with selection of values in cells. In the cells data of a certain type (enumeration) with a selector and the ability to select. I have not found it in the examples. Please give me a hint.
Good afternoon.
Is it possible to make a table with selection of values in cells. In the cells data of a certain type (enumeration) with a selector and the ability to select. I have not found it in the examples. Please give me a hint.
I found CELL_COMBOBOX. But how to set the data type for a cell. DataType() seems to be only for a column.
And DataType() only standard types? What about custom enumerations?
Sometimes when moving a scroll in a table, it hangs together with all items in the panel. Only window control works (minimise, close...).
How can I figure out what's wrong? I don't even know how to determine it in debug. I don't have any custom events for scroll movement. Also, it doesn't always reproduce. I don't even know how to reproduce it in debug.
The scroll hangs like this and that's it. The window can be changed, it's ok. And the scroll doesn't work anymore, as well as other elements, not only in the table, but in the whole panel. I use the same structure with CProgram class and the rest as in the examples. To reproduce just with the scroll you have to play with it, not the first time. Sometimes it takes quite a long time to move it back and forth and click with the mouse.