resources and application view title

Login to reply to this topic.
Thu, 2008-05-15 09:23
Joined: 2008-05-07
Forum posts: 6

Hi,

I'm new in symbian development. I wrote a simple application displaying one list view and adding/removing/... items in it. It works fine in emulator. but when I test it on mobile phone, listview title is not one I wrote in resources, but UID of application is added to it. (e.g. instead of SampleApp I have SampleApp_0x123456). Does anybody have an idea what can be problem? I generated HelloWorld in carbide and compare it to my project, but I do not see any special difference. It "works" fine, but my app not.


Thu, 2008-05-15 09:33
Joined: 2005-04-13
Forum posts: 96
Re: resources and application view title

check for #ifdef macros or in your pkg file, to check whether any old resource file is not uploaded to device?


Jupitar

Thu, 2008-05-15 11:11
Joined: 2008-05-07
Forum posts: 6
Re: resources and application view title

no. pkg file looks fine. Sad

Thu, 2008-05-15 12:05
Joined: 2008-05-07
Forum posts: 6
Re: resources and application view title

hm. I found the problem finaly. I was including ersource file from old project. Thanks for help.

  • Login to reply to this topic.