You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Thank you.
Isn't exactly the usage of OBJPROP_ZORDER ?
Why placing objects on top of each other, seems weird to me.
Don't know, I haven't used that yet.
The objects are still placed on top of each other (in the order they're created).
This is the behavior I expected when I tried to use objects the first time.
Rather in the old_mt4, they're placed on top of each other (in alphabetical order).
I believe RaptorUK give a good example with the text-background. However.
Couldn't someone just create the background objects first ... then text goes on top?
Anyways, I think the OP suffers from wanting to place his objects behind 3rd party objects (which he has no control over).
I believe the zOrder is for priority of clicking events. (but maybe isn't working yet).
angevoyageur: Why placing objects on top of each other, seems weird to me.
ubzen: Rather in the old_mt4, they're placed on top of each other (in alphabetical order).
Fine, I will be most happy to. When I go to Service Desk, there is no panel that opens to allow me to enter a new topic nor to reply to anything already posted. I also "searched" this url for instructions on how to post to the Service Desk and received nothing for my effort! It appears to be a forum closed to the riffraff and only "privileged" folks are permitted to spout off there!
So, RaptorUK, since you seem to be one of the "privileged" why don't you just copy/paste the essence of my reply that is here onto the Service Desk for me. Either that, or why not be helpful in a different way and simply explain just how someone new is to gain access to post on the Service Desk!
RaptorUK, you made a suggestion which you knew would be a blind alley for me. Thank you so much for your "help".
TraderAtHome, I know you are frustrated and angry and want to smash everything in sight, but calm down. Some of these users are actually trying to help you out.
For example, RaptorUK has provided you with "detailed" instructions on how to contact the ServiceDesk in order to put your case to them. In your understandable rage, you probably overlooked the "details", but they are clear and the Service Desk page is actually quite easy to use.
To help you out I am requoting his words and adding a few of my own:
Remember to be calm and clear headed and offer to the best of your knowledge detailed descriptions, so that the developers can come up with a solution and implement the idea.
Best of luck!
So the thread is about placing multiple objects in the same location and establishing which object will be the on top object when clicking on them, well why didnt you say that OP ? lol
I believe angevoyaguer is correct, OBJPROP_ZORDER allows to give one object priority over the others. When clicking on objects that are stacked/layered/on top of each other the one with the higher priority will respond.
So the thread is about placing multiple objects in the same location and establishing which object will be the on top object when clicking on them, well why didnt you say that OP ? lol
I believe angevoyaguer is correct, OBJPROP_ZORDER allows to give one object priority over the others. When clicking on objects that are stacked/layered/on top of each other the one with the higher priority will respond.
Yes it is supposed to be the highest priority one will receive the mouse click. If he wants the last one drawn to be selected by a mouse click event he could give that one the higher priority.
Yes it is supposed to be the highest priority one will receive the mouse click. If he wants the last one drawn to be selected by a mouse click event he could give that one the higher priority.
oic .. well shouldn't the last one drawn be the visible object ?