how to hide objects behind the Panel ?

 

Hi everyone

I've created panel in mt5 , but as the attached picture shows , some objects are shown . I use MainWindow.BringToTop() but it doesn't work for hiding objects.

Please help

MQL5.community - User Memo
MQL5.community - User Memo
  • www.mql5.com
You have just registered and most likely you have questions such as, "How do I insert a picture to my a message?" "How do I format my MQL5 source code?" "Where are my personal messages kept?" You may have many other questions. In this article, we have prepared some hands-on tips that will help you get accustomed in MQL5.community and take full advantage of its available features.
Files:
qoestion.png  5 kb
 
saeed Golshenas:

Hi everyone

I've created panel in mt5 , but as the attached picture shows , some objects are shown . I use MainWindow.BringToTop() but it doesn't work for hiding objects.

Please help

 ObjectSetInteger(chart_ID,name,OBJPROP_BACK,back);

set back=true for arrows

 
Arpit T #:

set back=true for arrows

Thanks for your help.