Forum

When I move the scroll bar of a ListView and an order line exists on the same level with the scroll bar, the line is affected.

I want to create an Expert for orders/positions handling using a GUI. Testing the GUI Examples of MQL5 (Expert Advisors\Examples\Controls) I realized a major problem: When I move the scroll bar of a ListView and an order line exists on the same level with the scroll bar, the line (and also the

Although I have disabled a CheckBox it works

Hi, Under some conditions, I want to disable a CheckBox. So I use the following code: CCheckBox checkbox; checkbox.Disable() ; I have tried also this: checkbox.Deactivate(); but the checkbox still be Active and the user can check/uncheck it. Is it a bug of MT4 or my code is wrong? thanks

!!! CListView and CComboBox open under other objects

Using the Graphical Control Objects I realized that CListView and CComboBox open under other objects, like the following picture. this issue has been posted again in the forum ( https://www.mql5.com/en/forum/6822 ), but no one replied. Is it any solution or is a bug o mql4/mql5 ? thanks