background of image

Login to reply to this topic.
Wed, 2006-03-29 05:55
Joined: 2006-03-11
Forum posts: 43
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?

Wed, 2006-03-29 06:50
Forum Nokia Champion
Joined: 2005-08-31
Forum posts: 124
Re: background of image
plz check this in ur sdk examples


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

Wed, 2006-03-29 10:14
Joined: 2006-03-11
Forum posts: 43
Re: background of image
how to access the member functions in the class CHardwareGraphicsAccelerator?i used this in my draw function

   CHardwareGraphicsAccelerator* iMyHwAccel ;
     iMyHwAccel=CHardwareGraphicsAccelerator::NewL(iMyHwBitmap);

i m getting error like this" cannot instantiate abstract class due to following members"
Thu, 2006-03-30 13:06
Joined: 2006-03-11
Forum posts: 43
Re: background of image
then i tried this

Window().HandleTransparencyUpdate();
Window().SetTransparencyFactor(0xff00ff);
Window().SetNonTransparent();

but no effect..i m using 8.0 version...does it support this?

pls reply..
  • Login to reply to this topic.