Page 1 of 1

draw over normal applications

PostPosted: Aug 29, 2002 @ 1:14pm
by yjeanrenaud
Hi board.
I got a slightly uncommon question. :idea:
is it possible to use gapiDRAW and draw a bitmap or animation onto the normal "today" screen, onto Pocketword etc. ?
I mean, I'd need a invisible window or something like this but still draw over the whole screen.
any suggestions?
thanks for your assistance :wink:

PostPosted: Aug 29, 2002 @ 8:31pm
by Johan
Hi,

Basically you should not use GAPI for this, or even a GAPI wrapper such as PocketFrog or GapiDraw.

Even though many games write directly to the display area when true backbuffers are not available, this does not mean that all devices support it. The new Toshiba E-740 for example uses synchronized blits to screen.

I would recommend that you download the sourcecode for that taskbar-skin-utility (I think it was Dashboard that was released for free) and check out their solution - and leave the GAPI for exclusive full screen access.

/Johan