Display expert GUI above other chart objects

 

I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI

So my panel always stay on top
(See attached picture)

 

You should ask the author of the library.

In general you can just set the chart object to draw in the background, check the documentation.

 
EL_OUARDY:

I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI

So my panel always stay on top
(See attached picture)

Nice color scheme . 

If you hide an object and then show it again it comes up on top i think .

The library -logically- has show and hide methods that could probably propagate top down for embedded objects . 

So when you detect the creation of a non panel object you hide then show the panel . 

 
Lorentzos Roussos #:

Nice color scheme . 

If you hide an object and then show it again it comes up on top i think .

The library -logically- has show and hide methods that could probably propagate top down for embedded objects . 

So when you detect the creation of a non panel object you hide then show the panel . 

Thank you very much
it worked!
 
EL_OUARDY #:
Thank you very much
it worked

Excellent

You can share the changes you made in the events function for future search wanderers
 
Alain Verleyen #:

You should ask the author of the library.

In general you can just set the chart object to draw in the background, check the documentation.

Thank you Alain
 
EL_OUARDY:

I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI

So my panel always stay on top
(See attached picture)

EL_OUARDY:

I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI

So my panel always stay on top
(See attached picture)

Hello EL_OUARDY

for the mql5 ordering of labels and GUI

you have 2 factors for the object to appear behind the main panel,

this depends on the order of how the objects are created and initialized,

and also on the objectsetinteger (0, labelname, objprop_back, false) to set it on top of other object