background of image
| Wed, 2006-03-29 05:55 | |
|
i m trying to paste one image on top of another..,i select one image..after tht when i have to select mustache ,ears,horn..after tht i have to move these by cursor movement to fit these on the exact position..
so tht i have to fit the mustache,ears...on tht image now i can do tht..but while doing,the background of the mustache is also coming... how can i overcome this? |
|






Forum posts: 124
Maybe you need to use a Sprite?
Some more details are here:
http://www.symbian.com/developer/te...ide4/index.html
Regards,
Mateen Maldar
Mateen Maldar
Forum posts: 43
CHardwareGraphicsAccelerator* iMyHwAccel ;
iMyHwAccel=CHardwareGraphicsAccelerator::NewL(iMyHwBitmap);
i m getting error like this" cannot instantiate abstract class due to following members"
Forum posts: 43
Window().HandleTransparencyUpdate();
Window().SetTransparencyFactor(0xff00ff);
Window().SetNonTransparent();
but no effect..i m using 8.0 version...does it support this?
pls reply..