Errors, bugs, questions - page 2700

 

Can't download product demos in the MT5 Marketplace.

I received several messages from users and tried it myself.

2020.04.08 02:09:45.544 MQL5 Market failed download product 'No Name MT5' (www.mql5.com:443 send failed [500: Internal Server Error])


 
Andrey Barinov:

Can't download product demos in the MT5 Marketplace.

I have received several messages from users and tried it myself.

2020.04.08 02:09:45.544 MQL5 Market failed download product 'No Name MT5' (www.mql5.com:443 send failed [500: Internal Server Error])



Try to delete market data file in shared folder metaquotes community
Same complaints about freebies today
 
Andrey Barinov:

Can't download product demos in the MT5 Marketplace.

I have received several messages from users and tried it myself.

2020.04.08 02:09:45.544 MQL5 Market failed downloading product'No Name MT5' (www.mql5.com:443 send failed [500: Internal Server Error])


Fixed.

Sorry for the inconvenience, please.

 
MetaQuotes:

Storage is broken again... Won't let me commit.

Updated:

It's fixed. Thanks for that.

 
MetaQuotes:

Please pay attention to this problem.

Ошибки, баги, вопросы
Ошибки, баги, вопросы
  • 2020.04.06
  • www.mql5.com
Общее обсуждение: Ошибки, баги, вопросы
 
Alexey Kozitsyn:

Please pay attention to this problem.

It is not reproducible.

You have not given any steps for playback

 
Slava:

It doesn't play.

You didn't give any steps to reproduce

I also noticed this problem in mt5
I make a substrate rectangle, draw rectangles on top ,
The tooltips from the rectangle don't work.
In mt4 the same code works.
Labels, buttons work , but rectangle hints on rectangle does not work. No tooltips from the top rectangle. When hovering the sparam it gives out the name of the substrate.
If you remove the backing , everything works.

Tried to figure it out, wrote to the forum, but gave up.
If Alexey doesn't provide the code, I'll attach mine when I get home.
 
Vladislav Andruschenko:
I also noticed this problem in mt5
I make a substrate rectangle, draw rectangles on top ,
The tooltips from the rectangle don't work.
In mt4 the same code works.
Labels, buttons work , but the rectangle on top of the rectangle does not work. No tooltips from the top rectangle. When hovering the sparam it gives out the name of the substrate.
If you remove the backing , everything works.

Tried to understand, wrote to forum, but gave up.
If Alexey doesn't provide the code, I'll attach mine when I get home.
With rectangles in MT5, tooltips only appear near "drag" points, i.e. in the corners and in the centre
 
Slava:
Tooltips for rectangles in MT5 appear only near the "drag" points, i.e. in the corners and in the centre.


the same code works in mt4.

example:

I create an object. OBJ_RECTANGLE_LABEL 1

overlayOBJ_RECTANGLE_LABEL 2 with ToolTip

This hint OBJ_RECTANGLE_LABEL 2is not shown when hovering over rectangle. OBJ_RECTANGLE_LABEL 1

Changed the zorder differently

i.e. OBJ_RECTANGLE_LABEL 1 is always on top in MT5!

everything is OK in MT4...

when overlaying OBJ_Label or OBJ_BUTTON, tooltips are displayed.

but with OBJ_RECTANGLE_LABEL does not.



I will try to attach a fragment of my code tomorrow.

Although, it does not matter what code you use, you can draw 2 rectangles and hint will always be shown from the first one created.... and sparam is always the first

Документация по MQL5: Константы, перечисления и структуры / Константы объектов / Типы объектов
Документация по MQL5: Константы, перечисления и структуры / Константы объектов / Типы объектов
  • www.mql5.com
При создании графического объекта функцией ObjectCreate() необходимо указать тип создаваемого объекта, который может принимать одно из значений перечисления ENUM_OBJECT. Дальнейшие уточнения свойств созданного объекта возможно с помощью функций по работе с графическими объектами.
 
Vladislav Andruschenko:


the same code works in mt4.

example:

I create an object. OBJ_RECTANGLE_LABEL 1

overlay OBJ_RECTANGLE_LABEL 2 with ToolTip

This hint OBJ_RECTANGLE_LABEL 2is not shown when hovering over rectangle. OBJ_RECTANGLE_LABEL 1

Changed the zorder differently

I.e. OBJ_RECTANGLE_LABEL 1 is always on top in MT5!

everything is OK in MT4...

when overlaying OBJ_Label or OBJ_BUTTON, tooltips are displayed.

but with OBJ_RECTANGLE_LABEL does not.



I will try to attach a fragment of my code tomorrow.

Although, it does not matter what code you have, you can draw 2 rectangles and hint will always be shown from the first one created.... and sparam is always the first

What are the approximate coordinates of the first rectangle and the second rectangle? Are they the same?
Reason: