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
Why 1000? Less then 200 :))
You are right, my fault, I opened the other file.
Example of scaling. It is made in a hurry and errors are possible.
Canvas.mqh is slightly edited
I used a black background bmp image but it is not transparent like your image!!
what is difference?!
I used a black background bmp image but it is not transparent like your image!!
what is difference?!
This is a transparent background issue in the BMP file. Some editors allow you to do this.
I would advise you to find a suitable PNG image with a transparent background and convert it to a BPM file, for example, on this resource:
https://onlinebitmaptools.com/create-transparent-bitmap
I used a black background bmp image but it is not transparent like your image!!
what is difference?!
By the way, change this file. It had a bug that led to image blinking.
\Include\Canvas\CImage\CImage.mqh
This is a transparent background issue in the BMP file. Some editors allow you to do this.
I would advise you to find a suitable PNG image with a transparent background and convert it to a BPM file, for example, on this resource:
https://onlinebitmaptools.com/create-transparent-bitmap
Thanks Nikolai, You are awesome man. It works now :)
Thanks Nikolai, You are awesome man. It works now :)
No problem :))
Hello Nikolai, I hope you're doing good. I have a question about bmp file format from your example code - what colour space / bmp type did you used while preparing this bmp file? I have a lot of issues with BMP files that I'm modifying using gimp or any online editors, basically transparency doesn't work for them. But it works perfectly with your file, so I would be grateful for some info what BMP format is required by mql or what program did you used to prepare the file, thanks!
Hello Mikolaj!
All I wanted to say is that the data (array of pixels) in the BMP file is not packed. The fact that there is a heading is obvious even to a child. I said everything correctly, but you just misunderstood me.