A serious question about the programme - page 2

 
Thanks, it worked :)
 
komposter,
This can be bypassed by using the "always on top" flag in Msgbox - then it will also be visible when MT is open

I've been looking all over... Where is this flag?
 
<br / translate="no"> I've been looking all over... Where is this flag?

not all possible flags are described in the help, but there is a reference to the WinUser32.mqh header file. try to use the MB_TOPMOST flag, having previously connected the specified file
 
Slawa,
OK, thanks, I'll give it a try.
I've looked through this file, there's a lot more interesting stuff there :) But about that in another thread.
Thank you.
 
0x00000001 | 0x00000040 | 0x00040000

one of these =) can't remember which one. I think it's 0x00000040.
Try it and you don't need to connect anything ;)

 
I tried inserting MB_TOPMOST and it worked.
Now the MB is not "hiding" :)
OK. Thank you all.
 
Is it possible to change the colour and size of the font in the text output of the Comment function?
 
Is it possible to change the colour and size of the font in the caption output of the Comment function?

no. use the "text label" object
 
Thanks, it worked :)
 
Question: Why does the label change with a noticeable (very noticeable :) delay when new data arrives? Is there any way to deal with this?
Reason: