Problem in displaying bitmap file...

Login to reply to this topic.
Mon, 2007-09-03 13:57
Joined: 2007-07-31
Forum posts: 150

Hi,
I am developing a game in which i am displaying the first screen containing a bitmap file of company logo.But i am facing a problem that initially i had displayed a diffrent bitmap file from bitmaps folder,but now when i changed the bitmap file with a new one, the Emulator still shows the initial image.Why? I want to display the new bitmap containing company logo.

Plz help me i am a beginner in symbian development.

Thanks in advance...

Brajesh...


Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++


Tue, 2007-09-04 09:15
Joined: 2004-05-21
Forum posts: 285
Re: Problem in displaying bitmap file...

I guess u r still accessing the bitmap from old file which means updation was not done to the file in a dir from where you are accessing.

Cheers,
Sri

Thu, 2007-09-13 11:10
Joined: 2006-10-05
Forum posts: 80
Re: Problem in displaying bitmap file...


I hope you have made all the changes in your code which displays the bitmap.
Have your .mbm and .mbg files changed to reflect the addition of a new bitmap to the collection?

Please post a code snippet (old code and updated code) if your problem has not yet been solved.
It might help the reader to solve your problem.

Tue, 2007-10-09 08:12
Joined: 2007-07-31
Forum posts: 150
Re: Problem in displaying bitmap file...

Thanks for the help of you ppl...

The problem was in .RSS file i was not updating this file for the new bitmap...

thanks again...


Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++

  • Login to reply to this topic.