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

 
Andrey Khatimlianskii:

@Ilyas, no option without conversion to CA?

1. your inheritance is private

class CB : CA

2. correct warning, according to the rules now it is so:

CC(void) { m_b.CA::func(); }
 
Ilyas:

1. Your inheritance is private

2. correct warning, the rules now say so:

1. Semyon Semyonich! It works like that:

class CB : public CA

Thank you.

2. It doesn't compile in MT4. Will there be changes there?

 
Andrey Khatimlianskii:

2. It doesn't compile in MT4. Will there be changes there?

No, they are not planned

 

Hello,

First of all, thank you for this library !! In the last version, it's not possible to have a combobox with checkboxes inside, like the "old" checkboxlist..  do you implement this in another version? is seems that "CheckBoxMode(true)" doesn't work like i understood.

Thank you!

 

hi, i get this error: TestLibrary15 CElement CreateCanvas Failed to create a canvas for drawing the(CButton) control: 4016


help me?

 
After the 04/06/2020 update, an internal error is appearing during compilation: "Internal compiler error"
 

This is very good work.

I started learning OOP over the last 6 months and am looking to learn to create GUIs.

I wondered which library had the most functionality and would suit my needs to be used for my GUI projects.

I Downloaded "EasyandFastGUI", build 16, placed the files in the correct folders, started compiling each "Include" file, just to test them for errors.

Hopefully, this makes sense. I am getting the following errors when I compiled the "Element.mqh" file:

 

I know the question of:  "deprecated behavior, hidden method calling will be disabled in a future MQL compiler version", has been raised.

Responses have been given to similar questions. These include Mikhail Sergeev's response. So far I spent upwards of 5 hours trying to figure it out but no success so far.

Could someone please help?


Thank you.

 

Hi

Did anybody tried to run menus with this build   ...Previously I was using build 13 (no need in my interface  to have extra functionality from newer builds)    ..but I was trying to stay not behind  and start using new build (16)   ...and I'm not able to have Menus going.  Copy and paste code  (is working with build 13  (tested multiple times))    but with build 16  software is running with no errors but just menu bar is on the screen but no sub menus ....    any example code  (only regarding menu system)  would be appreciate :)


Thank you

(worst case scenario I will stay with build 13)

 
Marcio Sales Santana:
After the 04/06/2020 update, it's showing an internal error during compilation: "Internal compiler error"

Do the errors still exist?
And is the latest version the one in the article? If not, where can I get the latest version?

 
Why can't I see the attachment?