
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
And what is the use of these possibilities if they are not useful)))))))
Innovations are very often met in the bayonet by such "sermyazhnye practitioners", who judge about universal problems from the point of view of their nose, for which nothing smells.
And then, when the benefit is visible to everyone, they safely forget about their attacks.
The innovations are very often met in the flip side by such "grey practitioners", who judge universal problems from the point of view of their nose, for which nothing smells.
And then, when everyone sees the benefit, they safely forget about their attacks.
Is the order absorption still there?
It's not that it's still there.
It can't be any other way.
Starting with the next build, new features will be available to create graphics resources on the fly using ResourceCreate() functions.
Here is a rewritten and simplified script that does without dumping images to disc, works faster and without resource access conflicts on disc:
Thus you can create any dynamic 32 bit images with alpha channels for detailed rendering.
Dynamically created resources get into the resource manager and are available to all MQL5 programs of the terminal.
will only ResourceCreate() function be announced or a class for working with graphical objects/primitives will be prepared ?
This function will be already available.
With its help you can already make your own libraries for drawing in your own buffer and then bind them to objects. Thus you can completely get rid of external drawing libraries in external BMP files.
Here is a small example - you can directly draw in the buf buffer and then create a resource based on it and assign it to an object.
A little later we will make a library of primitives for drawing in the same buffers using native 2D acceleration functions. This will allow to draw much faster.
This feature will already be available.
With its help you can already make your own libraries for drawing in your own buffer and then bind them to objects. Thus you can completely get rid of external drawing libraries in external BMP files.
this function will be available for all MQL, and not just for working with OpenCL?
and what is the situation with the alpha channel in the created BMP resources ?
I see, but imho, it is better for developers to announce at once both new function and base class for working with graphics, otherwise again will start "shouting from the hall" about difficulties in programming on mql5.
ZY: is it only me who doesn't have the "reply" link working ? instead of quoting a post the "New comment" window appears.
sergeev 2012.03.19 17:25 #
and what is the situation with alpha channel in created BMP resources ?