Proxy rendering with ReAction??

3 posts / 0 new
Last post
alfkil
alfkil's picture
Offline
Last seen: 2 years 7 months ago
Joined: 2011-05-10 22:02
Proxy rendering with ReAction??

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?

AND
AND's picture
Offline
Last seen: 6 years 9 months ago
Joined: 2011-01-20 12:22
Re: 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.

alfkil
alfkil's picture
Offline
Last seen: 2 years 7 months ago
Joined: 2011-05-10 22:02
Re: Proxy rendering with ReAction??

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.

Log in or register to post comments