1. Please insert the code correctly: when editing a message, press the button and paste your code into the pop-up window. (The first time I corrected your message)
2. See how the panel is implemented: [data folder]\MQL5\Experts\Examples\Controls\Controls.mq5
Stop using either. As the mouse is moved, see if the main object has moved; move the rest accordingly. See see my GUI/Trade Assistant EA (for MT4): 'Money Manager Graphic Tool' indicator by 'takycard' - Risk Management - Articles, Library comments - MQL5 programming forum - Page 6 #55 (2018) and modified for screen resolution #75 (2020.02.17)
Stop using either. As the mouse is moved, see if the main object has moved; move the rest accordingly. See see my GUI/Trade Assistant EA (for MT4): 'Money Manager Graphic Tool' indicator by 'takycard' - Risk Management - Articles, Library comments - MQL5 programming forum - Page 6 #55 (2018) and modified for screen resolution #75 (2020.02.17)
Thanks it was really helpful and easy to implement.
Vladimir, thank you too. I'm using MT4 :)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello everyone,
I'm trying to build trading panel and I'm finding it difficult to move few items at the same time.
I'm using on event handler on EA, tried Drag option and also object click, the result remain the same: after moving one item and releasing my button, the other objects follow.
Would love to get a clue how to solve it so all items depend on one item and move simultaneously.
Best regards,
Omri