MetaTrader 4 Client Terminal build 646: New Smart Search, Books in the Market and Updated Window of MQL4 Application Settings - page 5

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
since the version changed to build 646 indicators work, but all customindicators wont open.The dialogbox has only a reset-button and no OK and Cancel button.
ranyg:
... Terminal: Added ability to scale dialog windows of MQL4 programs: ...
since the version changed to build 646 indicators work, but all customindicators wont open.The dialogbox has only a reset-button and no OK and Cancel button.
Could anyone look at this topic, is there a bug in the MQL4 implementation of constant pointers versus pointers to constants?
https://www.mql5.com/en/forum/151458
Thanks :)
Which dialogbox ?
that opens after clicking on the custom indicator
Can you post a screenshot please ?
And please don't double post.
screenshot
My EA creates some label objects on the right hand side of the screen using the CORNER_RIGHT_UPPER and CORNER_RIGHT_LOWER anchor modes. These label objects are updated during the course of trading, but now with Build 646 they are no longer displayed correctly. What seems to be happening is that the text is not being properly right aligned. So for example if the label is originally set to "Order: None" and then updated with a longer text string such as "Order: Buy Order Opened" using ObjectSetText(), the updated string will have an x-coordinate the same as the original string and part of the text will be lost off the right hand side of the screen. Label objects positioned on the right hand side of the chart need to be right aligned also. This has always worked previously but is now broken in the latest release of MT4.
My EA creates some label objects on the right hand side of the screen using the CORNER_RIGHT_UPPER and CORNER_RIGHT_LOWER anchor modes. These label objects are updated during the course of trading, but now with Build 646 they are no longer displayed correctly. What seems to be happening is that the text is not being properly right aligned. So for example if the label is originally set to "Order: None" and then updated with a longer text string such as "Order: Buy Order Opened" using ObjectSetText(), the updated string will have an x-coordinate the same as the original string and part of the text will be lost off the right hand side of the screen. Label objects positioned on the right hand side of the chart need to be right aligned also. This has always worked previously but is now broken in the latest release of MT4.
If you are thinking something is buggy, please report it to Service Desk of Metaquotes.
If you need help, please post your code to demonstrate your issue.