Boris_pi: So how do I actually get the text on top of the rectangle? OBJPPROP_ZORDER does not do the trick it seems.
- Zorder is only about click order (and doesn't work as far as I'm concerned.)
- Objects are displayed in the order created (last on top,) since February 3, 2014 (Build 600) See my GUI EA like mine (for MT4): Indicators: 'Money Manager Graphic Tool' indicator by 'takycard' Forum - Page 6
whroeder1:
Thanks for your reply. I am on build 1090. So 2 should apply. Last on top would mean my text displays on top of the rectangle. It does not though. But why?
- Zorder is only about click order (and doesn't work as far as I'm concerned.)
- Objects are displayed in the order created (last on top,) since February 3, 2014 (Build 600) See my GUI EA like mine (for MT4): Indicators: 'Money Manager Graphic Tool' indicator by 'takycard' Forum - Page 6

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
Hi!
I guess my problem is trivial, yet I failed to google a solution.
I want to create an indicator which display a lot of textual information. The actual chart is unimportant. So I first create a large area covering all the chart:
Then I create an element where I want to put the text:
If I then put text in that object, it is not visible:
So how do I actually get the text on top of the rectangle? OBJPPROP_ZORDER does not do the trick it seems.
Thanks for your help
pi