Is it somehow possible to have ReAction gui's render to something else than a normal window? For instance, to have it render to a bitmap instead, so you can do tricks with it and shit? How would I communicate with the interface if not through the physical mouse?
Sat, 2017-05-27 20:45
#1
Proxy rendering with ReAction??
window.class supports WA_SuperBitMap (see window_cl.doc).
An example of using SuperBitMap refresh method ist found here: SuperBitMap Example.
If you install your own Bitmap you can do 'tricks with it and shit' anyway you like.
Ok. I guess I could hide the actual window, and that way I could get an offscreen buffer. That's very useful, thanks!
It would of course have been monstrous, if one could have the individual gui elements render in individual bitmaps. I am not sure, if there is an overhead associated with opening lots of SuperBitMap windows in the background. I would have to do ananlysis. Bleep.