Discussion of article "Graphical Interfaces X: Sorting, rebuilding the table and controls in the cells (build 11)" - page 5

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
)) now I understand, by the way DataType() by default has what type? Or there is no default state and it is necessary to determine the type of the stored value before adding it to the cell?
By default string:
2 and 3 can be left out now. Do not call any methods in the form creation method of the CProgram user class:
well, there would be a third method to disable 1
Default string:
oops, already found it myself ))
I would add a third method to disable 1
I will add the UseCloseButton() method.
thanks )) and when to wait for all these updates?
One more question - is it possible to put two graphical objects in a table cell or is it restricted to only one?
If there is no such possibility, could you make combined pictures of buy_sell and sell_buy arrows in bmp16 format like in TestLibrary10 example ?
sps )) and when to wait for all these updates?
another question - is it possible to place two graphical objects in a table cell or is it limited to only one?
In general, be prepared for the fact that the next update may not be ever. )
And so, I hope to solve the list of tasks for the next article as soon as possible. Maybe in a week, maybe in two weeks, maybe in a month.
Can you show an example of your task when you need more than one picture in a table cell?
...
If there is no such possibility, could you make combined pictures of buy_sell and sell_buy arrows in bmp16 format, as in the TestLibrary10 example ?
Can you show an example of your task when you need more than one picture in a table cell?
statarbitrage, "two legs" input.
just now I have to write text in the table, the table is based on the standard library MetaQuotes, but I made this class back in 2014 and it is not as functional as yours, so I decided not to write my GUI library further, and the event model as in MFC (implemented in the standard library MetaQuotes) does not quite suit me )) your library is better and more functional.
I recommend that you learn to use some graphic editor to create or process images for the graphic interface yourself.
for me graphics is difficult, besides, you already have ready-made blanks on the basis of made buy and sell buttons.