thakas
thakas
Friends 1
thakas
Added topic 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
thakas
Added topic 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
thakas
Added topic !!! 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
thakas
Registered at MQL5.community